Skip to content

Wii mentések kezelése

Ez az útmutató végigvezet a Wii mentések kezelésének különböző részletein, a CleanRip által kiadott .PART-fájlok összekapcsolásától a játékfájlok zsugorításáig, hogy ráférjenek egy FAT32-eszközre. A továbbiakban két programot fogunk kiemelni: a Wii Backup Managert (Windowsra) és a Wii Backup Fusiont (Linuxra és Mac-re).

INFO

Ha több játékot akarsz tárolni, javasoljuk egy külső háttértár beszerzését a Wiihez. Szinte bármilyen merevlemez vagy SSD valószínűleg megfelel.

INFO

A flash drive is not recommended, as they are small and may vary in behavior even between the same product.

Alternatívaként használhatsz egy SD kártyát is, de figyelmeztetünk, hogy a Wii SD kártya-olvasója lassú.

INFO

Ellenőrizd, hogy a külső háttértárad FAT32-fájlrendszerre van-e formázva. Do not format it as other types such as exFAT or extFS.

NTFS-ként is formázhatod, de a legtöbb homebrew alkalmazás (pl.: a Homebrew Channel és a Nintendont) ezt nem támogatja

Joining PART files on a FAT32 device

INFO

If your disc was dumped to a FAT32 device, you should have gotten at least two files that end with .partX.iso, due to filesystem limitations. They need to be joined (on a supported filesystem like NTFS) so the file can be read correctly.

Windows

  1. Másold át a .partX.iso-ban végződő, egyforma nevű fájlokat egy üres mappába a számítógépeden.

  2. In this folder, click the address bar in Windows Explorer and type in cmd, this will open a command prompt window there.

  3. Type copy /b *.part?.iso game.iso and press enter. Wait for the command to finish, your terminal output should be similar to the below.

  4. If the copy process executed correctly, the checksum from the game dump info file (located where you dumped your disc at) should match the resulting joined file.

macOS/Linux

  1. Copy the files that share the same name and end with .partX.iso into an empty folder on your computer.

  2. Open a terminal in the directory where your files are at, or cd [PATH] to it.

  3. Use the following command as is: cat `ls *.part?.iso | sort` > game.iso. Then, wait for the merging process to finish. Like in Windows, the resulting checksum should match the dump.

Using Wii Backup Manager

Követelmények

  • A PC running Windows
  • A USB drive or SD card
  • A dumped ISO from a Wii game disc
  • Wii Backup Manager

Lépések

Section I - Installation

  1. Extract Wii Backup Manager, and launch the program.
  2. Insert your USB drive or SD card into your computer.

Section II - Copying Games

  1. Go to the Drive 1 tab, then select the drive that will hold your backed up Wii games.

  2. Go to the Files tab, then select Add.

    • Select Files to add multiple games to the program, or select Folder to add a whole folder of games.

  3. Go to Select, then click Games not on drive 1.

  4. Select Transfer, then select Drive 1 to transfer the games over. The progress will be displayed on the right side of the window.

Using Wii Backup Fusion

Követelmények

Lépések

Section I - Installation

  1. Download Wiimm's ISO tools for your OS and extract the .tar.gz into a folder that you can access with the terminal. The extracted folder should have these files inside:

  2. Open a terminal in the folder that you just extracted, and run sudo ./install.sh.

  3. Download Wii Backup Fusion for your OS and install. If on Linux, you will need to make the appimage executable by running chmod +x [FILE].

Section II - Copying Games

  1. Open Wii Backup Fusion and press Load.

  2. Select the directory where your game ISO is at.

  3. Right click on the game that you want to transfer to a drive, and press Transfer to image. Use the following settings:

  4. If there is not already a wbfs directory on your game drive, make one.

  5. Make another directory inside of the wbfs folder for the game backup. Take note of the Game ID in Wii Backup Fusion as you will need this for the game folder.

  6. Make a game folder for your game, formatted as game name [GAMEID]. For the game dumped as an example in this guide, it would be named New Super Mario Bros. Wii [SMNE01].

  7. Copy the game.wbfs file that was made in Step 3 to this new folder. The drive should be ready to use on a Wii.

TIP

Folytatás a cIOS-sal

cIOS-ra van szüksége a Wii-odnak egy USB Loader használatához. Once this is done, you can use USB Loader GX or WiiFlow to play games from your USB drive or SD card.