Skip to content

Setting Up the RSDKv3 Decompilation

Prerequisites

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 (and any included DLL files) in the target directory.

RSDKv3.exe

Place the Data.rsdk file in this directory. If you have the Blit release of Sonic CD, you can copy its videos folder here as well.

Data.rsdk

TODO

TODO

Troubleshooting

Some options in Sonic CD's menu don't work

Certain buttons in Sonic CD's menu call for functionality or menus that are either part of the system's OS or hardcoded in the game's executable. These include:

  • The Leaderboards and Achievements menus
  • The How to Play, Controls, and Settings screens in the Blit version
  • The legal/privacy buttons in the mobile version's About screen

This functionality is not implemented in the decompilation, but you can use mods to restore/add some of these menus.

The game runs faster than it's supposed to

All of the Retro Engine's logic is tied to the framerate, meaning that the speed of the game will be faster or slower depending on your device/monitor's refresh rate. You can fix this by turning off V-Sync in settings.ini or by changing your device's refresh rate, if possible.

The title screen and level title cards have visual oddities when using the Blit release in widescreen

The Blit release of Sonic CD wasn't fully optimized for widescreen, so issues like this will occur. You can install the decompiled scripts to fix this.

Pausing is mapped to B instead of Start when using the mobile version

This is an intentional change (made for unknown reasons) in the mobile version of the game. You can install the decompiled scripts to fix this.

The title screen splash logos and instructions graphics are low resolution when using the mobile version

Enable HardwareRenderer in settings.ini.

Various issues related to using the Origins version

See this guide for fixing several Origins related issues.

FAQ

I don't have access to the Blit release of Sonic CD. Can I use video files from the mobile or Origins versions?

The decompilation only works with video files from the Blit release of the game. If you don't have this version, you can choose from the FMV mods available on GameBanana and use one of those instead.