Setting Up the RSDKv2 Decompilation¶
Prerequisites¶
- A build of the RSDKv2 Decompilation for the target platform. You can get one by:
- Building the source code (Recommended)
- Downloading the latest release
- Downloading an autobuild (Must be signed into GitHub to download)
- The datapack (Data.bin) for Sonic Nexus
- Visual C++ Redistributables (Windows only)
Setup¶
Tip
It's highly recommended to enable file extensions in File Explorer to reduce the chance of a file being named incorrectly.
Warning
DO NOT place the decompilation in a Windows user directory. This includes folders such as Documents, Downloads, and the Desktop. These directories are known to cause issues with the decomp, such as crashes or mods not working. It's recommended to instead place the decomp somewhere in a Games
folder located in the root of C drive, or another drive entirely if possible.
Place the decompilation EXE file in the target directory.
Copy the Data.bin
file from Sonic Nexus in this directory.
TODO