Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Failed to load main game config file
Mudbill Offline
Muderator

Posts: 3,881
Threads: 59
Joined: Apr 2013
Reputation: 179
#9
RE: Failed to load main game config file

There are a few things I'd change. First off, some entries do not need to point to your mod folder, they are better off pointing to the original. These include Demo, DefaultMainSettingsLow Medium and High, DefaultUserKeys.

Second off, make sure that every file you're pointing to actually exists. The file might fail to load if it doesn't find it.

Third, remove Utopia from these entries:

PHP Code: (Select All)
DefaultBaseLanguage "Utopia/base_english.lang"
DefaultGameLanguage "Utopia/english.lang" 

This is because these are just the names of your lang files, not the location. The location is defined by your BaseLanguageFolder and GameLanguageFolder entries. So because you have Utopia in both, the path is effectively Utopia/config/lang/Utopia/english.lang which I doubt is the actual path and so you should change this.

Lastly, I'm not sure of an ending forward slash will affect this, but you seeing as it's not there originally, just remove the last one from your MainSaveFolder entry.

04-25-2015, 11:50 PM
Find


Messages In This Thread
RE: Failed to load main game config file - by Mudbill - 04-25-2015, 11:50 PM



Users browsing this thread: 1 Guest(s)