You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# MSU Randomizer
2
2
3
-
A multi game MSU randomizer originally created for the [SMZ3 Cas' Randomizer](https://github.com/Vivelin/SMZ3Randomizer). Select which MSUs you want as possibilities, then either have it shuffle them all together or have it pick a random one for you!
3
+
A cross-platform multi-game MSU randomizer originally created for the [SMZ3 Cas' Randomizer](https://github.com/Vivelin/SMZ3Randomizer). Select which MSUs you want as possibilities, then either have it shuffle them all together or have it pick a random one for you!
@@ -15,15 +15,22 @@ A multi game MSU randomizer originally created for the [SMZ3 Cas' Randomizer](ht
15
15
-**Compile detailed MSU information** - MSU providers can create [YAML files](Docs/yaml.md) to package along with their MSUs. This will allow the MSU Randomizer to pull information about the MSU such as its name and creator as well as track details such as song names and artists, then create a YAML file with the outputted MSU details so that you (or any application) can view the songs picked.
16
16
-**Alternative track support** - Sometimes you just have too many ideas for a song! MSU creators can package in alternative pcm files for tracks which will be picked up and randomly selected instead of the default ones. The YAML detail files even allows for adding information for each of the alt tracks so that the MSU Randomizer will know which one was picked and save the relevant info to the output YAML file.
17
17
-**Favorite MSU packs** - Favorite MSU packs so that they appear at the top of the list. You can also filter on just the MSU packs you've favorited!
18
+
-**Various shuffle styles** - You can control what types of tracks are shuffled with each other by various different shuffle style, varying from shuffling songs meant just for a given location to various chaos shuffle options.
19
+
-**Randomly pick and load hardware MSUs** - Have an FxPakPro or similar hardware? The MSU Randomizer will detect what MSUs are on it and can randomly pick an MSU for you, pushing the selected rom to the correct folder and launching it.
20
+
-**Display currently playing track** - Currently only supported in ALttP Randomizer and SMZ3 Cas', it will let you know what MSU a track is from, including song and artist information if provided by the MSU creator. Compatible with most any setup that works with auto tracking.
Download the latest exe installer from the [GitHub Releases](https://github.com/MattEqualsCoder/MSURandomizer/releases) page. It should automatically install all required dependencies.
24
+
## Setup
22
25
23
-
## Planned Features
26
+
### Windows
27
+
- Download the latest exe setup from the [GitHub Releases](https://github.com/MattEqualsCoder/MSURandomizer/releases) page.
28
+
- Run the setup, and it should automatically install the application and all required dependencies.
24
29
25
-
- Possible built-in support for determining which track is currently playing.
0 commit comments