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.

59 lines
2.8 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 导出 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](vwii-modding) beforehand.
!> 分享本教程导出的文件是 **非法的**。
如果你想要使用这个教程导出游戏并分享出去,请不要这么做。
### 你需要准备些啥? {docsify-ignore}
1. 最新版 [CleanRip](https://github.com/emukidid/cleanrip/releases/download/2.1.1/CleanRip-v2.1.1.zip)。
1. [wii.dat](https://github.com/emukidid/cleanrip/releases/download/2.1.1/wii.dat) 文件。
### 步骤 {docsify-ignore}
1. 将你的 Wii U 的 SD 卡插入你的电脑。
1.`CleanRip-v2.1.1.zip` 中复制 `apps` 文件夹到你的 SD 卡根目录中。
1. 复制 `wii.dat` 到你的 SD 卡根目录。
1. 把 SD 卡从电脑中弹出并插入 Wii U 主机。
### 导出光盘
1. 打开你的 Wii U然后选中 Wii 菜单图标来启动至 vWii。
1. 启动 Homebrew Channel。
1. 启动 CleanRip。
1. 阅读免责声明,然后按下 A 键。
1. 选择 Yes 来启用校验计算。
1. 选择导出过程中你想使用的 USB 设备或 SD 卡。
- Please note that the device you choose needs to be formatted either in FAT32 or NTFS.
1. 按 A 继续。
1. 如果屏幕上提示是否从 redump.org 上下载 DAT 文件,选择 No。
1. 插入你的光盘,然后按下 A 键。
1. 在[这个页面](https://wiki.dolphin-emu.org/index.php?title=Category:Dual_Layer_Disc_games)中可以检查你的光盘是否是双层的。
1. 设定以下选项:
- Dual Layer: `Yes/No`(如果你的光盘是双层的,请选择 `Yes`
- Chunk Size: `Max`
- New device per chunk: `No`
1. 如果你想要导出多个光盘,请选择 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}
1. 将以 `.partX.iso` 结尾文件名的文件复制到你的电脑上。
1. Right-click inside the folder while holding Shift and select `Open PowerShell Window Here`.
1. In the PowerShell window, run the following command as is: `cmd.exe /c "copy /b *.part?.iso game.iso"`.
#### macOS/Linux {docsify-ignore}
1. 将以 `.partX.iso` 结尾文件名的文件复制到你的电脑上。
1. 打开一个终端窗口
1. 使用 `cd <path>` 命令将路径移动至你的 `.partX.iso` 文件夹中。
1. 输入以下命令:`cat *.part?.iso > game.iso`