diff --git a/docs/en_US/install/wiiu.md b/docs/en_US/install/wiiu.md index dca0279..09c9204 100644 --- a/docs/en_US/install/wiiu.md +++ b/docs/en_US/install/wiiu.md @@ -55,17 +55,33 @@ Bleeding edge builds have not been widely tested, and do not guarantee any stabi +## Nimble +Nimble is an Aroma setup module that patches the request for the system `PolicyList`. This is used to enable background tasks for features such as Wara Wara Plaza. This is separate from the main Inkay patches as the `PolicyList` is downloaded earlier in the system boot process than Inkay has control over. + +Navigate to [the latest release](https://github.com/PretendoNetwork/Nimble/releases/latest) on GitHub and download the `30_nimble.rpx` file. + + + ## Installation Place the downloaded `Inkay-pretendo.wps` file on your SD card at `sd:/wiiu/environments/aroma/plugins`. It's normal for other Aroma plugins to be in this folder too. +Place the downloaded `30_nimble.rpx` file on your SD card at `sd:/wiiu/environments/aroma/modules/setup`. It's normal for other Aroma setup modules to be in this folder too. + + Place your SD card back into your console and boot like normal. You should see a notification of your connection: You are now connected to Pretendo Network. +Press the button combo `L + Down + SELECT` on the Wii U GamePad to open the Aroma plugin menu. + + + +Choose the plugin 'Inkay', then click A on 'BOSS settings' inside of Inkay, then click A on 'Unregister Wara Wara Plaza BOSS tasks' after that restart your console fully. + ## Disconnecting Press `L + Down + SELECT` on the Wii U GamePad to open the Aroma plugin menu. diff --git a/public/assets/images/docs/install/wiiu/aroma/nimbus-install.png b/public/assets/images/docs/install/wiiu/aroma/nimbus-install.png new file mode 100644 index 0000000..c9d9e4f Binary files /dev/null and b/public/assets/images/docs/install/wiiu/aroma/nimbus-install.png differ diff --git a/public/assets/images/docs/install/wiiu/aroma/nimbus-sd.png b/public/assets/images/docs/install/wiiu/aroma/nimbus-sd.png new file mode 100644 index 0000000..e7eccf8 Binary files /dev/null and b/public/assets/images/docs/install/wiiu/aroma/nimbus-sd.png differ