UnderminersTeam / UndertaleModTool

The most complete tool for modding, decompiling and unpacking Undertale (and other GameMaker games!)
GNU General Public License v3.0
1.13k stars 215 forks source link

parsing error #1842

Open alex-codes-stuff opened 2 months ago

alex-codes-stuff commented 2 months ago

Describe the bug

happens many times in the code of the Boom Buster Kickstarter Demo. should be global instead of @@Global@@ im pretty sure.

Screenshot 2024-07-22 133520

Reproducing steps

  1. open the Boom Buster Kickstarter Demo in UTMT.
  2. look at gml_GlobalScript_init_game_globals line 13 and 21 (EXAMPLE)

Setup Details

1 utmt version 0.5.1.0 git d4f6431

  1. os: windows 11
  2. game: BOOM! Buster (Kickstarter Demo)
colinator27 commented 2 months ago

I tested this on the underanalyzer branch and the game loads successfully. This should be closed by the time that branch is merged in.

alex-codes-stuff commented 2 months ago

hello. the issue isnt with loading the game, but rather with that specific parsing error as i have stated. if it does work when it gets merged, i will close it however,

colinator27 commented 2 months ago

Oh whoops, accidentally copied the wrong comment here. This issue will still be fixed with the underanalyzer branch though.