JamesGames-DebugMenu icon

DebugMenu

Adds an in-game menu that helps you skip the game or see more info, and more!

Last updated 3 months ago
Total downloads 12165
Total rating 12 
Categories Tweaks Act I Act II Act III
Dependency string JamesGames-DebugMenu-1.3.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

API_dev-API-2.19.0 icon
API_dev-API

The de-facto standard core API for all Inscryption mods. This lets you create new cards, abilities, challenges, map nodes, starter decks, and more.

Preferred version: 2.19.0

README

Debug Menu

Adds a new in-game menu with buttons to quickly skip through the game. Also provides additional information if you have trouble debugging your mod!

Features:

  • Manually trigger map events
  • Edit your deck and the game board
  • Skip through card battles
  • Skip through dialogue
  • Use hotkeys to speed up debugging
  • View in-game data to help debugging

Supports:

  • Act 1
  • Act 2 (Minimal support)
  • Act 3
  • Grimora Act

Hotkeys

  • ~ Show/Hide Debug Menu
  • F1 Set time scale to 1
  • F1 + LeftControl Set time scale to 10
  • F1 + LeftShift Set time scale to 0.1
  • F2 Draw Card
  • F2 + LeftShift Draw Side deck card
  • F3 Toggle Activate all nodes
  • F4 Toggle Skip next node
  • F5 Reload the current act
  • F9 Restart the current act

I want more!

The project is open source and anyone can contribute by making pull request. https://github.com/JamesVeug/InscryptionDebugMenu

But... I don't know how to code!

Create an issue on the github page and mention it on the Inscryption modding discord and someone might take on the task.

Contributors

  • JamesGames
  • WhistleWind

Thanks To:

  • Peaiece for Speed Tweaks (This mod uses code from it since it's deprecated)
  • Peaiece for Deck Editor (This mod uses code from it since it's no longer supported)
  • Keks307 for bug reporting