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
"Steam API failed to initialize. Workshop subscribed items will not be available."
Luis Offline
Frictional Games

Posts: 280
Threads: 19
Joined: Jun 2006
Reputation: 9
#5
Solved: 8 Years, 1 Month, 4 Weeks ago RE: "Steam API failed to initialize. Workshop subscribed items will not be availa...

Mugbill is right. You can have a "mods" folder in the SOMA root and the launcher will look for mods there. I'm putting together a little text for setting up mod entries, should be up soon, but as a quickstart guide:

If you are creating a custom story, save it under the mods folder, name it whatever you want (mods/mymod). Then, inside 'mymod', create an entry.hpc file, with the following contents:

<Content
      Author="Me"
      InitCfg="config/main_init.cfg"
      Type="StandAlone"
      Title="MyMod"
      Description="This is my mod"
/>

Then, have a 'main_init.cfg' file located in 'mymod/config' containing the following

<Directories  
    MainSaveFolder = "MyMod"
    
    BaseLanguageFolder = "config/"        
    GameLanguageFolder = "config/lang_main/"
/>

<Variables
    GameName = "MyMod"
/>

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

So this would tell the game to start the "level1.hpm" map, and this file should be placed under a 'maps' folder, best if located in its own folder as well, this means in 'mymod/maps/level1'.

Finally, a resources.cfg file in the mod root folder, looking like this:

<Resources>
  <Directory Path="/maps" AddSubDirs="true"/>
</Resources>

And after this you should be able to run the mod through the launcher. Keep in mind that this guide is superquick and that there are lots of stuff that can be changed, but this should work for running custom maps.

EOF
09-28-2015, 08:53 AM
Find


Messages In This Thread
RE: "Steam API failed to initialize. Workshop subscribed items will not be availa... - by Luis - 09-28-2015, 08:53 AM
SOMA - by happiestmedal33 - 10-15-2015, 10:48 PM



Users browsing this thread: 1 Guest(s)