Utility mod for my other mods. This mod is a dependency for my other mods and does not add any content to the game itself.
Warning
|
This mod is intended for modders and developers and does not add any content to the game itself. |
I spent countless hours of my free time creating mods. If you enjoy them, please consider supporting me on Liberapay ❤️
-
BepInEx current 5.x BepInEx
You can install the mod from Thunderstore or install it manually:
-
Download the latest 5.x release of BepInEx from the Releases page.
-
Extract the downloaded archive into the game’s installation directory.
-
Run the game once. BepInEx should be installed automatically.
-
Download the latest release (v0.4.0) of this mod from the Releases page.
-
Extract the downloaded archive.
-
Copy the
BepInEx
folder into the games folder insteamapps/common
directory. -
Run the game. The mod should be loaded automatically by BepInEx.
To disable the mod change the Enabled
under [General]
value in the de.xenira.pi_utils.cfg
file in the BepInEx/config
folder to false
.
The configuration file is located in BepInEx/config/de.xenira.pi_utils.cfg
. You can edit it using a text editor like vim or Notepad++.
To reset the configuration, delete the de.xenira.pi_utils.cfg
file in the BepInEx/config
folder. The mod will create a new configuration file with the default values the next time you run the game.
To reset only a specific section, delete the section from the configuration file. The mod will create a new section with the default values the next time you run the game.
Enabed |
Enables or disables the mod. Currently this has not much of an effect, as most functionality acts as a library. If it does, it may break mods that depend on this. Default: |
Debug Mode |
Mostly used for development. Default: |
Gizmo Enabled |
Enables or disables gizmos. Only some objects have gizmos attached. Default: |
Debug Line Enabled |
Enables or disables debug lines. Only some objects have debug lines attached and the direction might seem arbetrary at first glance. Default: |
Trace Enabled |
Enables or disables trace. Default: |
If you encounter any issues while using this mod, please check the BepInEx console for any error messages. You can also report issues on the Issues page of this repository.