[BUGFIX] Organize all of the Song Metadata Files, and add songVariations and altInstrumentals to all Song Metadata Files
#247
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Linked Issues
FunkinCrew/Funkin#4581
Description
This merge adds fields for songVariations and altInstrumentals in song metadata files for those that are missing it. It does not effect any gameplay or visuals at all in the game but allows for Json merging for these songs, which makes making playable character mods a whole lot easier. Here is a list of what was added:
2hot: alt and var
blazin: alt and var
cocoaPico: alt
high: alt
high erect: alt
lit-up: alt
milf: alt and var
monster: alt and var
satin: alt
senpaiPico: alt
thornsErect: alt
tutorial: alt and var
winter: alt and var
This also organizes all of the song metadata files so they are all nicely organized and sorted the same, making it easier for developers and modders