Clone the repo recursively, using: git clone --recursive https://github.com/RSDKModding/Sonic-Mania-Decompilation If you've already cloned the repo, run this command inside of the repository: git submodule update --init --recursive Follow the build steps This repo includes everything you need...
Added the idle screen dimming feature from Sonic Mania Plus, as well as allowing the user to disable it or set how long it takes for the screen to dim. How to Build This project uses CMake, a versatile building system that supports many different compilers and platforms. You can download...
Q: Will you do a decompilation for Sonic CD (2011)? A: I already have! you can find it here! Q: Will you do a decompilation for Sonic Mania? A: No. Sonic Mania is a ton bigger and requires that I'd decompile not only how the (far more complex) RSDKv5 works, but also all ...
There is now a settings.ini file that the game uses to load all settings, similar to Sonic Mania. The dev menu can now be accessed from anywhere by pressing the ESC key if enabled in the config. The F12 pause, F11 step over & fast forward debug features from Sonic Mania have all bee...