Music Randomizer
Custom music reader and randomizer akin to MMR's randomization system
| Last updated | 2 weeks ago |
| Total downloads | 2730 |
| Total rating | 5 |
| Categories | Mods Audio |
| Dependency string | Asticky-Music_Randomizer-1.1.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
README
MM Recomp Music Randomizer (v1.1.0)
Reimplements the music randomization features from MMR.
The best place to find custom music tracks for MM is the music-releases channel on the MMR Discord. If you need an OOT audiobin for OoTRS files, you can download one from their website. You can also find all of my own soundfont adaptations on my GitHub.
If you want to report any, please contact me on the N64 Recomp Discord, N64 Recomp Modding Discord, DM me on Discord directly at @asticky, or open an issue on GitHub.
Instructions:
Drag and drop all mod files (the .nrm, and the .dll for Windows, .so for Linux, or .dylib for MacOS) into your mods directory, or use the Install Mods button on the Zelda64 Recomp Launcher's mod menu.
To add custom music, create a mod_data folder in the same directory as mods, then create a music folder and drop your .mmrs files inside that. (i.e., on Windows, AppData\Local\Zelda64Recompiled\mod_data\music.) These directories will be created on launching the game if they do not exist.
A database will be created in the mod_data folder, which will add or remove tracks based on filenames and modification dates. If you want to reset your music database, you can delete mod_data\musicDB.db.
New in 1.1: You can also use .ootrs files made for Ocarina of Time Randomizer! Download an audiobin from MMR's website and place it in your mod_data folder, and it should Just Work (TM).
Your folder structure should look like this:
⌞Zelda64Recompiled
⌞mods
⌞mm_recomp_music_randomizer.nrm
⌞mm_recomp_music_randomizer_extlib(.dll|.so|.dylib)
⌞magemods_audio_api.nrm
⌞magemods_audio_api(.dll|.so|.dylib)
⌞mod_data
⌞music.db
⌞OOT.audiobin (optional)
⌞music
⌞(.mmrs, .ootrs, .zseq files)
Features:
-
Reads and interprets
.mmrs,.ootrs, and.zseqfiles -
Shuffles both vanilla and custom music using (mostly) the same categories as MMR
-
Supports custom sounds, custom audiobanks, and
.formmask -
Adds a toggle to enable or disable combat music
-
Displays the name of the currently-playing song on load
New in 1.1!
- Added support for
.ootrsand.zseqfiles! Put a band-aid overFixed an issue where songs would fail to load, which can lead to a softlock on the credits scene- Added a loading screen with status updates for database updating
- Fixed a few bugs and edge cases