Difference between revisions of "HPL2/main init.cfg"

From Frictional Wiki
Jump to navigation Jump to search
m (Override title to display underscore)
(Added ShowLocalCustomStoriesOnly)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:HPL2/TDD/main_init.cfg}}
+
{{DISPLAYTITLE:main_init.cfg}}
 
==ConfigFiles==
 
==ConfigFiles==
 
{| class="wikitable sortable" border="1"
 
{| class="wikitable sortable" border="1"
Line 38: Line 38:
 
!Parameter!!Functionality
 
!Parameter!!Functionality
 
|-
 
|-
|MainSaveFolder|| This is very important to change. This is where the save games and user settings are stored
+
|MainSaveFolder||This is very important to change. This is where the save games and user settings are stored
 
|-
 
|-
 
|BaseLanguageFolder||Folder where the base language folder placed.
 
|BaseLanguageFolder||Folder where the base language folder placed.
Line 53: Line 53:
 
|-
 
|-
 
|GameName||Name of the game window
 
|GameName||Name of the game window
 +
|-
 +
|AllowHardMode
 +
|Whether to allow the game to prompt to user to start in "Normal" mode or "Hard" mode when they start a new game. Setting this to <code>false</code> (default) skips the prompt and starts in "Normal" mode. This is only applicable to TDD, not AMFP.
 +
|-
 +
|ShowLocalCustomStoriesOnly
 +
|Whether to load custom stories only from the local "CustomStoryPath" or to load global custom stories (including Steam Workshop items).
 
|-
 
|-
 
|}
 
|}

Latest revision as of 13:11, 14 September 2023

ConfigFiles

Parameter Functionality
Resources File with all resource directories
Materials The file with all physics materials
Game Path for game settings
Menu Path for menu settings
PreMenu Path for pre-menu settings
Demo Path for demo settings
DefaultMainSettings Main game settings
DefaultMainSettingsMedium "Medium" game settings
DefaultMainSettingsHigh "High" game settings
DefaultUserSettings Default user settings
DefaultUserKeys Default user keys settings
DefaultBaseLanguage The base language file. Should probably remains
DefaultGameLanguage The default language file to load. Note that directory below is used to find this

Directories

Parameter Functionality
MainSaveFolder This is very important to change. This is where the save games and user settings are stored
BaseLanguageFolder Folder where the base language folder placed.
GameLanguageFolder Folder where the game specific language files can be found
CustomStoryPath Path for custom stories

Variables

GameName Name of the game window
AllowHardMode Whether to allow the game to prompt to user to start in "Normal" mode or "Hard" mode when they start a new game. Setting this to false (default) skips the prompt and starts in "Normal" mode. This is only applicable to TDD, not AMFP.
ShowLocalCustomStoriesOnly Whether to load custom stories only from the local "CustomStoryPath" or to load global custom stories (including Steam Workshop items).

StartMap

Parameter Functionality
File The map where the game starts
Folder The base folder for all maps
Pos The start position of the player