IMPORTANT NOTICE:
This guide is now outdated as newly built executables are incompatible with the 1.0.0 release Game.dlls. Go to my Gamebanana guide for an updated tutorial with new formatting and instructions to build a new Game.dll.
winget install cmake | |
winget install git.git | |
if not exist vcpkg ( | |
git clone https://github.com/microsoft/vcpkg | |
call .\vcpkg\bootstrap-vcpkg.bat | |
) | |
if exist Sonic-Mania-Decompilation ( | |
cd Sonic-Mania-Decompilation | |
git submodule update --init --recursive | |
cd ..\ |
IMPORTANT NOTICE:
This guide is now outdated as newly built executables are incompatible with the 1.0.0 release Game.dlls. Go to my Gamebanana guide for an updated tutorial with new formatting and instructions to build a new Game.dll.