Update README.md

This commit is contained in:
ppkantorski
2024-07-05 21:42:53 -07:00
committed by GitHub
parent 0aef301f95
commit 2be8344a53

View File

@@ -6,12 +6,16 @@ The Mod Alchemist package provides various modifications and enhancements for yo
The `package.ini` file contains the following configurations: The `package.ini` file contains the following configurations:
- `[*Toggle exeFS Patches]`: Toggles exeFS patches by selection. - `[*Toggle exeFS Patches]`: Toggles exeFS patches by selection.
- `[*Delete exeFS Patches]`: Deletes selected exeFS patches.
- `[*Toggle Content Mods]`: Toggles content modifications by selection. - `[*Toggle Content Mods]`: Toggles content modifications by selection.
- Mods are sorted accordingly within `/switch/.packages/Mod Master/<GAME>/<MOD>/<ID>/...` - `[*Delete Content Mods]`: Deletes selected content modifications.
- `[Enable 21:9 Mods]`: Enables 21:9 aspect ratio modifications. - `[*Search Pattern]`: Configure search patterns for mod groups.
- `[Disable 21:9 Mods]`: Disables 21:9 aspect ratio modifications. - `[Enable All]`: Enables all mods based on search patterns.
- `[Disable All]`: Disables all mods based on search patterns.
- `[*pchtxt -> ips]`: Converts pchtxt files to IPS patches.
- `[*pchtxt -> cheat]`: Converts pchtxt files to cheat codes.
Each configuration has a set of commands that perform the corresponding actions. The commands include moving, deleting, creating directories, and copying files to specific locations on your device. Each configuration has a set of commands that perform the corresponding actions. The commands include moving, deleting, creating directories, copying files, and converting files to specific formats.
## Obtaining Mods ## Obtaining Mods
@@ -19,14 +23,11 @@ To use the mods provided in the Mod Master package, you will need to obtain them
Please refer to the shared documentation or additional resources to acquire the specific mods you are interested in. Once you have obtained the mods, place them in the corresponding folders within the `Mod Alchemist` directory. Please refer to the shared documentation or additional resources to acquire the specific mods you are interested in. Once you have obtained the mods, place them in the corresponding folders within the `Mod Alchemist` directory.
## Usage ## Installation
To use Mod Master: To install `Mod Alchemist`:
1. Open the `package.ini` file located in the `examples/Mod Alchemist` directory. 1. Copy the `Mod Alchemist` directory to `/switch/.packages/`.
2. Uncomment the desired configuration and its corresponding commands by removing the semicolon (`;`) at the beginning of each line.
3. Save the `package.ini` file after making the necessary changes.
4. Copy the `Mod Alchemist` directory to your switch under `/config/ultrahand/` by placing it in that location.
Note: Make sure you have organized the mods properly within the subdirectories as mentioned in the "Obtaining Mods" section. Note: Make sure you have organized the mods properly within the subdirectories as mentioned in the "Obtaining Mods" section.