Skip to main content

User login

What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password
Register
  • Home
  • Browse
    • 2D Art
    • 3D Art
    • Concept Art
    • Textures
    • Music
    • Sound Effects
    • Documents
    • Featured Tutorials
  • Submit Art
  • Collect
    • My Collections
    • Art Collections
  • Forums
  • FAQ
  • Leaderboards
    • All Time
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
    • Weekly
      • Total Points
      • Comments
      • Favorites (All)
      • Favorites (2D)
      • Favorites (3D)
      • Favorites (Concept Art)
      • Favorites (Music)
      • Favorites (Sound)
      • Favorites (Textures)
  • ❤ Donate
FLARE [ARCHIVED]

Mod 'default' not found <SOLVED>

shirish
Tuesday, June 4, 2013 - 21:30

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.

  • Log in or register to post comments
Stefan Beller
joined 13 years 2 months ago
Sunday, June 9, 2013 - 02:17

See https://github.com/clintbellanger/flare-game/pull/313

 

You'll need to copy default mod as well now. 

  • Log in or register to post comments
shirish
joined 14 years 11 months ago
Saturday, June 8, 2013 - 23:40

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 ?

 

 

  • Log in or register to post comments
Stefan Beller
joined 13 years 2 months ago
Tuesday, June 11, 2013 - 12:29

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

  • Log in or register to post comments
Pur
joined 12 years 1 week ago
Tuesday, June 11, 2013 - 17:49

(Deleted)

 

  • Log in or register to post comments