Jose Varela
Jose Varela
Found out the hang reason for the staiain theme. The metrics for the theme have the following: ```ini [ScreenTitleMenu] ChoiceJ="screen,ScreenJukeboxMenu;text,Juke'm box" ``` The issue here is how the text for...
Testing out the implementation. I am unsure how the engine could behave with adding a NOTESKIN command on the threshold, so I made a fadeout system instead. Using Beat timing...
@waiei >I was a little concerned that in Dance mode, either black paint or transparency is fine, but in other game modes, we may see a different pattern So they...
Seems this feature was commented out because it was colliding with pump functionality. Would need to do testing to see if it doesn't break that mode when bringing it back.
Currently working on that for Alpha V. https://github.com/TeamRizu/OutFox/assets/23246027/02e88700-b35d-4907-bb29-087f20c3467b
Fixed. (This recording is from a previous iteration which didn't calculate the misses from the notes, which has already been addressed too) https://github.com/TeamRizu/OutFox/assets/23246027/6f5e2d94-582c-41a6-863f-f6ad070ba730
Ah yes, this is more of a result oversight of the rate mod fix. [This effect was introduced in upstream for the SoundEffect mod](https://github.com/stepmania/stepmania/commit/208c57a5dc247957d6a439db16e202b2b10a937e), which would use these buttons to...
Returning to this to explain some aspects on the bug details: > Even if this is a feature implemented for debugging purposes, it is still unusual behavior for the long...
Tweaked the function to be Off, so now the user has to enable one of the Sound Effect modes on Song Options. As for functionality, I think I can make...
After checking the issue, and seeing it happen, I can confirm that this is caused by another issue: The file flush bug found in https://github.com/TeamRizu/OutFox/issues/718. The sync screen does save...