Difference between revisions of "HPL1/Content Creation Chapter 7"
(Upload from wiki) |
m (Fixed broken link) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | == 7 Configuration files == | + | ==7 Configuration files== |
− | === 7.1 default_settings.cfg === | + | ===7.1 default_settings.cfg=== |
This file is located in the redist/config folder. | This file is located in the redist/config folder. | ||
This file contains all the default settings for the game, the first time the game is running these will be used. When the user exits the game the first time his settings will be saved to the settings.cfg file located in "My Documents/Penumbra Overture/EpisodeX/". | This file contains all the default settings for the game, the first time the game is running these will be used. When the user exits the game the first time his settings will be saved to the settings.cfg file located in "My Documents/Penumbra Overture/EpisodeX/". | ||
<br /><br /> | <br /><br /> | ||
− | === 7.2 game.cfg === | + | ===7.2 game.cfg=== |
This file is located in the redist/config folder. | This file is located in the redist/config folder. | ||
Various configuration options for change the players movement, item settings, camera height etc | Various configuration options for change the players movement, item settings, camera height etc | ||
<br /><br /> | <br /><br /> | ||
− | === 7.3 startup.cfg === | + | ===7.3 startup.cfg=== |
This file is located in the redist/config folder. | This file is located in the redist/config folder. | ||
Line 16: | Line 16: | ||
<br /><br /> | <br /><br /> | ||
− | === 7.4 materials.cfg === | + | ===7.4 materials.cfg=== |
This file is located in the redist folder. | This file is located in the redist folder. | ||
This configuration files contains all your physical materials. Meaning how much friction, elasticity and sounds a certain surface creates and how they are created in combination with other surfaces. | This configuration files contains all your physical materials. Meaning how much friction, elasticity and sounds a certain surface creates and how they are created in combination with other surfaces. | ||
− | See [[ | + | See [[HPL1/Content Creation Chapter 5|chapter 5.6]] for details. |
<br /><br /> | <br /><br /> | ||
− | === 7.5 resources.cfg === | + | ===7.5 resources.cfg=== |
This file is located in the redist folder. | This file is located in the redist folder. | ||
Latest revision as of 21:55, 19 July 2020
Contents
7 Configuration files
7.1 default_settings.cfg
This file is located in the redist/config folder.
This file contains all the default settings for the game, the first time the game is running these will be used. When the user exits the game the first time his settings will be saved to the settings.cfg file located in "My Documents/Penumbra Overture/EpisodeX/".
7.2 game.cfg
This file is located in the redist/config folder.
Various configuration options for change the players movement, item settings, camera height etc
7.3 startup.cfg
This file is located in the redist/config folder.
Decides how many and which logos/graphical screens to fade in and out during startup.
7.4 materials.cfg
This file is located in the redist folder.
This configuration files contains all your physical materials. Meaning how much friction, elasticity and sounds a certain surface creates and how they are created in combination with other surfaces.
See chapter 5.6 for details.
7.5 resources.cfg
This file is located in the redist folder.
This file contains the list of directories that the game/hpl engine will look in for content. These directories have been added using the HplHelper.exe, you can also edit the file by hand.
<Resources>
<Directory Path="/directory/sub_directory/" />
</Resources>
This will add a directory located in the same catalog as the HplHelper.exe called "directory/sub_directory".
\\