UndertaleModTool
UndertaleModTool copied to clipboard
Hyper Light Drifter (stable_30fps steam build) load error
Hyper Light Drifter (stable_30fps steam build for windows) has this load error on opening the data.win
I can open it with this version of the tool: https://github.com/krzys-h/UndertaleModTool/releases/tag/0.2.0
The "stable_30fps steam build for windows" can be accessed under the game "betas" in steam game library.
This build is reportedly 1.0.0.1250, the failure is caused by GetBuiltinSoundGroupID
in UndertaleData.cs. Fixed by setting the minimum version of the version check, the game proceeds to load and Temp Run Game works correctly.
Linking for good measure: https://github.com/krzys-h/UndertaleModTool/blob/89c7acec463440696b6bd7b1ad61cfe7eea8abe3/UndertaleModLib/UndertaleData.cs#L516