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.
See https://github.com/clintbellanger/flare-game/pull/313
You'll need to copy default mod as well now.
I guess you meant something like this :-
~/games/flare-engine$ cp flare ../flare-game/
~/games/flare-engine$ cp -r mods/default/ ../flare-game
I think it would be wise and right to have this info. added either to README or INSTALL.engine as this info. is missing from both the places.
@clint can you maybe push that somewhere ?
If there is anybody else having trouble with the default mod not being found, please also see
https://github.com/clintbellanger/flare-game/issues/328
(Deleted)