What makes us different from other similar websites? › Forums › Games › Sonic 3 A.I.R. › Reply To: Sonic 3 A.I.R.
February 10, 2026 at 2:41 pm
#8409
Moderator
You’ll have to download the ROM, online, somewhere. For legal reasons I can’t tell you, but save it on your computer, anywhere. After doing so, edit the config file, and replace it with the following code. Make sure to point to the ROM file, by eating the code neat the top, where it says “PATH_TO_ROM_FILE”.
{
"RomPath": "PATH_TO_ROM_FILE",
// Default window size
"WindowSize": "1200 x 672",
// Audio output sample rate, valid values: 11025, 22050, 44100, 48000
"AudioSampleRate": "48000",
// Platform override ("1": desktop, "2": mobile, "-1": auto-selection)
"PlatformFlags": "-1",
// Dev mode
"DevMode":
{
"Enabled": "0", // Set to "1" to enable developer mode
"EnforceDebugMode": "0", // Set to "1" to enable in-game debug mode
"SkipExitConfirmation": "0" // Set to "1" to skip the confirmation when exiting
},
// Game recorder
"GameRecording":
{
"EnablePlayback": "0",
"PlaybackStartFrame": "0",
"PlaybackIgnoreKeys": "0"
}
}
