Delete Switch/.packages/Mod Master directory
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
# Mod Master (now deprecated, replaced with Mod Alchemist)
|
||||
|
||||
The Mod Master package provides various modifications and enhancements for your device.
|
||||
|
||||
## Configuration
|
||||
|
||||
The `package.ini` file contains the following configurations:
|
||||
|
||||
- `[*Toggle exeFS Patches]`: Toggles exeFS patches by selection.
|
||||
- `[*Toggle Content Mods]`: Toggles content modifications by selection.
|
||||
- Mods are sorted accordingly within `/switch/.packages/Mod Master/<GAME>/<MOD>/<ID>/...`
|
||||
- `[Enable 21:9 Mods]`: Enables 21:9 aspect ratio modifications.
|
||||
- `[Disable 21:9 Mods]`: Disables 21:9 aspect ratio modifications.
|
||||
|
||||
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.
|
||||
|
||||
## Obtaining Mods
|
||||
|
||||
To use the mods provided in the Mod Master package, you will need to obtain them separately. The mods should be placed in the appropriate folders within the `Mod Master` 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 Master` directory.
|
||||
|
||||
## Usage
|
||||
|
||||
To use Mod Master:
|
||||
|
||||
1. Open the `package.ini` file located in the `examples/Mod Master` directory.
|
||||
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 Master` 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.
|
||||
|
||||
## Additional Information
|
||||
|
||||
For more details on the Ultrahand Overlay project and its features, please refer to the [official GitHub repository](https://github.com/ppkantorski/Ultrahand-Overlay).
|
||||
@@ -1 +0,0 @@
|
||||
404: Not Found
|
||||
@@ -1,53 +0,0 @@
|
||||
;creator=ppkantorski
|
||||
;version=0.4.0
|
||||
|
||||
|
||||
[*exeFS Patches]
|
||||
;mode=toggle
|
||||
on:
|
||||
filter /atmosphere/exefs_patches/.offload/
|
||||
file_source /atmosphere/exefs_patches/*/
|
||||
mkdir /atmosphere/exefs_patches/.offload/
|
||||
move {file_source} /atmosphere/exefs_patches/.offload/{file_name}/
|
||||
off:
|
||||
file_source /atmosphere/exefs_patches/.offload/*/
|
||||
move {file_source} /atmosphere/exefs_patches/{file_name}/
|
||||
|
||||
[*Contents Mods]
|
||||
;mode=toggle
|
||||
;grouping=split
|
||||
on:
|
||||
file_source '/switch/.packages/Mod Master/.onload/*/*/'
|
||||
mirror_delete {file_source} /atmosphere/contents/
|
||||
move {file_source} '/switch/.packages/Mod Master/{folder_name}/{file_name}/'
|
||||
off:
|
||||
filter '/switch/.packages/Mod Master/.onload/'
|
||||
file_source '/switch/.packages/Mod Master/*/*/'
|
||||
mirror_copy {file_source} /atmosphere/contents/
|
||||
move {file_source} '/switch/.packages/Mod Master/.onload/{folder_name}/{file_name}/'
|
||||
|
||||
|
||||
[Enable 21:9 Mods]
|
||||
move /atmosphere/exefs_patches/.offload/*21.9/ /atmosphere/exefs_patches/
|
||||
;for TOTK 21:9 mods
|
||||
|
||||
mkdir '/switch/.packages/Mod Master/.onload/'
|
||||
mkdir '/switch/.packages/Mod Master/.onload/TOTK/'
|
||||
mkdir '/switch/.packages/Mod Master/.onload/TOTK/UIFix_21.9/'
|
||||
move '/switch/.packages/Mod Master/TOTK/UIFix_21.9/' '/switch/.packages/Mod Master/.onload/TOTK/UIFix_21.9/'
|
||||
|
||||
move '/switch/.packages/Mod Master/.onload/TOTK/BlackScreenFix/' '/switch/.packages/Mod Master/TOTK/BlackScreenFix/'
|
||||
mirror_delete '/switch/.packages/Mod Master/TOTK/BlackScreenFix/' /atmosphere/contents/
|
||||
mirror_copy '/switch/.packages/Mod Master/.onload/TOTK/UIFix_21.9/' /atmosphere/contents/
|
||||
|
||||
[Disable 21:9 Mods]
|
||||
mkdir /atmosphere/exefs_patches/.offload/
|
||||
move /atmosphere/exefs_patches/*21.9/ /atmosphere/exefs_patches/.offload/
|
||||
;for TOTK 21:9 mods
|
||||
|
||||
move '/switch/.packages/Mod Master/.onload/TOTK/UIFix_21.9/' '/switch/.packages/Mod Master/TOTK/UIFix_21.9/'
|
||||
mirror_delete '/switch/.packages/Mod Master/TOTK/UIFix_21.9/' /atmosphere/contents/
|
||||
move '/switch/.packages/Mod Master/TOTK/BlackScreenFix/' '/switch/.packages/Mod Master/.onload/TOTK/BlackScreenFix/'
|
||||
mirror_copy '/switch/.packages/Mod Master/.onload/TOTK/BlackScreenFix/' /atmosphere/contents/
|
||||
|
||||
[Package Info]
|
||||
Reference in New Issue
Block a user