From c6133ee8f05cfd9cea025e827d587b89ce7b8f61 Mon Sep 17 00:00:00 2001 From: Lazr <68634861+Lazr1026@users.noreply.github.com> Date: Tue, 15 Jun 2021 07:20:45 -0700 Subject: [PATCH] Add a MacOS/Linux section to the dump wii discs guide. (#100) * Add a MacOS/Linux section to the dump wii discs guide. * Redo step numbering and added {docsify-ignore} as per Gary comments. --- docs/extras/dump-wii-games.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/extras/dump-wii-games.md b/docs/extras/dump-wii-games.md index a99076095..9ecac5088 100644 --- a/docs/extras/dump-wii-games.md +++ b/docs/extras/dump-wii-games.md @@ -44,7 +44,16 @@ If you intend to use this guide to share your dumped games, don't. ?> If you dumped the disc on a FAT32 formatted, device, you should've got at least 2 files that end with `.partX.iso`. They need to be joined up. +#### Windows {docsify-ignore} + 1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. 1. Open up a Command Prompt window. 1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. -1. Use the following command as is: `copy /b *.part?.iso game.iso`. \ No newline at end of file +1. Use the following command as is: `copy /b *.part?.iso game.iso`. + +#### MacOS/Linux {docsify-ignore} + +1. Copy all the files that share the same name and end with `.partX.iso` in a folder on your computer. +1. Open up a Terminal. +1. Use the `cd ` command and replace `` by the path to your `.partX.iso` files. +1. Use the following command as is: `cat *.part?.iso > game.iso`.