forked from nh-server/Kurisu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add usblayout command for wii (nh-server#1319)
- Loading branch information
1 parent
fd4aefb
commit 2eeae55
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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). |