Installation instructions:
- Download the 'sonic-mania-wii-u-v1-0-2.zip' file.
- Extract the .zip file to the root of your SD card (your SD card should have
RSDK
andwiiu
folders after this). - Put your
Data.rsdk
file in thev5
folder in theRSDK
folder on the SD card. The full path should be[sd card]/RSDK/v5/Data.rsdk
. - If you own the Sonic Mania Plus DLC, then you can enable it by editing the
RSDK/v5/Settings.ini
file to have thedlcEnabled
variable set toy
. - To change the username that pops up in the main menu, set the
username
variable inRSDK/v5/Settings.ini
to the name you'd like.
Notes:
- The Special Stages are still a bit laggy, the screen filters are missing, and the 'DLC' option in the main menu doesn't do anything.
- Not all mods work: only the ones that don't edit code (do not contain a '.dll' or '.lst' file) are compatible.
Changes:
- The engine has been switched from RSDKv5U to RSDKv5, to fix Heavy Shinobi's incorrect behaviour (see here).
- The crash in the PGZ->SSZ transition has been fixed (see here).
- The fireflies in SSZ now behave properly (Rubberduckycooly#146).
- The partial achievement support has been disabled, since Nintendo ports don't have achievements and the decompilation doesn't give you a way to view them anyway.
- The username in
Settings.ini
is now 'Player 1' by default. - The audio system has been converted from F32 to S16, reducing RAM usage and potentially improving its performance.
- stb_vorbis has been swapped out for libvorbis.
- The base decompilations have been updated.