Mod 'default' not found <SOLVED>

Mod 'default' not found <SOLVED>

Hi all,

I have three repositories in three different directories :-

a. flare-engine :- The engine that is needed to be compiled and copied to flare-game and concordia if I want to play them.

b. flare-game :- The art assets and game logic needed to play the game flare

c. concordia :- The art assets and game logic needed to play concordia.

Previously I just used to compile flare-engine and then just copy the compiled binary to flare-game and concordia and start playing it. Now for some reason it doesn't work.

~/games/flare-game$ ./flare
Mod "default" not found, skipping
Mod "concordia" not found, skipping
Could not open text file: ./engine/font_settings.txt
Could not open text file: ./engine/font_colors.txt
Unable to determine default font!

Why is it still trying to find concordia mod and not finding alphacore and the 'default' one ?

This is what I get trying to pull if there's anything new :-

 ~/games/flare-game$ git pull origin master
From git://github.com/clintbellanger/flare-game
 * branch            master     -> FETCH_HEAD
Already up-to-date.

10:01:14 shirish@deb-home: ~/games/flare-engine$ git pull origin master
From git://github.com/clintbellanger/flare-engine
 * branch            master     -> FETCH_HEAD
Already up-to-date.

So both are updated it seems.

Looking forward for answers.