Troubleshooting - elfuun1/FlowerDanceFix GitHub Wiki

Animation Lags

When Flower Dance Fix is configured to have large dance lines, the main event animation may lag, resulting in the dancers dancing out of sync. This is an unfortunate issue with how event commands are processed. Smaller dance lines (9 pairs or less) will keep all the dancers in sync.

Empty Spots In Dance Lines- Why Isn't an NPC Showing Up?

Due to some quirks in how the flower dance event is set up, and how the game selects sprites for the dance, occasionally dancers selected to participate in the dance may appear invisible during the event.

Entirely Absent NPCs

During the initial dance event set-up, all NPCs that are to be visible are placed in the scene as spectators. These NPCs then undergo a selection process- any NPC selected to dance will be warped into their dance position by FDF's code. However, if an NPC is initially not present during the event set-up, there is no NPC to be warped, even though the game will still parse the event commands without error. Because of this, there will be a blank space in the dance line. This bug will be fixed in the upcoming FDF version 1.3.

Known Mods with Absent NPCs

Improper or Missing Sprites

An NPC's spritesheet also may be either missing flower dance sprites, or have sprites that are located at the wrong place in the spritesheet (female dancers will use frames 40-47, and male dancers will use frames 44-47). This may occur with older custom NPCs that were created before the game update that allowed them to dance in the Flower Dance. It also may occur due to spriter error in the mod itself, or in any reskin/retexture mods. This is by no means a game-breaking bug- the game will work perfectly fine! This is a minor graphical bug that in no way impacts the stability of FDF or any custom NPC or custom spritesheet.

As I discover NPCs or spritesheet with incorrect Flower Dance sprites, I'll add them to a list here, and then reach out to the individual mod authors to let them know about the bug, and how to fix it. This list will be updated as quickly as possible after the mod is updated!

Known Mods with Incorrect or Missing Sprites

Passing Mods