Skip to content
HyperNuke632 edited this page Apr 13, 2022 · 7 revisions

The Mod Manager will list all folders in the ultimate/mods directory.

Accessing the Mod Manager

To access the Mod Manager, navigate to the Main Menu of Smash Ultimate, then open up the Nintendo eShop in the lower right corner of the screen. Then select Mod Manager (ARCadia-RS).

modmanager1

The manager looks like this (albeit with a different mod on the page). It will display all your mods and you can toggle them as you wish. Leaving the menu after toggling a mod will prompt the game to ask you if you want to restart. Hit yes if you wish to have your mods loaded, hit no if you wish the mods to be loaded the next time you start up your game.

How do you have a mod displayed with an image and description?

Folder Config

Each folder can contain 2 of the following files:

  • info.toml (A toml file containing information related to the mod)
  • preview.webp (A webp file that can either be animated or static for previewing a mod in the thumbnail)

info.toml fields

  • display_name The name that's displayed on the mod manager instead of the folder name : Default is the folder name
  • version The version of the mod that will be shown below the thumbnail (doesn't have to match up with Smash Ultimate or ARCropolis) : Default is ???
  • description The description of the mod that will be shown below the version : Default is nothing
  • category The category the mod will belong to. A mod can only have one category : Default is Misc. Here's all the current categories:
    • Fighter
    • Stage
    • Effects
    • UI
    • Param
    • Audio

Clone this wiki locally