Last updated | 8 months ago |
Total downloads | 1265 |
Total rating | 0 |
Categories | Tools Libraries Misc |
Dependency string | 3_141-PiUtils-0.4.0 |
Dependants | 3 other packages depend on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Pi Utils
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 ❤️
Prerequisites
- BepInEx current 5.x BepInEx
Setup
You can install the mod from Thunderstore or install it manually:
BepInEx
- 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.
PiUtils Mod
- 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.
Disabling the Mod
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
.
Uninstalling the Mod
To uninstall the mod remove the mod’s files from the BepInEx/plugins
folder. This should be the following files:
pi_utils.dll
Configuration
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++.
Resetting the Configuration
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.
Configuration Options
General
- 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:true
Debug
- Debug Mode
Mostly used for development. Default:false
- Gizmo Enabled
Enables or disables gizmos. Only some objects have gizmos attached. Default:false
- 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:false
- Trace Enabled
Enables or disables trace. Default:false
Troubleshooting
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.
License
This mod is licensed under the GNU General Public License v3.0 (GPL-3.0).
Disclaimer
This mod is not affiliated with the game’s developers or Unity Technologies. All trademarks are the property of their respective owners.