Difference between revisions of "HPL2/TDD/Config Files"
m (Mudbill moved page Hpl2:Amnesia:config files to HPL2/TDD/Config Files without leaving a redirect) |
m |
||
Line 3: | Line 3: | ||
{{todo|Move this to a more appropriate link}} | {{todo|Move this to a more appropriate link}} | ||
− | What follows is a list of all the config files that are a part of HPL2. All of them can be used in a [[ | + | What follows is a list of all the config files that are a part of HPL2. All of them can be used in a [[HPL2/TDD/Full Conversion Mod|full conversion]] to alter the game. |
==Main configuration== | ==Main configuration== |
Latest revision as of 04:08, 4 August 2020
Contents
Config Files
To do: Move this to a more appropriate link
What follows is a list of all the config files that are a part of HPL2. All of them can be used in a full conversion to alter the game.
Main configuration
The following config files are a part of the main config folder.
Handles all of the major settings for the game, like setting up the name of game, save directory and what config files to use. | |
Contains all game related settings. | |
All the settings related to the menu. | |
Contains all of the settings for the pre-menu (that pops up before the menu). | |
Demo specific settings. Only loaded if the demo version of the exe is used. |
Resources
resources.cfg
is a file which lists all of the folders that Amnesia.exe searches for assets. In case of file name collissions, they are prioritised in the order of this list.
Materials
materials.cfg
is a file which lists all physical materials available in the game and the editors. Each material in the file contains its physics parameters, the sounds it makes (steps, impact, scrape, sometimes also roll) and the particles produced when the material is hit.
Insanity events
misc/main_sanity_events.cfg
contains the insanity events which can occur in the game. They can be organised into categories, and custom ones can be made.
User
These files are generated in the documents folder of the OS user. They are generated in subfolders for each full conversion (including the main game).
main_settings.cfg
- Stores graphical settings and other settings pertaining to the entire program.user_keys.cfg
- Stores control settings, per user profileuser_settings.cfg
- Stores profile-specific things
See how to set up development environment for some additional information.
Editor
The editors come with their own set of config files. Asides from e.g. custom colors, altering these doesn't have much purpose, as doing so won't work in the game (e.g. Area types are hardcoded into the executable).
Launcher
Default settings and a list of compatible graphics cards. Altering these is advised against.