mirror of
https://github.com/modmii/modmii.github.io.git
synced 2025-05-10 04:01:21 +02:00
44 lines
2.1 KiB
Plaintext
44 lines
2.1 KiB
Plaintext
• Your folder structure should look <i>similar</i> to this:<br>
|
|
💾 SD Card<br>
|
|
<!--vWii folder structure
|
|
┗ 📁apps<br>
|
|
┣ 📁AppName1<br>
|
|
┣ 📄boot.dol<br>
|
|
┣ 📄meta.xml<br>
|
|
┗ 📄icon.png<br>
|
|
┣ (All other Wii apps should be here too)<br>
|
|
vWii folder structure-->
|
|
┗ 📂wiiu<br>
|
|
┣ 📂apps<br>
|
|
┃ ┣ 📂AromaUpdater<br>
|
|
┃ ┃ ┗📜AromaUpdater.wuhb<br>
|
|
┃ ┣ 📜PayloadLoaderInstaller.wuhb<br>
|
|
┃ ┗ (All other WiiU apps should be here too)<br>
|
|
┣ 📂environments<br>
|
|
┃ ┗ 📂aroma<br>
|
|
┃ ┣ 📂modules<br>
|
|
┃ ┃ ┣ 📂setup<br>
|
|
┃ ┃ ┃ ┣ 📜00_mocha.rpx<br>
|
|
┃ ┃ ┃ ┣ 📜10_wums_loader.rpx<br>
|
|
┃ ┃ ┃ ┗ 📜99_autoboot.rpx<br>
|
|
┃ ┃ ┗ (All other Aroma modules ending with .wms should be here too)<br>
|
|
┃ ┣ 📂plugins<br>
|
|
┃ ┃ ┣ 📜AromaBasePlugin.wps<br>
|
|
┃ ┃ ┣ 📜drc_region_free.wps<br>
|
|
┃ ┃ ┣ 📜homebrew_on_menu.wps<br>
|
|
┃ ┃ ┣ 📜regionfree.wps<br>
|
|
┃ ┃ ┗ (All other Aroma plugins ending with .wps should be here too)<br>
|
|
┃ ┗ 📜root.rpx<br>
|
|
┣ 📂payloads<br>
|
|
┃ ┣ 📂default<br>
|
|
┃ ┃ ┗ 📜payload.elf<br>
|
|
┃ ┗ 📂nanddumper<br>
|
|
┃ ┗ 📜payload.elf<br>
|
|
┣ 📜payload.rpx<br>
|
|
┗ 📜payload.elf<br>
|
|
<br>
|
|
• Your folder structure should <u>not</u> look like this:<br>
|
|
💾 SD Card<br>
|
|
┗ ⛔📁COPY_TO_SD<br>
|
|
<br>
|