--- title: "Copiar juegos de Wii/GameCube" --- ¿Quieres extraer un disco de GameCube o de Wii? Hay dos formas de hacerlo, dependiendo de las herramientas que tengas contigo.
### CleanRip #### Requisitos - An SD card or USB drive with at least 4.7 GB of free space (8.5 GB if dumping a dual layer disc). - [CleanRip](https://oscwii.org/library/app/cleanrip) #### Instrucciones ##### Sección I - Descarga 1. Extrae CleanRip a la carpeta `apps` en tu tarjeta SD o unidad USB. 1. Inserta la tarjeta SD o unidad USB en tu Wii e inicia CleanRip desde el Canal Homebrew. ##### Sección II - Copiando un juego 1. Elige el dispositivo de almacenamiento donde deseas copiar el juego, ya sea tu unidad USB o tarjeta SD. ![Device type](/images/CleanRip/2.png) 1. En esta pantalla se te preguntará si quieres descargar una base de datos con sumas de verificación, para que de esta forma puedas verificar que la copia recién creada sea idéntica al contenido del disco. Tú decides si deseas descargar el archivo o no. ![DAT](/images/CleanRip/3.png) 1. Now insert the game you want to dump. ![DVD](/images/CleanRip/4.png) ![Montando el disco](/images/CleanRip/5.png) 1. Set it as shown on the screen below. title: "CleanRip" {: .notice--info} ![Configuración](/images/CleanRip/6.png) 1. CleanRip empezará a copiar tu juego. Este proceso puede tardar un rato, ya que se van a copiar todos los contenidos del disco (4.7 GB para discos normales, 9.4 GB para discos de doble capa y 1.5 GB para juegos de GameCube). ![Copiando un juego](/images/CleanRip/7.png)
### Dumping a game over a local network #### Requisitos - [Herramienta volcado de DVD](/assets/files/DVDDumpTool.zip) Your Wii and your computer must be connected to one local network. {: .notice--warning} #### Instrucciones ##### Sección I - Descarga 1. Extrae DVD Dump Tool a la carpeta `apps` en tu tarjeta SD o unidad USB. 1. Inserta la tarjeta SD o unidad USB en tu Wii e inicia DVD Dump Tool desde el Canal Homebrew. ##### Sección II - Copiando un juego 1. Press the right on the D-pad and press A. ![2](/images/DumpDiscs_LAN/2.png) 1. Elige el tipo de disco que quieres copiar, ya sea un disco normal, de doble capa o de GameCube, y después oprime A. ![3](/images/DumpDiscs_LAN/3.png) 1. Ahora inserta el disco que quieres copiar en tu Wii. (If it's already in your Wii, eject it and put it back.) ![Inserta el disco](/images/DumpDiscs_LAN/insertthedisc.jpg) ![4](/images/DumpDiscs_LAN/4.png) 1. Toma nota de la IP de tu Wii![5](/images/DumpDiscs_LAN/5.png) 1. On your computer's web browser, go to your address bar and enter the Wii URL. ![6](/images/DumpDiscs_LAN/6.png) 1. Click on `Click here to download XXXX.iso`. ![7](/images/DumpDiscs_LAN/7.jpg) La velocidad de transferencia no es la más rápida, pero es mejor que no tener nada si no puedes copiar tus juegos usando CleanRip. {: .notice--info} ![8](/images/DumpDiscs_LAN/8.PNG)
## Joining split files 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. {: .notice--info} ## Windows 1. Copy all the files that share the same name and end with `.partX.iso` into an empty folder on your computer. 1. Open the folder in File Explorer. 1. While holding Shift, right click on an empty space within the folder. 1. Select "Open PowerShell window here". 1. In the new window that appears, type `cmd` and press enter. 1. Finally, type `copy /b *.part?.iso game.iso` and press enter. 1. Wait until it finishes. You can confirm this when "1 file(s) copied." appears. ## macOS/Linux 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`. To organize the games on your drive properly, you'll need to use [Wii Backup Manager](wiibackupmanager). {: .notice--info}