UndertaleModTool icon indicating copy to clipboard operation
UndertaleModTool copied to clipboard

An additional check for GM 2023.8+.

Open VladiStep opened this issue 1 year ago • 3 comments

Description

Adds an additional check for GM 2023.8+ - this version introduced a new instruction pushref.

VladiStep avatar Jan 02 '24 13:01 VladiStep

I think there are still problems with GM 2023.8 data loading. image https://workupload.com/file/MGVgqNJkze2 https://pixeldrain.com/u/pL9Xhwyy (it's a demo game from GM examples)

suphamster avatar Jan 27 '24 08:01 suphamster

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

Miepee avatar Jan 27 '24 10:01 Miepee

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

Miepee avatar May 15 '24 19:05 Miepee