An open API service indexing awesome lists of open source software.

https://github.com/SertraFurr/Deltarune-Debug-Script

Here is a script to enable the Debug mode on all Deltarune Chapters ! Feel free to report any error
https://github.com/SertraFurr/Deltarune-Debug-Script

code csharp deltarune lua script scripts undertale undertalemodtool

Last synced: 7 months ago
JSON representation

Here is a script to enable the Debug mode on all Deltarune Chapters ! Feel free to report any error

Awesome Lists containing this project

README

          

# Deltarune Debug Mode Script

# 🚨 USE THE ONE BUILT-in UNDERTALEMODTOOL, this version is a fully fixed version of mine !

This script enables debug mode permanently in Deltarune Chapter 3.

## Requirements
- UndertaleModTool

## Instructions
1. Open UndertaleModTool
2. Load the `data.win` file from the `(CHAPTER)_windows` folder
3. Go to **Scripts** → **Run other script**
4. Select and run the debug script from this repository

# FILES
2 Files are availables
- `EnableDebugMod.csx` Only for the people who needs the debug mod value set to 1 (and a fixed unset value)
- `EnableDeltaruneDebugAllVariables.csx` For all of the debugs variables set to 1

## What it does
- Changes `global.debug = 0` to `global.debug = 1` in the game's initialization code
- Enables debug mode permanently when the game starts

## Note
Make sure to backup your original `data.win` file before applying any modifications.