1
0
mirror of https://github.com/jugeeya/UltimateTrainingModpack.git synced 2025-07-10 21:06:43 +00:00

Remove references to deprecated emulator ()

* Update rust.yml

* Update README.md
This commit is contained in:
jugeeya
2024-03-11 15:05:30 -04:00
committed by GitHub
parent 1148cd7ec6
commit c88a0991c7
2 changed files with 0 additions and 65 deletions
.github/workflows
README.md

@ -180,42 +180,6 @@ jobs:
``` ```
### Installation on Yuzu Emulator on PC
> [!NOTE]
> Working as of Yuzu Mainline 1537 ~ 1538!
Exact same process as above, but the filepaths are in Yuzu's mod paths.
1) Extract the contents of the TrainingModpack .zip (`atmosphere` folder). Paste the `atmosphere` folder inside atmosphere into `%AppData%/Yuzu/sdmc/`.
2) Similarly, extracted contents of the Skyline .zip (`exefs` folder) into into `%AppData%/yuzu/sdmc/atmosphere/contents/01006a800016e000`.
3) No files need to be manually deleted when upgrading from a previous version.
4) The Yuzu `sdmc` folder should have the files below at these locations.
```
%AppData%
└── Yuzu/
└── sdmc/
└── atmosphere/
└── contents/
└── 01006A800016E000/
├── exefs/
│ ├── subsdk9
│ └── main.npdm
└── romfs/
└── skyline/
└── plugins/
├── libnro_hook.nro
├── libparam_hook.nro
└── libtraining_modpack.nro
```
### Installation on Ryujinx Emulator on PC ### Installation on Ryujinx Emulator on PC

@ -307,35 +307,6 @@ SD Card Root
└── libtraining_modpack.nro └── libtraining_modpack.nro
``` ```
## Installation on Yuzu Emulator on PC
> [!NOTE]
> Working as of Yuzu Mainline 1537 ~ 1538!
Exact same process as above, but the filepaths are in Yuzu's mod paths.
1) Extract the contents of the TrainingModpack .zip (`atmosphere` folder). Paste the `atmosphere` folder inside atmosphere into `%AppData%/Yuzu/sdmc/`.
2) Similarly, extracted contents of the Skyline .zip (`exefs` folder) into into `%AppData%/yuzu/sdmc/atmosphere/contents/01006a800016e000`.
3) No files need to be manually deleted when upgrading from a previous version.
4) The Yuzu `sdmc` folder should have the files below at these locations.
```
%AppData%
└── Yuzu/
└── sdmc/
└── atmosphere/
└── contents/
└── 01006A800016E000/
├── exefs/
│ ├── subsdk9
│ └── main.npdm
└── romfs/
└── skyline/
└── plugins/
├── libnro_hook.nro
├── libparam_hook.nro
└── libtraining_modpack.nro
```
## Installation on Ryujinx Emulator on PC ## Installation on Ryujinx Emulator on PC
Exact same process as above, but the filepaths are in Ryujinx's mod paths. Exact same process as above, but the filepaths are in Ryujinx's mod paths.