mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-20 00:46:34 +00:00
Fix beta installation guidance
This commit is contained in:
parent
3f049605c3
commit
3a543581da
1 changed files with 7 additions and 9 deletions
14
.github/workflows/rust.yml
vendored
14
.github/workflows/rust.yml
vendored
|
@ -116,22 +116,20 @@ jobs:
|
|||
|
||||
Install the same way you would install a full release.
|
||||
|
||||
## Installing on Ryujinx
|
||||
## Installing on Ryujinx \n
|
||||
|
||||
|
||||
|
||||
Instructions to get the beta working on Ryujinx.
|
||||
Instructions to get the beta working on Ryujinx.\n
|
||||
|
||||
|
||||
1. Download a Skyline-tolerant build of Ryujinx, which can be found here: https://github.com/Ryujinx/Ryujinx/pull/2966#issuecomment-1003648371
|
||||
1. Download a Skyline-tolerant build of Ryujinx, which can be found here: https://github.com/Ryujinx/Ryujinx/pull/2966#issuecomment-1003648371 \n
|
||||
|
||||
2. Download the beta. https://github.com/jugeeya/UltimateTrainingModpack/releases/tag/beta
|
||||
2. Download the beta. https://github.com/jugeeya/UltimateTrainingModpack/releases/tag/beta \n
|
||||
|
||||
3. The atmosphere folder from the beta zip is everything that should be in Ryujinx's mod folder. This means `%AppData%/Ryujinx/mods/contents/01006a800016e000` should have what `atmosphere/contents/01006a800016e000` has.
|
||||
3. The atmosphere folder from the beta zip is everything that should be in Ryujinx's mod folder. This means `%AppData%/Ryujinx/mods/contents/01006a800016e000` should have what `atmosphere/contents/01006a800016e000` has. \n
|
||||
|
||||
4. The other files/folders such as `shader_binaries` and `font.ttf` from the beta zip ishould be placed on the root of the SD card, which for Ryujinx is `%AppData/Ryujinx/sdcard`.
|
||||
|
||||
5. You should be good to go after this. When in training mode, use Special+Uptaunt to bring up the menu.
|
||||
4. You should be good to go after this. When in training mode, use Special+Uptaunt to bring up the menu. \n
|
||||
files: >
|
||||
training_modpack_beta.zip
|
||||
- name: Upload zip as artifact
|
||||
|
|
Loading…
Reference in a new issue