From 85f2e22982de6af67925e4b3a01cde82081f0770 Mon Sep 17 00:00:00 2001 From: jugeeya Date: Fri, 1 Sep 2023 14:57:06 -0700 Subject: [PATCH] Some updates --- README.md | 37 ++++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cc459f7..9d3b859 100644 --- a/README.md +++ b/README.md @@ -307,6 +307,34 @@ SD Card Root └── 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/ + └── contents/ + └── 01006A800016E000/ + ├── exefs/ + │ ├── subsdk9 + │ └── main.npdm + └── romfs/ + └── skyline/ + └── plugins/ + ├── libnro_hook.nro + ├── libparam_hook.nro + └── libtraining_modpack.nro +``` + ## Installation on Ryujinx Emulator on PC Exact same process as above, but the filepaths are in Ryujinx's mod paths. @@ -332,10 +360,6 @@ Exact same process as above, but the filepaths are in Ryujinx's mod paths. └── libtraining_modpack.nro ``` -## Button Configuration - -To remap the buttons used for different actions in the modpack such as opening the menu, please open and edit the file `sd:/ultimate/TrainingModpack/training_modpack.toml`. - ## Beta Installation To install a beta version of the modpack, follow the same procedure using the [latest beta release](https://github.com/jugeeya/UltimateTrainingModpack/tree/beta) on Github. Beta releases may have additional features and bugfixes, but are subject to change. @@ -490,11 +514,12 @@ These are the features that can be found [in the latest beta release](https://gi ## Features * **Input Recording**: Trigger a recording and play it back (default binds: `R+DPad Down`, `R+DPad Up` respectively)! These recordings can be customized in terms of length between 60 and 600 frames, looping, and more! They can be configured to run in familiar situations like Mash or Ledge options and more - @GradualSyrup, @jugeeya -* **Input Display**: (Not yet in beta) Show inputs in a per-status, frame counted log-style viewer! Choose between raw controller inputs and "Smash"-style inputs, being what the game actually understands and passes to fighters - @jugeeya, @xhudaman +* **Input Display**: Show inputs in a per-status, frame counted log-style viewer! Choose between raw controller inputs and "Smash"-style inputs, being what the game actually understands and passes to fighters - @jugeeya, @xhudaman * **Auto-Updater**: Allow the modpack to automatically update itself when updates are available. Users can choose which update track they'd like from the Stable or Beta track in the menu - @asimon-1 * **Mash Overrides**: Specify which mash options to perform in specific scenarios - @GradualSyrup, @asimon-1 * **Customizable Button Configs**: Configure button combinations for save states and input recording in the menu itself. Please note that we now use raw inputs rather than Smash inputs, and save state save/load binds have moved to `L+DPad Down`, `L+DPad Up` respectively - @jugeeya * **Press Start/Select to Open Menu**: You can now open the menu with start press; holding start for >= 10 frames gives the original menu. On controllers with the minus button, minus can also be used to open the menu. This behavior can be toggled, and the old default `B+DPad Up` will always work. This change allows for much more seamless opening and closing of the modpack's menu - @jugeeya +* **Dodge Staling**: Control whether the CPU is affected by the game's default dodge (roll, airdodge, etc.) staling mechanism. - @GradualSyrup ## Bugfixes * Keep Luma, Mii Fighter hats, Mythra's sword, and Pikmin when loading save states - @GradualSyrup @@ -506,6 +531,8 @@ These are the features that can be found [in the latest beta release](https://gi ## Adjustments * Added Shulk Monado Arts to the Buffs Menu - @GradualSyrup +* Automatically save and load Olimar's Pikmin line up with save states - @GradualSyrup +* Automatically save and load Kirby's hats with save states - @GradualSyrup * Made menu larger and added more columns for increased visibility, especially on handheld - @jugeeya * Users can close the menu immediately after opening it - @jugeeya * Menu exit inputs (B, Start) no longer have effects in-game (B causing a Special input, Start reopening the menu or opening the vanilla menu) - @jugeeya