A work-in-progress song manager for Rock Band 3 Wii (requires RB3Enhanced)
This project is not complete. Do not expect everything (or anything) to work.
- Music re-encoding into BIK for large songs
- Properly convert RBN2 MIDI venues into the song's MILO
- Convert album art from Xbox 360 to Wii
- Import existing Wii RB DLC WAD/APP/BIN files
- (far future) Cross platform macOS and Linux builds
- Open the application and select your SD card (or select a folder that is the root of your SD card)
- Import your song(s) via the Manage toolbar menu
- To finish, select "Finalize" to save the new song database to your SD card
- Launch Rock Band 3 with RB3Enhanced loaded
Building requires an up to date Visual Studio version. 2022 is recommended, but 2017 and 2019 should be fine.
-
Recursively clone the Git repo:
git clone https://github.com/InvoxiPlayGames/LavaManager.git --recursive
(Downloading the zip itself may not work due to submodules) -
Open LavaManager.sln and build.
- maxton, for creating the GameArchives and DtxCS libraries.
- TrojanNemo, for the RBN2 to RBN1 code in C3 CON Tools.
- The NAudio project, for their MIDI parser