Skip to content

MSU Randomizer v1.2.0

Compare
Choose a tag to compare
@MattEqualsCoder MattEqualsCoder released this 29 Aug 12:51
· 178 commits to main since this release
54f24bd

Change Log

Major Changes

  • Alt Track Randomization Changes

    Per request, a few changes have been made to the way MSU alt tracks are shuffled in. While previously the MSU Randomizer had the ability to prefer the original or alt tracks, some people may want to have specific songs specified for specific tracks. A common scenario for this would be for the Super Metroid escape sequence where there could be a version with alarms and a version without. The previous alt track randomization options would override any manual changes.

    Due to this request, the following changes have been made:

    • When a single MSU is selected, the "Select MSU" option will default to using the base pcm files as they are currently specified in the filesystem, so if you have specific alt tracks swapped out, it'll leave them as-is. If you'd like to use a single MSU and would like alt tracks shuffled in, simply only select the single MSU and use the "Create Shuffled MSU" button. You should also use the continuous shuffling to constantly swap between regular and alt tracks.
    • If you right click on an MSU and click on "Open Details", the "Alt Tracks" option (now renamed "Alt Track Shuffling") has a new option: "Leave Tracks Alone". You can enable this for an MSU where you'd like to have it be shuffled in with other MSUs, but the tracks stay as you have them manually set.

    Hopefully that fully explains everything! If you only have MSUs that don't have alt tracks, the behavior is largely unchanged. And if you don't mind if alt tracks are shuffled in, then just use the "Create Shuffled MSU" button instead of the "Select MSU" button. The options above just allow people to have more granular control if they desire.

Misc Updates and Bug Fixes

  • Updated the MSU List to only display MSUs with at least 20% of the required tracks
  • The "Create Shuffled MSU" and "Continuously Shuffled MSU" buttons are now clickable with only a single MSU selected
  • Fixed an issue where alt track details would be slightly incorrect (MSURandomizerLibrary only)
  • Fixed MSU details not saving the MSU version number correctly (MSURandomizerLibrary only)