247
edits
(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 === |
edits