An in-game debug and parameter editing toolkit for Dungeons And Cat. Powered by BepInEx with Windows and Linux/Proton support.
- Edit coins and total experience
- Restore HP, AP, SP, and MP
- Edit weapon base damage
- Edit critical hit chance
- Change weapon enhancement level and multiplier
- Adjust hit-stop, knockback, and attack range
- Control game time scale
- View the current scene, player position, and Story ID
- Inspect active GameObjects and components
-
Install BepInEx 5 (x64) into the game directory.
-
Download and extract the latest release.
-
Copy the
DacDebugMenufolder into:.../SteamLibrary/steamapps/common/Dungeons And Cat/BepInEx/plugins/ -
The resulting structure should look like this:
Dungeons And Cat/ └── BepInEx/ └── plugins/ └── DacDebugMenu/ └── DacDebugMenu.dll -
Start the game and press F8 to open or close the debug menu.
Add the following Steam launch option:
WINEDLLOVERRIDES="winhttp=n,b" %command%Open the menu with F8.
Available tabs:
- Player — coins, experience, HP, AP, SP, and MP
- Weapon — damage, critical chance, enhancement level, hit-stop, knockback, and attack range
- Runtime — current scene, Story ID, time scale, and player position
- Objects — active GameObject and component inspector
Some runtime parameters reset after restarting the game. Values stored in the game save data, such as coins, experience, and weapon enhancement levels, are persisted after a normal in-game save.
BepInEx/plugins/DacDebugMenu/