Ripping Games: Difference between revisions

Jump to navigation Jump to search
m (→‎In event of split files: Sorry guys! This is the last one I swear.)
Line 15: Line 15:
You will need to put together the pieces of the ripped ISO yourself, or else Dolphin will not run it (or will just boot to a black screen).  
You will need to put together the pieces of the ripped ISO yourself, or else Dolphin will not run it (or will just boot to a black screen).  


*On Windows, the easiest way to combine disc parts with built in tools is to create a batch file. Make sure all of the files use the "gamename.part#.iso" syntax, then place them together in a folder. Create a text file within that folder and copy the following text into it:  
*On Windows, the easiest way to combine disc parts with built in tools is to create a batch file. Make sure all of the files use the "gamename.part#.iso" syntax, starting with zero, then place them together in a folder. Create a text file within that folder and copy the following text into it:  


:<pre>copy /b *.part0.iso+*.part1.iso+*.part2.iso+*.part3.iso+*.part4.iso fulliso.iso</pre>
:<pre>copy /b *.part0.iso+*.part1.iso+*.part2.iso+*.part3.iso+*.part4.iso fulliso.iso</pre>