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
Problem when loading my custom mod through the mod launcher.
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#4
Solved: 8 Years, 9 Months ago RE: Problem when loading my custom mod through the mod launcher.

Your error states that it cannot find a resources configuration in your main_init, so try adding these lines above your directories in your main_init.cfg.

PHP Code: (Select All)
<ConfigFiles 
    Resources 
"resources.cfg"
/> 

And if that doesn't work, try this then:

PHP Code: (Select All)
<ConfigFiles 
    Resources 
"resources.cfg" 
    
Materials "materials.cfg"

    
Game "config/game.cfg"
    
    
DefaultUserSettings "config/default_user_settings.cfg"
    
DefaultUserKeys "config/default_user_keys.cfg"
    
    
DefaultBaseLanguage "base_english.lang"
    
DefaultGameLanguage "english.lang"
    
    
Modules "config/Modules.cfg"
    
EntityTypes "config/EntityTypes.cfg"
    
Effects "config/Effects.cfg"
/> 

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 10-02-2015, 03:07 PM by Romulator.)
10-02-2015, 03:06 PM
Find
Jump to the post that solved this thread.


Messages In This Thread
RE: Problem when loading my custom mod through the mod launcher. - by Romulator - 10-02-2015, 03:06 PM



Users browsing this thread: 1 Guest(s)