0 of 0

File information

Last updated

Original upload

Created by

juminos

Uploaded by

juminos

Virus scan

Safe to use

About this mod

Fixes several errors in the game code for various critter animations.

Requirements
Permissions and credits
Changelogs
Currently fixes rabbit running animation, incorrect summer butterfly sprite index reference, and butterfly animation for statue of blessings butterflies.

1. There's a mistake in the game code causing the running animation for rabbit critters to skip over one sprite index and instead repeats another causing the animation to look jerky. This mod corrects it by essentially just changing a 5 to a 4.



2. There is also a sprite index reference to a blank area of the spritesheet preventing 2 rare summer butterfly variants from appearing. I patched the butterfly constructor to reference the correct sprite indices.



3. The butterflies that spawn when using statue of blessings are spring butterflies, but they are using the summer butterfly animation when using the statue outside of spring (and also winter i think) which has an extra frame in the animation loop. I patched it to always use the spring animation loop for spring (and winter) butterflies regardless of season.  (this has been officially fixed in update 1.6.15)