Skip to content

Configuration

Nikkel Mollenhauer edited this page Dec 7, 2025 · 5 revisions

The mod has a number of configuration options, with which you can control its behaviour, mostly related to installation and debugging:

Configuration options

Name Type Default Description
enabled boolean true Whether the mod is enabled or not. Uninstallation will set this to false automatically. Manually setting this to false will also trigger an uninstall.
firstTimeSetup boolean true If set to true, the mod will copy required files from the hadesGameFolder and the mod's own data path to your Hades II installation when the game is started the next time. This process will set this variable to false afterwards. You normally do not need to change this yourself. Only set this to true when you want to manually re-install the mod. Remember to also have enabled set to true.
uninstall boolean false Set this to true and start the game once to run uninstall steps, which removes files copied from and associated to Hades and the mod from your Hades II installation folder. Do this before uninstalling the mod through r2modman to avoid loose files staying behind. To re-install, set both uninstall and firstTimeSetup to true. If firstTimeSetup is not also set to true, enabled will be set to false after uninstalling.
hadesGameFolder string root The path to the Hades game folder. When set to root, resolves to a folder named Hades in the same parent folder as your Hades II installation. I.e., leave like this if you have both games installed through the same store and on the same drive. Otherwise, set this to an absolute path to your Hades installation folder, such as C:\Program Files (x86)\Steam\steamapps\common\Hades for a Steam installation, C:\Program Files (x86)\Epic Games\Games\Hades for Epic Games, or C:\Xbox\Hades for the Microsoft Store (your paths may be different from the example).
logLevel integer 3 What kinds of logs should be printed to the console. Set a higher level to see more detailed logs. Set to one of: 0 = Off/No logs, 1 = Errors, 2 = Warnings, 3 = Info, 4 = Debug

Clone this wiki locally