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:
<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:
<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:
<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! 
