UnderminersTeam / UndertaleModTool

The most complete tool for modding, decompiling and unpacking Undertale (and other Game Maker: Studio games!)
GNU General Public License v3.0
1.06k stars 205 forks source link

changing strings cause an exception #1769

Open AnthonyTheIdiot opened 1 month ago

AnthonyTheIdiot commented 1 month ago

Describe the bug

Captura de pantalla 2024-05-25 001319 I've been trying to change some strings for a text mod of deltarune and it keeps throwing me this error and it's driving me crazy

Reproducing steps

  1. just change some text strings
  2. behold this

Setup Details

  1. undertalemodtool version: 0.5.1.0
  2. os: windows 11
  3. gamemaker game: deltarune
Jacky720 commented 1 month ago

Remove the line stringset = "0" before compiling. This is a known error with how the mod tool expects a function definition, but fortunately it also broke GameMaker enough that the Deltarune team never actually did anything important with that variable, so you can just get rid of it.