Opened 3 years ago
Last modified 2 years ago
#12996 new feature request
SCUMM: Restore unused item animation frames?
Reported by: | GermanTribun | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Engine: SCUMM |
Version: | Keywords: | ||
Cc: | Game: | Monkey Island 3 |
Description
As read here:
https://tcrf.net/The_Curse_of_Monkey_Island#Unused_Frames
The animated inventory items have 5 frames of animation, but the game only calls 4 for whatever reason, making the animation a bit chunky. Since the fifth frame is still in the game files, can the full animation be restored without too much of a hassle?
Note:
See TracTickets
for help on using tickets.
I could be wrong, but I think this part of script-47 is responsible for drawing the inventory objects:
Where var514 keeps track of the current frame number. But I don't now how to get it to use the extra frame. None of the obvious guesses seemed to work for me.
Note that this is not something I'm looking into at the moment. I'm just posting this to hopefully save the next one to look at it some work.