|
22 | 22 | </header> |
23 | 23 |
|
24 | 24 | <main> |
25 | | - <h2>Installing & Updating UniStore Content</h2> |
26 | | - <p>How to edit the UniStore and download content.</p> |
| 25 | + <h1>How to edit the UniStore and download content.</h1> |
| 26 | + |
| 27 | + <h2>Installing the Unistore</h2> |
| 28 | + <p>Your console needs to have custom firmware (CFW) to continue. If you do not have it already, you can get it by following this guide: <a href="https://3ds.hacks.guide/">https://3ds.hacks.guide/</a>.</p> |
| 29 | + <p>If you do not have the Universal Updater, then please download and install it from here: <a href="https://github.com/Universal-Team/Universal-Updater/releases/tag/v3.2.6">Universal Updater</a>.</p> |
| 30 | + <p>Make sure any other Homebrew is up to date, mainly <a href="https://github.com/LumaTeam/Luma3DS/releases">Luma3DS</a>.</p> |
| 31 | + <p>Finally, In order for mods to work, Game Patching needs to be enabled in the Luma Config.</p> |
| 32 | + |
| 33 | + <h2>Using the Unistore</h2> |
| 34 | + <p>Installing a mod is simple, just press A on the mod you want, select the sub-mod, and choose the region of your game. Then you click "Confirm" and go to the queue and accept any pop-ups after reading them. The mod you just installed should show up in the game, no extra steps needed.</p> |
| 35 | + |
| 36 | + <h2>Mod Troubleshooting</h2> |
| 37 | + <h3>DLC/Update + Game</h3> |
| 38 | + <p>Sometimes if you have a region-free game or DLC/update and a USA/EUR/JPN copy of Minecraft 3DS. They will cause mods to not fully work or at all.</p> |
| 39 | + |
| 40 | + <h3>LCL</h3> |
| 41 | + <p>Make sure the Luma chain loader has "Game Patching" enabled.</p> |
| 42 | + |
| 43 | + <h3>Download Mods for your game's region</h3> |
| 44 | + <p>Make sure you installed the correct region of the mod.</p> |
| 45 | + |
| 46 | + <h3>Combatting Mods</h3> |
| 47 | + <p>Some Mods such as Skyblock+ (Plus) and Amplified World Generation combat each other, and cannot be installed together on the same system.</p> |
| 48 | + |
| 49 | + <h3>Game Version</h3> |
| 50 | + <p>Almost all of the mods for Minecraft New Nintendo 3DS Edition were made for Patch v1.9.19.</p> |
| 51 | + |
| 52 | + <h3>Incorrectly Made Mods</h3> |
| 53 | + <p>Some mods are made incorrectly and some functions might not work if the developer did not do rigorous testing.</p> |
| 54 | + |
| 55 | + <h3>Mods not installing</h3> |
| 56 | + <p>If your mods aren't installing from the Minecraft 3DS Unistore, you should try reinstalling the Unistore.</p> |
| 57 | + |
| 58 | + <h3>Unistore is not working</h3> |
| 59 | + <p>Sometimes someone makes a bad PR and breaks the entire Unistore or specific downloads. If this happens, alert <a href="https://nawrek.carrd.co">nawrek</a>.</p> |
| 60 | + |
| 61 | + <h2>Uploading Unistore Content</h2> |
| 62 | + <p>Create a GitHub issue on <a href="https://github.com/Minecraft-3DS-Community/Minecraft-3ds-unistore">this repository</a> with these items:</p> |
| 63 | + <ul> |
| 64 | + <li>icon (48x48px)</li> |
| 65 | + <li>screenshots 400x240</li> |
| 66 | + <li>long and short descriptions</li> |
| 67 | + </ul> |
27 | 68 | </main> |
28 | | - <!-- Settings Menu Modal --> |
29 | | -<!--wyndchyme was here. What's with all these comments?--> |
30 | | - <div class="settings-modal" id="settingsModal"> |
31 | | - <div class="settings-menu"> |
32 | | - <h2>Settings</h2> |
33 | | - <label> |
34 | | - <input type="checkbox" id="themeToggle"> |
35 | | - Toggle Dark/Light Mode |
36 | | - </label> |
37 | | -<!-- <label> |
38 | | - <input type="checkbox" id="bgImageToggle"> |
39 | | - Enable Background Image |
40 | | - </label> --> |
41 | | - <label> |
42 | | - <input type="checkbox" id="blurToggle"> |
43 | | - Enable Background Blur |
44 | | - </label> |
45 | | - <button id="closeSettings">Close</button> |
| 69 | + |
| 70 | + <!-- Settings Menu Modal --> |
| 71 | + <div class="settings-modal" id="settingsModal"> |
| 72 | + <div class="settings-menu"> |
| 73 | + <h2>Settings</h2> |
| 74 | + <label> |
| 75 | + <input type="checkbox" id="themeToggle"> |
| 76 | + Toggle Dark/Light Mode |
| 77 | + </label> |
| 78 | + <label> |
| 79 | + <input type="checkbox" id="blurToggle"> |
| 80 | + Enable Background Blur |
| 81 | + </label> |
| 82 | + <button id="closeSettings">Close</button> |
| 83 | + </div> |
46 | 84 | </div> |
47 | | -</div> |
48 | | -<script src="../js/main.js"></script> |
| 85 | + <script src="../js/main.js"></script> |
49 | 86 | </body> |
50 | 87 | </html> |
0 commit comments