UnderminersTeam / UndertaleModTool

The most complete tool for modding, decompiling and unpacking Undertale (and other Game Maker: Studio games!)
GNU General Public License v3.0
1.07k stars 205 forks source link

The sprite editor doesn't update an "UndertaleSprite.V2Sequence". #1122

Open VladiStep opened 1 year ago

VladiStep commented 1 year ago

Describe the bug

When you add a frame to a sprite, this frame is not displayed in the actual GMS 2 game, because UTMT doesn't update V2Sequence.Length and doesn't add a keyframe to V2Sequence.Tracks[0].Keyframes object.

Reproducing steps

  1. Add a frame to any sprite in a GMS 2 game.
  2. Try to use this new frame in the game.

Setup Details

  1. UTMT version - https://github.com/krzys-h/UndertaleModTool/commit/7e1183d413a7070655d47c22f8fcf856b470dcd4.
  2. Tested game - Deltarune Chapter 1&2 1.10+.
Jacky720 commented 4 months ago

Has this been resolved?

Miepee commented 1 month ago

@VladiStep ^

VladiStep commented 4 weeks ago

Has this been resolved?

AFAIK, no.