UnderminersTeam / UndertaleModTool

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

Can we make a option of settings that disables Autocomplete? #682

Closed RTFTR closed 2 years ago

RTFTR commented 2 years ago

Deltarune becomes unstable when a step event is edited by UTMT's AutoComplete function. I think we need a option that disables Autocomplete function.

Grossley commented 2 years ago

What AutoComplete function? I am not aware of what you are talking about.

RTFTR commented 2 years ago

What AutoComplete function? I am not aware of what you are talking about.

Like, when we click anywhere after editing codes, UTMT re-edits the codes again and it sometimes makes game unstable

Grossley commented 2 years ago

That's not autocomplete, that's the compiler compiling your code. Also decompiled code editing is not fully supported for Deltarune chapter 2. Therefore the remedy you're asking for does not make sense. You should have received a warning about it upon loading the game. And the proper problem to be fixed (making the compiler more compatible) is already an issue here on GitHub. Marking as invalid and closing.