HPL3/SOMA/Developer Commands

From Frictional Wiki
< HPL3‎ | SOMA
Revision as of 22:24, 27 July 2020 by TiMan (talk | contribs) (Created page with "When launching your mod via a Command Prompt (CMD), you can pass optional arguments which will affect the way the mod is loaded by the game. It can be useful for mods which re...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

When launching your mod via a Command Prompt (CMD), you can pass optional arguments which will affect the way the mod is loaded by the game. It can be useful for mods which require custom assets and scripts, or if you want to customize it further than that.

Command Line Arguments

-user

This starts the game with a different user name. If not set, game is started with "Default". This is useful for starting a mod with a different set of save files, as they are saved per-user.

-cfg

This changes the main config file that is used when starting the game. default is "config/main_init.cfg"