You are viewing a potentially older version of this package.
View all versions.
DebugUtilityMod
This mod is useful while debugging other mod or the game
| Date uploaded | 3 years ago |
| Version | 2.0.1 |
| Download link | NeoKaios-DebugUtilityMod-2.0.1.zip |
| Downloads | 649 |
| Dependency string | NeoKaios-DebugUtilityMod-2.0.1 |
This mod requires the following mods to function
README
Debug Utility Mod, aka DUM
A BepInEx plugin for 20 Minutes Till Dawn.
Features
Provides support for modders with some quality of life configurable tweak that make debugging process easier.
Modders can change config values via the BepInEx config file : BepInEx/config/kaios.mod.debugutility
Configurable feature
- XPPatch : Fast level up and max level
- FastGame : Reach endgame faster (better to restart upon changes)
- Invincibility : Avoid any damage
- GunPatch : Infinite Ammo
- RerollPatch : Every character has infinite reroll
- EnemyPatch : Elite and bosses are weak
No Pain, No Gain
To avoid currupting save file during test runs, this mod prevents
- Unlocking new darkness level
- Unlocking new achievements
- Gaining soul currency
Depedency
For the in-game UI, rely on MTDUI. Thanks to @Bobbie for the contribution !
For modders
- Clone the repo
- Open repo in VSCode
- Setup $GameDir variable in DebugUtilityMod.csproj
dotnet buildto build and deploy moddotnet publishto publish a .zip file