Modding Setup
To run our mods and custom code, we either need to modify the console to run a custom firmware or use Ryujinx. For the console, we'll be using Atmosphere for this, since it's the most stable custom firmware and the only one being actively worked on.
Covering how to mod your switch from scratch would be a undertaking that this site isn't suited for, so follow this guide here to setup Atmosphere on your switch.
This guide will be a minimal guide to getting the barebones of Super Smash Bros. Ultimate Modding set up. If you want a more comprehensive guide for just using mods, you can follow this guide for console modding or follow this guide for Ryujinx modding.
Disclaimer
- If a folder doesn't exist, then create it
- If it asks you to overwrite, then overwrite
sd:/
means the root of your SD Card (like theC:/
drive orD:/
drive)
Requirements
- Skyline (Switch/Ryujinx)
- ARCropolis (Switch/Ryujinx)
- sys-ftpd-light (Switch)
- One of the FTP clients (Console Only)
- FileZilla (Switch) (Windows/MacOS/Linux)
Console Setup
Setting up the SD Card
- Copy the
exefs
folder in the Skyline download tosd:/atmosphere/contents/01006A800016E000/
- Copy the
atmosphere
&ultimate
folders in the ARCropolis download tosd:/
- Copy the
atmosphere
&config
folders in the sys-ftpd-light download tosd:/
- Boot into Atmosphere and open up Super Smash Bros. Ultimate.
- Check the update title at the top left of the title screen. If it says
ARCropolis Ver. X.X.X
, then you're done!
Using FTP to access and modify your SD Card over Network
- Install FileZilla (following the installer on-screen instructions (make sure to not install the ads in the installer!))
- Open up FileZilla
- In the following fields, enter the following information:
Host
-> your switch's IP addressPort
-> 5000
- Click
Quickconnect
and then clickOK
on the pop-up - You should now be successfully connected to your switch! Now you can transfer files over the network without having to take out the microSD card.
Ryujinx Setup
- Right-click on Super Smash Bros. Ultimate in Ryujinx and click
Open Mods Directory
- Copy the
exefs
folder in the Skyline download to the directory that was opened by Ryujinx - Navigate to
atmosphere/contents/01006A800016E000/
in the ARCropolis zip and copy theromfs
folder to the directory that was opened by Ryujinx - Run Super Smash Bros. Ultimate
- Check the update title at the top left of the title screen. If it says
ARCropolis Ver. X.X.X
, then you're done!