More actions
(Created page with "{{Infobox Switch Homebrews |title=Generic Mod Manager |image=genericmodmanagerswitch.png |description=A Nintendo Switch on device mod manager written in python. |author=Genwald |lastupdated=2018/09/10 |type=Utilities |version=0.1 |license=GPL-2.0 |download=https://dlhb.gamebrew.org/switchhomebrews/genericmodmanagerswitch.7z |website=https://gbatemp.net/threads/generic-mod-manager-a-mod-manager.517626/ |source=https://github.com/Genwald/Generic-Mod-Manager |donation= }}...") |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Generic Mod Manager | |title=Generic Mod Manager | ||
|image= | |image=genericmodmanagernx.png | ||
|description=A Nintendo Switch on device mod manager written in | |description=A Nintendo Switch on device mod manager written in Python. | ||
|author=Genwald | |author=Genwald | ||
|lastupdated=2018/09/10 | |lastupdated=2018/09/10 | ||
Line 9: | Line 8: | ||
|version=0.1 | |version=0.1 | ||
|license=GPL-2.0 | |license=GPL-2.0 | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/genericmodmanagernx.7z | ||
|website=https://gbatemp.net/threads/generic-mod-manager-a-mod-manager.517626/ | |website=https://gbatemp.net/threads/generic-mod-manager-a-mod-manager.517626/ | ||
|source=https://github.com/Genwald/Generic-Mod-Manager | |source=https://github.com/Genwald/Generic-Mod-Manager | ||
|donation= | |donation= | ||
}} | }} | ||
Generic Mod Manager is a simple mod manager written in Python, for use with the homebrew [[PyNX Switch|PyNX]]. | |||
| | |||
It lets you easily activate and deactivate mods as well as handle conflicting mod files. | |||
==User guide== | |||
If you've never used PyNX before, just extract the All-in-One.zip to the root of your SD card. | |||
The recommended mod folder format is <code>ModFolder/NameOfGame/ModTitle/titleid/ModContent</code> | |||
For example <code>/mods/Mario Odyssey/Beanstar Moons/0100000000010000/romfs/...</code> | |||
< | |||
The mods folder and layeredFS folder can be changed in the ModManager.ini in order to support multiple cfw's and user preferences. | |||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/genericmodmanagernx2.png | ||
https://dlhb.gamebrew.org/switchhomebrews/ | https://dlhb.gamebrew.org/switchhomebrews/genericmodmanagernx3.png | ||
https://dlhb.gamebrew.org/switchhomebrews/genericmodmanagernx4.png | |||
https://dlhb.gamebrew.org/switchhomebrews/ | |||
==Changelog== | ==Changelog== | ||
''' | '''v0.1''' | ||
* | *If you've never used PyNX before, just grab the All-in-One .zip and put the contents on the root of your sd card. | ||
*If you would like to use this tool with an existing PyNX .nro, just take the Generic-Mod-Manager.py and put it in your PyNX folder. | |||
*Thanks to the developers of PyNX for making python on the switch possible. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/Genwald/Generic-Mod-Manager | ||
* GBAtemp - https://gbatemp.net/threads/generic-mod-manager-a-mod-manager.517626/ | |||
Latest revision as of 12:53, 27 April 2023
Generic Mod Manager | |
---|---|
General | |
Author | Genwald |
Type | Utilities |
Version | 0.1 |
License | GPL-2.0 |
Last Updated | 2018/09/10 |
Links | |
Download | |
Website | |
Source | |
Generic Mod Manager is a simple mod manager written in Python, for use with the homebrew PyNX.
It lets you easily activate and deactivate mods as well as handle conflicting mod files.
User guide
If you've never used PyNX before, just extract the All-in-One.zip to the root of your SD card.
The recommended mod folder format is ModFolder/NameOfGame/ModTitle/titleid/ModContent
For example /mods/Mario Odyssey/Beanstar Moons/0100000000010000/romfs/...
The mods folder and layeredFS folder can be changed in the ModManager.ini in order to support multiple cfw's and user preferences.
Screenshots
Changelog
v0.1
- If you've never used PyNX before, just grab the All-in-One .zip and put the contents on the root of your sd card.
- If you would like to use this tool with an existing PyNX .nro, just take the Generic-Mod-Manager.py and put it in your PyNX folder.
- Thanks to the developers of PyNX for making python on the switch possible.