Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Bug Report: Alt Animation in charting state doesn't stay checked after going to another section then back #404

Closed
DergotYT opened this issue May 9, 2021 · 4 comments · Fixed by #446
Labels
bug Something isn't working

Comments

@DergotYT
Copy link

DergotYT commented May 9, 2021

Hello, today I downloaded the source code of this mod and saw an error that bothers me.
I created my own character and added animation to it, there are also alt animations. The problem I encountered was when I needed to edit the notes for a level. I need the character's animation to change at a certain point, and to do this, in the debug mode, which turns on when you press the number 7 on the keyboard, when the week is selected, in the "section data" tab, put a check mark on "Alternate Animation". The problem is that this check mark disappears and is not saved when exiting the debug mode or when switching the Section to the A and D keys.
Also, if in the fifth week at the level of "Cocoa" in the debug mode, press the spacebar to listen to music, the game freezes dead.

I also tried to do this in the normal version of this mod, without its own materials, everything also happens. The mod was exported for the browser.

@DergotYT DergotYT added the bug Something isn't working label May 9, 2021
@puyoxyz

This comment has been minimized.

@puyoxyz
Copy link
Collaborator

puyoxyz commented May 13, 2021

from #439:

when charting and enabling altAnim, it disables after moving sections

seems in Charting.hx on line 502 you put

case "Alt Animation":
instead of
case "Alternate Animation":

(@bbpanzu)

@puyoxyz puyoxyz changed the title Bug Report: Alt Animation in Debug mode in game don`t work Bug Report: Alt Animation in charting state doesn't stay checked after going to another section then back May 13, 2021
@DergotYT
Copy link
Author

Thank you for the help, everything works now!
In ChartingState.hx I changed on line case "Alt Animation" to case "Alternate Animation" and the bug disappeared.

@puyoxyz
Copy link
Collaborator

puyoxyz commented May 13, 2021

Just because that fix worked for you doesn't mean it has been implemented into the source code. Reopening

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants