From WikiTemp, the GBAtemp wiki
m (Usage)
Line 11: Line 11:
  
 
Files may be shrunk to their minimal size with [[GCMUtilitiy]] to be able to fit more onto a single DVD.  Any image names containing spaces will have to be enclosed in quotation marks.
 
Files may be shrunk to their minimal size with [[GCMUtilitiy]] to be able to fit more onto a single DVD.  Any image names containing spaces will have to be enclosed in quotation marks.
 +
 +
== Example Output ==
 +
<pre>C:\Gamecube>make-multiv3.exe mparty.iso USA mp4.iso mp5.iso mp6.iso "mp 7.iso"
 +
 +
  ==============================================
 +
      GCOS MULTI SELFBOOT GAMEDISC MAKER v0.3
 +
            (Now with Audio Fix!)
 +
  ==============================================
 +
 +
  Setting ISO to USA
 +
 +
[+] Adding "mp4.iso" .. DONE! (Wrote 598384640 bytes)
 +
 +
[+] Adding "mp5.iso" .. DONE! (Wrote 997879808 bytes)
 +
 +
[+] Adding "mp6.iso" .. DONE! (Wrote 787918848 bytes)
 +
 +
[+] Adding "mp 7.iso" .. DONE! (Wrote 597848064 bytes)
 +
DONE!</pre>
  
 
== Compatibility ==
 
== Compatibility ==

Revision as of 16:27, 24 April 2007

Information

Make-Multi allows you to create a DVD of multiple Gamecube games for play on your Nintendo Wii.

Usage

make-multiv3.exe <output filename> <region> <game1> <game2>...
<region> must be one of USA, JAP, or PAL (in uppercase).

For Example:

make-multiv3.exe output.iso USA game1.iso game2.iso game3.iso

Files may be shrunk to their minimal size with GCMUtilitiy to be able to fit more onto a single DVD. Any image names containing spaces will have to be enclosed in quotation marks.

Example Output

C:\Gamecube>make-multiv3.exe mparty.iso USA mp4.iso mp5.iso mp6.iso "mp 7.iso"

  ==============================================
      GCOS MULTI SELFBOOT GAMEDISC MAKER v0.3
             (Now with Audio Fix!)
  ==============================================

  Setting ISO to USA

 [+] Adding "mp4.iso" .. DONE! (Wrote 598384640 bytes)

 [+] Adding "mp5.iso" .. DONE! (Wrote 997879808 bytes)

 [+] Adding "mp6.iso" .. DONE! (Wrote 787918848 bytes)

 [+] Adding "mp 7.iso" .. DONE! (Wrote 597848064 bytes)
DONE!

Compatibility

Gamecube games that use audio streaming do not work properly as of version 0.3.

Download

Make-Multi v3 with source code.

Extraction

You can extract the individual games from a multi-game ISO image now with GCOS Extractor.