Skip to content

Commit a231731

Browse files
author
MarigoldZephyrNio
committed
Add SimpleModManager Guide
1 parent 4bf8d52 commit a231731

File tree

5 files changed

+32
-0
lines changed

5 files changed

+32
-0
lines changed

Diff for: docs/homebrew/img/simplemodmanager1.jpg

80.2 KB
Loading

Diff for: docs/homebrew/img/simplemodmanager2.jpg

80.5 KB
Loading

Diff for: docs/homebrew/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ Homebrew apps are stored in `sd:/switch` by default and Homebrew sysmodules are
1919
#### Additional Homebrew apps/sysmodules:
2020

2121
- [EdiZon](edizon.md) (sysmodule and Homebrew app)
22+
- [SimpleModManager](simplemodmanager.md) (Homebrew app)
2223
- [Tesla-Menu](tesla-menu.md) (sysmodule)
2324
- [MissionControl](mission-control.md) (sysmodule)
2425
- [sys-con](sys-con.md)(sysmodule)

Diff for: docs/homebrew/simplemodmanager.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
### Information
2+
3+
SimpleModManager is a [homebrew app](index.md#terminologies) that allows easily adding and removing mods to the layeredFS directory from another directory on the SD card.
4+
5+
#### Common use cases for SimpleModManager:
6+
7+
- Switching between large modpacks
8+
- Enabling and disabling individual mods
9+
10+
!!! warning "What **not** to use SimpleModManager for."
11+
SimpleModManager should not be used for some specific games like Super Smash Bros. Ultimate and The Legend of Zelda: Breath of the Wild and Tears of the Kingdom. This is due to how these games handle mods differently from others.
12+
-----
13+
14+
#### Installation requirements:
15+
- The latest release of [SimpleModManager](https://github.com/nadrino/SimpleModManager/releases/latest) (the `SimpleModManager.nro` file)
16+
17+
#### Installation instructions:
18+
1. Boot into Hekate and go to `Tools` > `USB Tools` > `SD Card`, then plug your Switch into your PC via USB.
19+
2. Your microSD card should now be accessible on your PC, open it.
20+
3. Copy the `SimpleModManager.nro` file the `/switch/` folder on your microSD card.
21+
4. Boot into CFW.
22+
23+
#### Usage instructions:
24+
1. Create a directory named `mods/<game name>/<mod name>/` on the root of the SD card.
25+
- What you put for the mod name does not have to align with anything, put whatever you like!
26+
2. Create the layeredFS directory for your mod that can be found on the [Game Modding](../extras/game_modding.md) page, skipping the `atmosphere` folder inside the `<mod name>` folder.
27+
3. Launch SimpleModManager via the Homebrew Menu and your games will show up, pressing A on them will show the mods available.
28+
29+
![ExampleSwitchTheme](img/simplemodmanager1.jpg){ width="600" }
30+
![ExampleSwitchTheme](img/simplemodmanager2.jpg){ width="600" }

Diff for: mkdocs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ nav:
6262
- 'NXTheme Installer': 'homebrew/nxtheme-installer.md'
6363
- 'NX-Shell': 'homebrew/nx-shell.md'
6464
- 'EdiZon': 'homebrew/edizon.md'
65+
- 'SimpleModManager': 'homebrew/simplemodmanager.md/'
6566
- 'Tesla-Menu': 'homebrew/tesla-menu.md'
6667
- 'MissionControl': 'homebrew/mission-control.md'
6768
- 'sys-con': 'homebrew/sys-con.md'

0 commit comments

Comments
 (0)