mirror of
https://github.com/jugeeya/UltimateTrainingModpack.git
synced 2024-11-24 10:54:16 +00:00
Fix formatting for beta instructions
This commit is contained in:
parent
d6f172b630
commit
75598e70c9
1 changed files with 11 additions and 0 deletions
11
.github/workflows/rust.yml
vendored
11
.github/workflows/rust.yml
vendored
|
@ -114,14 +114,25 @@ jobs:
|
||||||
body: >
|
body: >
|
||||||
Beta built off of the latest code in the repository.
|
Beta built off of the latest code in the repository.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Install the same way you would install a full release.
|
Install the same way you would install a full release.
|
||||||
|
|
||||||
## Installing on Ryujinx
|
## Installing on Ryujinx
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Instructions to get the beta working on Ryujinx.
|
Instructions to get the beta working on Ryujinx.
|
||||||
|
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
2. Download the beta. https://github.com/jugeeya/UltimateTrainingModpack/releases/tag/beta
|
2. Download the beta. https://github.com/jugeeya/UltimateTrainingModpack/releases/tag/beta
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
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`.
|
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.
|
5. You should be good to go after this. When in training mode, use Special+Uptaunt to bring up the menu.
|
||||||
files: >
|
files: >
|
||||||
training_modpack_beta.zip
|
training_modpack_beta.zip
|
||||||
|
|
Loading…
Reference in a new issue