You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.8 KiB
2.8 KiB
导出 Wii 光盘
导出你的光盘允许你:在 Wii 模拟器(即 Dolphin)中游玩它们,或使用 USB/SD 卡加载器(如Wiiflow)玩它们,亦或制作一个 VC (Virtual Console)模拟游戏并安装在 USB 设备或 NAND 中,允许它从 Wii U 菜单中启动。
?> Dumping Wii games requires a working homebrew setup on vWii, so make sure to finish the vWii Modding guide beforehand.
!> 分享本教程导出的文件是 非法的。
如果你想要使用这个教程导出游戏并分享出去,请不要这么做。
你需要准备些啥? {docsify-ignore}
步骤 {docsify-ignore}
- 将你的 Wii U 的 SD 卡插入你的电脑。
- 从
CleanRip-v2.1.1.zip
中复制apps
文件夹到你的 SD 卡根目录中。 - 复制
wii.dat
到你的 SD 卡根目录。 - 把 SD 卡从电脑中弹出并插入 Wii U 主机。
导出光盘
- 打开你的 Wii U,然后选中 Wii 菜单图标来启动至 vWii。
- 启动 Homebrew Channel。
- 启动 CleanRip。
- 阅读免责声明,然后按下 A 键。
- 选择 Yes 来启用校验计算。
- 选择导出过程中你想使用的 USB 设备或 SD 卡。
- Please note that the device you choose needs to be formatted either in FAT32 or NTFS.
- 按 A 继续。
- 如果屏幕上提示是否从 redump.org 上下载 DAT 文件,选择 No。
- 插入你的光盘,然后按下 A 键。
- 在这个页面中可以检查你的光盘是否是双层的。
- 设定以下选项:
- Dual Layer:
Yes/No
(如果你的光盘是双层的,请选择Yes
) - Chunk Size:
Max
- New device per chunk:
No
- Dual Layer:
- 如果你想要导出多个光盘,请选择 Yes 来保存你的设置。 反之,请选择 No。
?> 请等待一段时间。 导出过程可能要 30 分钟至 1 小时,这取决于你的 SD 卡速度。
合并拆分文件
?> If you dumped the disc on a FAT32 formatted device, you should've got at least 2 files that end with .partX.iso
. 它们需要被合并起来。
Windows {docsify-ignore}
- 将以
.partX.iso
结尾文件名的文件复制到你的电脑上。 - Right-click inside the folder while holding Shift and select
Open PowerShell Window Here
. - In the PowerShell window, run the following command as is:
cmd.exe /c "copy /b *.part?.iso game.iso"
.
macOS/Linux {docsify-ignore}
- 将以
.partX.iso
结尾文件名的文件复制到你的电脑上。 - 打开一个终端窗口
- 使用
cd <path>
命令将路径移动至你的.partX.iso
文件夹中。 - 输入以下命令:
cat *.part?.iso > game.iso