diff --git a/README.md b/README.md index 1000dd5..bfb81c5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[](https://imgur.com/7BVjKtZ.jpg) + # Ultimate Training Modpack Plugin @@ -34,9 +34,9 @@ The features in this modpack are configured through the menu, which can be acces - Displays additional information onscreen - Controls CPU behavior -[](https://imgur.com/5Blmsbc.jpg) + -[](https://imgur.com/NR0Rl7j.jpg) + ## Stage Hazards @@ -47,7 +47,7 @@ Set stage hazards on or off in Training Mode! Use this to practice on tournament At any time in Training Mode, you can press `Grab + Down Taunt` to save the state of training mode. This will save the position, state, and damage of each fighter, which can then be reverted to at any time with `Grab + Up Taunt`. With the mirroring setting,loading the save state will flip the positions, allowing you to practice your skills facing both directions. Use this instead of the built-in training mode reset! -[](https://i.imgur.com/FLy0xiw.gif) + ## Input Delay @@ -122,6 +122,11 @@ When multiple options are selected, one of the selected options will be chosen a # Installation +The training modpack requires the following prerequisite packages: + +* Atmosphere: https://github.com/Atmosphere-NX/Atmosphere/releases +* Skyline: https://github.com/skyline-dev/skyline/releases + To install the training modpack, download the .zip file from the [latest release page](https://github.com/jugeeya/UltimateTrainingModpack/releases/latest). Extract the files from the .zip file using the file explorer on Windows or Mac, or a program such as 7-zip (windows) or unzip (Linux). Then transfer the extracted contents onto the root of your SD card, merging the /atmosphere folder with the one on your SD card. No files need to be deleted when upgrading from a previous version. The SD card should have the below files at these locations. ``` @@ -129,9 +134,6 @@ SD Card Root └── atmosphere └── contents └── 01006A800016E000 - ├── exefs - │ ├── main.npdm - │ └── subsdk9 ├── manual_html │ └── html-document │ └── contents.htdocs @@ -188,15 +190,16 @@ To install a beta version of the modpack, follow the same procedure using the [l * No, this is not currently supported. Use `SPECIAL+UPTAUNT` to open the menu. * How do I fix the error message "The software has been closed due to an error" when starting Smash? * If you're on a Mac, check your SD card for files with dots at the beginning of them in the training mod files, they should be deleted (like, `._libtraining_modpack.nro` in addition to `libtraining_modpack.nro`). -* How do I fix the error message "Fatal error: Failed to stat stage2 (atmosphere/fusee-secondary.bin)"? +* How do I fix the error message "Failed to open sdmc:/atmosphere/package3"? * This is caused by improperly setting up the SD card. When adding files onto the SD card, make sure that you extract the contents of the .zip file first then add only the contents and not the parent folder onto the SD card! Consult the [Atmosphere documentation](https://github.com/Atmosphere-NX/Atmosphere) for additional information. +* How do I fix the error message "Panic occurred while running Atmosphere. Title ID: 010041544D530000 Error: std::abort (0xFFE) + * This is caused by a missing or improper [Skyline](https://github.com/skyline-dev/skyline/releases) installation. Make sure that you install the `subsdk9` and `main.npdm` files to `atmosphere/contents/01006A800016E000/exefs/`, as indicated in the Installation instructions. * How do I remove the Training Mod? * It's as simple as removing the files associated with the modpack. Make sure you only remove the files that you wish to remove: - * Skyline, the loader for code plugins like the modpack - `atmosphere/contents/01006A800016E000/exefs/*` * Modpack plugins * `atmosphere/contents/01006A800016E000/romfs/libnn_hid_hook.nro` * `atmosphere/contents/01006A800016E000/romfs/libnro_hook.nro` + * * `atmosphere/contents/01006A800016E000/romfs/libparam_hook.nro` * `atmosphere/contents/01006A800016E000/romfs/libtraining_modpack.nro` * Additional static files * `atmosphere/contents/01006A800016E000/manual_html/html-document/contents.htdocs/*` diff --git a/photos/FLy0xiw.gif b/photos/FLy0xiw.gif new file mode 100644 index 0000000..458ce52 Binary files /dev/null and b/photos/FLy0xiw.gif differ