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
Másold át a
.partX.iso
-ban végződő, egyforma nevű fájlokat egy üres mappába a számítógépeden.In this folder, click the address bar in Windows Explorer and type in
cmd
, this will open a command prompt window there.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.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
Copy the files that share the same name and end with
.partX.iso
into an empty folder on your computer.Open a terminal in the directory where your files are at, or
cd [PATH]
to it.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
- Extract Wii Backup Manager, and launch the program.
- Insert your USB drive or SD card into your computer.
Section II - Copying Games
Go to the
Drive 1
tab, then select the drive that will hold your backed up Wii games.Go to the
Files
tab, then selectAdd
.- Select
Files
to add multiple games to the program, or selectFolder
to add a whole folder of games.
- Select
Go to
Select
, then clickGames not on drive 1
.Select
Transfer
, then selectDrive 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
- A PC running MacOS or Linux
- A USB drive or SD card
- A dumped ISO from a Wii game disc
- A Wii Backup Fusion
- Wiimm's ISO Tools
Lépések
Section I - Installation
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:
Open a terminal in the folder that you just extracted, and run
sudo ./install.sh
.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
Open Wii Backup Fusion and press
Load
.Select the directory where your game ISO is at.
Right click on the game that you want to transfer to a drive, and press
Transfer to image
. Use the following settings:If there is not already a
wbfs
directory on your game drive, make one.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.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 namedNew Super Mario Bros. Wii [SMNE01]
.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
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.