NeoKaios-DebugUtilityMod icon

DebugUtilityMod

This mod is useful while debugging other mod or the game

Last updated a year ago
Total downloads 2836
Total rating 0 
Categories
Dependency string NeoKaios-DebugUtilityMod-2.0.2
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInExPackMTD-BepInExPack_20MTD-1.0.0 icon
BepInExPackMTD-BepInExPack_20MTD

BepInEx pack for 20 Minutes Till Dawn.

Preferred version: 1.0.0
Bobbie-MTDUI-1.0.3 icon
Bobbie-MTDUI

A simple UI library for 20 Minutes Till Dawn.

Preferred version: 1.0.3

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.

Users can change config values via several ways :

  • MTDUI in-game interface
  • r2modman GUI if installed via r2modman
  • BepInEx config file gamefolder/BepInEx/config/DebugUtilityMod.cfg if installed manually

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 build to build and deploy mod
  • dotnet publish to publish a .zip file