Setting Up the RSDKv4 Decompilation¶
Prerequisites¶
- A build of the RSDKv4 Decompilation for the target platform. You can get one by:
- Building the source code (Recommended)
- Downloading the latest release (Origins Plus DLC will not be accessible)
- Downloading an autobuild (Must be signed into GitHub to download, Origins Plus DLC will not be accessible)
- A datapack (Data.rsdk) for Sonic 1 or 2
- Visual C++ Redistributables (Windows only)
Setup¶
TODO: screenshots
Tip
It's highly recommended to enable file extensions in File Explorer to reduce the chance of a file being named incorrectly.
Place the decompilation EXE file (and any included DLL files) in the target directory.
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 Data.rsdk
file in this directory.
Note
If you're using a datapack from Sonic Origins, you will need to extract the datapack and place the extracted Data
and Bytecode
folders in the decompilation directory. Make sure the datapack is not present in the directory so that the decomp doesn't read it.
TODO
TODO