UndertaleModTool
UndertaleModTool copied to clipboard
An additional check for GM 2023.8+.
Description
Adds an additional check for GM 2023.8+ - this version introduced a new instruction pushref.
Download the artifacts for this pull request here:
GUI:
- GUI-windows-latest-isBundled-false-isSingleFile-false
- GUI-windows-latest-isBundled-false-isSingleFile-true
CLI:
I think there are still problems with GM 2023.8 data loading.
https://workupload.com/file/MGVgqNJkze2 https://pixeldrain.com/u/pL9Xhwyy (it's a demo game from GM examples)
This PR isn't supposed to fix 2023.8 data loading, it's supposed to be more of a guide for UTMT to know if something's supposed to be 2023.8
This PR is redundant. during the deserialization of the code chunk, it deserializes the code entries, where it already sets that version: https://github.com/UnderminersTeam/UndertaleModTool/blob/e8f20627a84ee5b20472326f05f5a08386dffb51/UndertaleModLib/Models/UndertaleCode.cs#L761