Jacky720

Results 148 comments of Jacky720

What game is this, and what version of UndertaleModTool?

~~By any chance, is this a translated version of the game producing error messages similar to [this](https://redd.it/s4uhx8/)?~~ I appear to have missed all the context.

~~Could you please send any other error messages it *is* producing?~~ Most Chapter 1 debug functions were stripped in the Chapter 1&2 demo, but there are still a couple (which...

Does this error still occur on UndertaleModTool 0.4.0.2?

This occurs because scripts automatically decompile with an unnecessary `return` at the end and I wanted to ignore that return to match bytecode. Thus, it can be fixed at [AssemblyWriter.cs#1019](https://github.com/krzys-h/UndertaleModTool/blob/master/UndertaleModLib/Compiler/AssemblyWriter.cs#L1019),...

- [x] Tabs persist across data.win loads, appearing functional but referencing the wrong UndertaleData (which is not cleared from memory). Tabs should either close automatically on loading, or attempt to...

Does this work on older versions of the mod tool? If so, it's a problem with the new font handling to detect GameMaker 2022. If not, it's most likely because...

It seems that, immediately prior to this crash, the tool is producing a `TempVarAssignmentStatement` followed by an `AssignmentStatement`, both with a `Value is FunctionDefinition`. I suspect that the lack of...

The latter is a known and, I believe, fixed bug with repeats and breaks. Can you try the [bleeding edge](https://github.com/krzys-h/UndertaleModTool/releases/tag/bleeding-edge)? Also, it's _probably_ still possible to break it with more...