The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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.
Pikastroff Offline
Junior Member

Posts: 28
Threads: 3
Joined: Feb 2013
Reputation: 0
#1
Solved: 8 Years, 1 Month, 3 Weeks ago Problem when loading my custom mod through the mod launcher.

Hey! The problem I have is that when I launch my mod through the Mod launcher (which I open via Steam), I click on launch, and instead of launching the game, it does the error:

Quote:No additional resource config for mod: C:/Program Files(x86)/Steam/steamapps/common/SOMA/mods/testhpl3/config/main_init.cfg

Also, I did test through SomaDev.exe and it works just fine, meaning the problem comes from the various files and folders there are. And to create them, I followed the tutorial posted on this thread: https://www.frictionalgames.com/forum/thread-30997.html

If needed, here are my:

entry.hpc:

PHP Code: (Select All)
<Content 
      Author
="Pikastroff" 
      
InitCfg="config/main_init.cfg" 
      
Type="StandAlone" 
      
Title="Dare to open the doors" 
      
Description="The title says it all. Yes, one of the doors is intentionally locked. And yes, it's in fact just a test to see how HPL3 works, so expect... 'unexperience', if it can be said..." 
/> 

main_init.cfg:

PHP Code: (Select All)
<Directories  
    MainSaveFolder 
"testhpl3"
    
    
BaseLanguageFolder "config/"        
    
GameLanguageFolder "config/lang_main/"
/>

<
Variables
    GameName 
"Dare to open the doors"
/>

<
StartMap 
    File 
"level1.hpm" 
    
Folder "mods/testhpl3/maps" 
    
Pos "PlayerStartArea_1" 
/> 

resources.cfg:

PHP Code: (Select All)
<Resources>
  <
Directory Path="/maps" AddSubDirs="true"/>
</
Resources

I checked and re-checked everything, and I can't figure out what to do... Thanks in advance for helping! Smile


Attached Files
.png   Capture.PNG (Size: 7.39 KB / Downloads: 122)
10-02-2015, 02:44 PM
Find
Jump to the post that solved this thread.


Messages In This Thread
Problem when loading my custom mod through the mod launcher. - by Pikastroff - 10-02-2015, 02:44 PM



Users browsing this thread: 1 Guest(s)