From 2eeae55d9b5d0ff5bb62a4b7a5dcd61d530f2e78 Mon Sep 17 00:00:00 2001 From: Nathan <85657152+Snare-Hawk@users.noreply.github.com> Date: Mon, 1 Jul 2024 04:47:06 +0000 Subject: [PATCH] add usblayout command for wii (#1319) --- cogs/assistance-cmds/usblayout.wii.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 cogs/assistance-cmds/usblayout.wii.md diff --git a/cogs/assistance-cmds/usblayout.wii.md b/cogs/assistance-cmds/usblayout.wii.md new file mode 100644 index 00000000..9aeb4d69 --- /dev/null +++ b/cogs/assistance-cmds/usblayout.wii.md @@ -0,0 +1,27 @@ +--- +title: Wii USB drive layout +help-desc: A quick overview on the USB drive layout for Wii and GameCube games +--- + +The file structure of your USB drive should look like this: + +``` +πŸ’Ύ SD or USB HDD: +┣ πŸ“‚ wbfs +┃ ┣ πŸ“‚ GameName [gameID] +┃ ┃ β”— πŸ“œ gameid.wbfs +┃ ┣ πŸ“‚ GameName [gameID] -- This example is for split WBFS files. If your drive's file system is NTFS or your game is smaller than 4 GB, ignore it. +┃ ┃ ┣ πŸ“œ gameid.wbfs +┃ ┃ β”— πŸ“œ gameid.wbf1 +┣ πŸ“‚ games +┃ ┣ πŸ“‚ GameName [gameID] +┃ ┃ β”— πŸ“œgame.iso -- This is not a placeholder, the file, with its file extension, should literally be named "game.iso". +┃ ┣ πŸ“‚ GameName [gameID] -- This example is for games with multiple discs. +┃ ┃ ┣ πŸ“œgame.iso +┃ ┃ β”— πŸ“œdisc2.iso +``` + +You can also use [Wii Backup Manager](https://wii.hacks.guide/wii-backups#using-wii-backup-manager) and [GameCube Backup Manager](https://wii.hacks.guide/gc-backups) to manage your backups. + +The `wbfs` folder is only for Wii games and the `games` folder is only for GameCube games. +You can find the game IDs [here](https://www.gametdb.com).