diff --git a/feed.xml b/feed.xml index 49948daf6..0e24e220c 100644 --- a/feed.xml +++ b/feed.xml @@ -1 +1 @@ -Jekyll2023-11-20T00:20:47+00:00https://wii.hacks.guide/feed.xmlWii Hacks GuideThe complete guide to modding your Wii (and Wii mini)Nintendo Homebrew \ No newline at end of file +Jekyll2023-11-21T22:24:52+00:00https://wii.hacks.guide/feed.xmlWii Hacks GuideThe complete guide to modding your Wii (and Wii mini)Nintendo Homebrew \ No newline at end of file diff --git a/nintendont.html b/nintendont.html index afaf98df6..d8a7e805c 100644 --- a/nintendont.html +++ b/nintendont.html @@ -419,15 +419,27 @@ window.cookieconsent.initialise({

Properly Launching Games

Games in Nintendont have to be launched from an external device with a specific folder structure, with the usage of a game ID. Game IDs can be found on GameTDB.
-The expected structure for single disc games is as follows:
-device:/games/(game name) [game ID]/game.iso

+The expected structure for single disc games is as follows:

+
💾SD/USB:
+ ┗ 📂games
+    ┗ 📂GameName [gameID]
+       ┗ 📜game.iso or 📜game.ciso
+
-

The expected structure for multi disc games is as follows:
-device:/games/(game name) [game ID]/game.iso
-device:/games/(game name) [game ID]/disc2.iso (so on and so forth)

+

The expected structure for multi disc games is as follows:

+
💾SD/USB:
+┗ 📂games
+   ┗ 📂GameName [gameID]
+      ┣ 📜game.iso or 📜game.ciso
+      ┗ 📜disc2.iso or 📜disc2.ciso
+
-

Here is an example using The Legend of Zelda: The Wind Waker on a USB hard drive:
-USB:/games/The Legend of Zelda: The Wind Waker [GZLE01]/game.iso

+

Here is an example using The Legend of Zelda: The Wind Waker on a USB hard drive:

+
💾SD/USB:
+ ┗ 📂games
+    ┗ 📂The Legend of Zelda: The Wind Waker [GZLE01]
+       ┗ 📜game.iso or 📜game.ciso
+

BIOS Setup

@@ -435,8 +447,8 @@ The expected structure for single disc games is as follows:
  1. Rename the BIOS file iplusa.bin/ipljap.bin/iplpal.bin based on its region.
  2. -
  3. Copy it to the root of the storage device where Nintendont is installed on.
  4. -
  5. Go into Nintendont settings and verify that Load IPL is turned ON.
  6. +
  7. Copy it to the root of the storage device where your GameCube games are on.
  8. +
  9. Go into Nintendont settings and verify that Skip IPL is turned OFF.

Using a HID USB controller with Nintendont