Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

dungeons-and-cat-debug-toolkit

An in-game debug and parameter editing toolkit for Dungeons And Cat. Powered by BepInEx with Windows and Linux/Proton support.

Features

  • 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

Installation

  1. Install BepInEx 5 (x64) into the game directory.

  2. Download and extract the latest release.

  3. Copy the DacDebugMenu folder into:

    .../SteamLibrary/steamapps/common/Dungeons And Cat/BepInEx/plugins/
    
  4. The resulting structure should look like this:

    Dungeons And Cat/
    └── BepInEx/
        └── plugins/
            └── DacDebugMenu/
                └── DacDebugMenu.dll
    
  5. Start the game and press F8 to open or close the debug menu.

Linux / Proton

Add the following Steam launch option:

WINEDLLOVERRIDES="winhttp=n,b" %command%

Usage

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/

About

An in-game debug and parameter editing toolkit for Dungeons And Cat. Powered by BepInEx with Windows and Linux/Proton support.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors