1.1.0 - Finally, variation-specific song scripts!
- Feature: You can now make song scripts for existing songs, which will run only when a specific variation is selected using this framework. More Instructions can be found on the associated README.
- Bugfix: Fixed difficulty bounding setting the current difficulty to
null
on the story mode menu when switching from a level with one difficulty to another that doesn't have that one difficulty. - Bugfix: Fixed song scripts not loading on chart editor play test when the variation is anything other than
default
- Bugfix: Fixed a problem where
PlayState
won't check if the current variation is valid for the next song in the current difficulty. - Removal: Removed the customizable song scripts from the framework, because they are now replaced with variation-specific song scripts. They'll now be available as an extension to the framework for backward compatibility.
I officially ran out of good ideas for stuff to add to this framework, so I think I'm going to work on other projects for a while. I'll still keep maintaining this project, so if you find any bugs, feel free to report them in this repository's issues tab. I'll try to fix them as soon as I can. I'll also be happy to review PRs if anyone has anything good to add to this framework.