3DS:Sonic Decompilations: Difference between revisions
From Hacks Guide Wiki
More actions
add s2a installation process |
m Minor cleanup in preparation to moving. |
||
| Line 1: | Line 1: | ||
This tutorial will take you through setting up the Sonic Decompilation 3DS ports. | |||
{{critical|text=If you are on Old 3DS, then every game except Sonic CD will not work! and Special Stages will run poorly across all games on both Old & New 3DS.}} | {{critical|text=If you are on Old 3DS, then every game except Sonic CD will not work! and Special Stages will run poorly across all games on both Old & New 3DS.}} | ||
=== Technical Details (optional) === | === Technical Details (optional) === | ||
| Line 83: | Line 82: | ||
== What you need == | == What you need == | ||
* A <code>data.rsdk</code> file from either the [https://play.google.com/store/apps/details?id=com.sega.soniccd.classic&pcampaignid=web_share Mobile port] or the [https://store.steampowered.com/app/200940/Sonic_CD/ delisted Steam release] | * A <code>data.rsdk</code> file from either the [https://play.google.com/store/apps/details?id=com.sega.soniccd.classic&pcampaignid=web_share Mobile port] or the [https://store.steampowered.com/app/200940/Sonic_CD/ delisted Steam release] | ||
** Mobile: Follow [https://gamebanana.com/tuts/14942 this tutorial | ** Mobile: Follow [https://gamebanana.com/tuts/14942 this tutorial.] | ||
** PC: Browse the games local files via Steam (Right click the game on the sidebar -> Browse Local Files) and keep the directory open. | ** PC: Browse the games local files via Steam (Right click the game on the sidebar -> Browse Local Files) and keep the directory open. | ||
* The latest release of [[udb:3ds/sonic-cd|Sonic CD (3DS)]] (the <code>.cia</code> file) | * The latest release of [[udb:3ds/sonic-cd|Sonic CD (3DS)]] (the <code>.cia</code> file) | ||
| Line 180: | Line 179: | ||
== What you need == | == What you need == | ||
* A <code>Data.rsdk</code> file from any version of Sonic Mania you can obtain it from (i.e. PC, Nintendo Switch) | * A <code>Data.rsdk</code> file from any version of Sonic Mania you can obtain it from (i.e. PC, Nintendo Switch) | ||
**Switch: Dump the <code>romfs</code> with {{GitHub|NXDumpTool}}, and copy the | **Switch: Dump the <code>romfs</code> with {{GitHub|NXDumpTool}}, and copy the <code>Data.rsdk</code> to your PC. | ||
**PC (Steam): Browse the games local files via Steam (Right click the game on the sidebar -> Browse Local Files) and keep the directory open. | **PC (Steam): Browse the games local files via Steam (Right click the game on the sidebar -> Browse Local Files) and keep the directory open. | ||
**PC (Epic Games): Press the <code>...</code> in your Library -> "Manage" -> press the folder icon, then keep the directory open. | **PC (Epic Games): Press the <code>...</code> in your Library -> "Manage" -> press the folder icon, then keep the directory open. | ||
* The latest release of [[udb:3ds/ | * The latest release of [[udb:3ds/sonic-mania|Sonic Mania (3DS)]] (the <code>.cia</code> file) | ||
** If you compiled the port, you can find the <code>.cia</code> you built in <code>/dependencies/v5_3DS/3ds/out/</code> | ** If you compiled the port, you can find the <code>.cia</code> you built in the cloned repository directory, then <code>/dependencies/v5_3DS/3ds/out/</code> | ||
== Instructions == | == Instructions == | ||
=== Section I - Prep Work === | === Section I - Prep Work === | ||
Revision as of 08:38, 12 January 2024
This tutorial will take you through setting up the Sonic Decompilation 3DS ports.
| If you are on Old 3DS, then every game except Sonic CD will not work! and Special Stages will run poorly across all games on both Old & New 3DS. |
Technical Details (optional)
These ports are based on the decompilations by Rubberduckycooly for the mobile versions of Sonic 1, CD, 2, and Sonic Mania.
They require a data.rsdk file from a legal copy of the game(s) to be able to run.
![]() | |
| Developer(s) | JeffRuLz, rubberduckycooly |
|---|---|
| Console | Nintendo 3DS |
| Version | 1.3.0 (November 4, 2022) |
| Links | |
| GitHub | JeffRuLz/Sonic-1-2-2013-Decompilation |
What you need
- A
data.rsdkfile from the Mobile port- Tutorial can be found here.
- The latest release of Sonic 1 (3DS) (
Sonic1.cia)- If you have issues, try to use the
rev01version instead.
- If you have issues, try to use the
Instructions
Section I - Prep Work
- Power off your console
- Insert your SD card into your computer
- Create a folder named
ciason the root of your SD card if it does not already exist - Copy
Sonic1.ciato the/cias/folder on your SD card - Create a folder named
3dson the root of your SD card if it does not already exist - Create a folder named
Sonic1in the 3ds folder on your SD card if it does not already exist - Copy
data.rsdkto the/3ds/Sonic1/folder on your SD card - Reinsert your SD card into your console
- Power on your console
Section II - Installation
- Launch FBI from the HOME Menu
- Navigate to
SD->cias - Press A on Sonic 1, and select "Install and delete CIA"
- Once installed, press Home, then X to close FBI
| You're done! You've successfully installed Sonic 1 on your console. |
Optional - Setting up Sonic 1 Forever
| This is using the outdated 1.4.2 version of the mod (latest is 1.5), but it's the most recent that works the best on 3DS. |
What you need
- Sonic 1 Forever (the 1.4.2 mod only release)
Instructions
Section I - Prep Work
- Power off your console
- Insert your SD card into your computer
- Navigate to
/3ds/Sonic1/, then create a folder namedmods - Extract
SonicForeverModfrom the Sonic 1 Forever.zipand copy it to/3ds/Sonic1/mods/ - Reinsert your SD card into your console
- Power on your console
Section II - Loading the mod
- Launch Sonic 1 from the HOME Menu
- Press A on
MODS - Press A on
Sonic Foreverto activate it - Press B to exit the mods list
- Once the game has reloaded, press Home, then X to close Sonic 1
- Relaunch Sonic 1 from the HOME Menu
| You're done! You've successfully installed Sonic 1 Forever (1.4.2) on your console. |
![]() | |
| Developer(s) | SaturnSH2x2, rubberduckycooly |
|---|---|
| Console | Nintendo 3DS |
| Version | 1.3.0 (August 20, 2021) |
| Links | |
| GitHub | SaturnSH2x2/Sonic-CD-11-3DS |
What you need
- A
data.rsdkfile from either the Mobile port or the delisted Steam release- Mobile: Follow this tutorial.
- PC: Browse the games local files via Steam (Right click the game on the sidebar -> Browse Local Files) and keep the directory open.
- The latest release of Sonic CD (3DS) (the
.ciafile)- For old 3DS users, download the
HWversion - For new 3DS users, download the
SWversion
- For old 3DS users, download the
Instructions
Section I - Prep Work
- Power off your console
- Insert your SD card into your computer
- Create a folder named
ciason the root of your SD card if it does not already exist - Copy SonicCD
.ciato the/cias/folder on your SD card - Create a folder named
3dson the root of your SD card if it does not already exist - Create a folder named
SonicCDin the 3ds folder on your SD card if it does not already exist - Copy
data.rsdkto the/3ds/SonicCD/folder on your SD card - Reinsert your SD card into your console
- Power on your console
Section II - Installation
- Launch FBI from the HOME Menu
- Navigate to
SD->cias - Press A on Sonic CD, and select "Install and delete CIA"
- Once installed, press Home, then X to close FBI
| You're done! You've successfully installed Sonic CD on your console. |
![]() | |
| Developer(s) | JeffRuLz, rubberduckycooly |
|---|---|
| Console | Nintendo 3DS |
| Version | 1.3.0 (November 4, 2022) |
| Links | |
| GitHub | JeffRuLz/Sonic-1-2-2013-Decompilation |
What you need
- A
data.rsdkfile from the Mobile port- Tutorial can be found here.
- The latest release of Sonic 2 (3DS) (
Sonic2.cia)- If you have issues, try to use the
rev01version instead.
- If you have issues, try to use the
Instructions
Section I - Prep Work
- Power off your console
- Insert your SD card into your computer
- Create a folder named
ciason the root of your SD card if it does not already exist - Copy
Sonic2.ciato the/cias/folder on your SD card - Create a folder named
3dson the root of your SD card if it does not already exist - Create a folder named
Sonic2in the 3ds folder on your SD card if it does not already exist - Copy
data.rsdkto the/3ds/Sonic2/folder on your SD card - Reinsert your SD card into your console
- Power on your console
Section II - Installation
- Launch FBI from the HOME Menu
- Navigate to
SD->cias - Press A on Sonic 2, and select "Install and delete CIA"
- Once installed, press Home, then X to close FBI
| You're done! You've successfully installed Sonic 2 on your console. |
Optional - Setting up Sonic 2 Absolute
| This is using the outdated 1.1.1 version of the mod (latest is 1.2.1), but it's the most recent that works the best on 3DS. |
What you need
- Sonic 2 Absolute (the 1.1.1 mod only release)
Instructions
Section I - Prep Work
- Power off your console
- Insert your SD card into your computer
- Navigate to
/3ds/Sonic2/, then create a folder namedmods - Extract
S2Afrom the Sonic 2 Absolute.zipand copy it to/3ds/Sonic2/mods/ - Reinsert your SD card into your console
- Power on your console
Section II - Loading the mod
- Launch Sonic 2 from the HOME Menu
- Press A on
MODS - Press A on
Sonic 2 Absoluteto activate it - Press B to exit the mods list
- Once the game has reloaded, press Home, then X to close Sonic 2
- Relaunch Sonic 2 from the HOME Menu
| You're done! You've successfully installed Sonic 2 Absolute (1.1.1) on your console. |
| If you want to access the Sonic Mania Plus DLC, then you must compile the port yourself. |
![]() | |
| Developer(s) | SaturnSH2x2, rubberduckycooly |
|---|---|
| Console | Nintendo 3DS |
| Version | 1.0 (September 12, 2022) |
| Links | |
| GitHub | SaturnSH2x2/RSDKv5-Decompilation |
What you need
- A
Data.rsdkfile from any version of Sonic Mania you can obtain it from (i.e. PC, Nintendo Switch)- Switch: Dump the
romfswith NXDumpTool, and copy theData.rsdkto your PC. - PC (Steam): Browse the games local files via Steam (Right click the game on the sidebar -> Browse Local Files) and keep the directory open.
- PC (Epic Games): Press the
...in your Library -> "Manage" -> press the folder icon, then keep the directory open.
- Switch: Dump the
- The latest release of Sonic Mania (3DS) (the
.ciafile)- If you compiled the port, you can find the
.ciayou built in the cloned repository directory, then/dependencies/v5_3DS/3ds/out/
- If you compiled the port, you can find the
Instructions
Section I - Prep Work
- Power off your console
- Insert your SD card into your computer
- Create a folder named
ciason the root of your SD card if it does not already exist - Copy
SonicMania.ciato the/cias/folder on your SD card - Create a folder named
3dson the root of your SD card if it does not already exist - Create a folder named
SonicManiain the 3ds folder on your SD card if it does not already exist - Copy
Data.rsdkto the/3ds/SonicMania/folder on your SD card - Reinsert your SD card into your console
- Power on your console
Section II - Installation
- Launch FBI from the HOME Menu
- Navigate to
SD->cias - Press A on Sonic Mania, and select "Install and delete CIA"
- Once installed, press Home, then X to close FBI
| You're done! You've successfully installed Sonic Mania on your console. |


