DELTARUNE: How to Enable Class 4 Swears in Chapter 3

How to modify Chapter 3 to let you enter bad words, and possibly get some secret interactions….
and just remove censorship in general.

 

Setup

Download the Undertale Mod tool
https://github.com/UnderminersTeam/UndertaleModTool

Locate your Deltarune installation by right clicking Deltarune and selecting manage and brows local files.

Locate the Chapter 3 folder in your Deltarune installation and find a file named “data.win” This is the file we will be editing with the Mod Tool.

Modification

Open the mod tool.
Now open the data.win file from the chapter 3 folder in the mod tool.
Now click find in the top toolbar and select “Search in code”
The variable we will be modifying is “scr_nameentrybadcheck()” you can locate it easily by just typing “badcheck” and mashing that [search] button.
Double click the gml_GlobalScript that it gives you and the relevant code should pop up in the main window.


From here select the portion of the code that tells the game to skip over letters when other letters are selected before them. [PIC Related]
Then Just delete all that text. I left in one “bad word entry just to make sure there were not any open arguments, but if you look through what each letter represents you can pick and choose what entry to leave if your staying on the safe side like me.


If you’re wondering what this code says, it’s basically telling the game that after a couple of specific letters are chosen to skip past another letter if someone tries to scroll to it to enter it, completing a bad word.

After you chop that text out, save over the original data.win file and enjoy!

Leave a Comment