-
-
Notifications
You must be signed in to change notification settings - Fork 44
Mod manager
HyperNuke632 edited this page Apr 12, 2022
·
7 revisions
The Mod Manager will list all folders in the UMM directory.
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.
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)
-
display_nameThe name that's displayed on the mod manager instead of the folder name : Default is the folder name -
versionThe version of the mod that will be shown below the thumbnail (doesn't have to match up with Smash Ultimate or ARCropolis) : Default is??? -
descriptionThe description of the mod that will be shown below the version : Default is nothing -
categoryThe category the mod will belong to. A mod can only have one category : Default isMisc. Here's all the current categories:- Fighter
- Stage
- Effects
- UI
- Param
- Audio
- Home
- Getting started
- Features
- Troubleshooting
- Introduction to code modding (Coming soon, maybe, someday, eventually)
- Rust for Smash modding
- Introduction
- Beginner
- Intermediate
- Advanced
- Cheat sheet
- Rust for Smash modding
- Guides
- Overview
- ARCropolis API
- Miscellaneous