From WikiTemp, the GBAtemp wiki
m (Information)
(Update info to V4F+.)
Line 3: Line 3:
  
 
== Usage ==
 
== Usage ==
<pre>make-multiv3.exe <output filename> <region> <game1> <game2>...
+
For brevity, the exe has been renamed from it's original "GCOS MultiGame Creator V4F.exe" to "gcos4f.exe" in the examples below.
<region> must be one of USA, JAP, or PAL (in uppercase).</pre>
+
<pre>gcos4f.exe <output filename> <region> <game1> <game2>...
 +
<region> must be one of USA, JAP, or PAL.</pre>
  
 
For Example:
 
For Example:
  
<pre>make-multiv3.exe output.iso USA game1.iso game2.iso game3.iso</pre>
+
<pre>gcos4f.exe output.iso USA game1.iso game2.iso game3.iso</pre>
  
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]] or [[GCM]] 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 ====
 
==== Example Output ====
<pre>C:\Gamecube>make-multiv3.exe mparty.iso USA mp4.iso mp5.iso mp6.iso "mp 7.iso"
+
<pre>C:\Gamecube>gcos4f.exe mparty.iso USA mp4.iso mp5.iso mp6.iso "mp 7.iso"
  
 
   ==============================================
 
   ==============================================
       GCOS MULTI SELFBOOT GAMEDISC MAKER v0.3
+
       GCOS SELFBOOT MULTI GAMEDISC MAKER v0.4F+
            (Now with Audio Fix!)
+
            (Now with DVD9 & GC Support)
 
   ==============================================
 
   ==============================================
  
Line 37: Line 38:
  
 
== Compatibility ==
 
== Compatibility ==
*Gamecube games that use audio streaming do not work properly as of version 0.3.
 
 
*Multi-disc games will not work if they do not allow you to save your progress before switching to the next disc.  Games known to behave in this manner are: (TBA)
 
*Multi-disc games will not work if they do not allow you to save your progress before switching to the next disc.  Games known to behave in this manner are: (TBA)
  
 
==History==
 
==History==
 +
* Fixed V4F+ Release
 +
** Fixed issues with 8 or more games
 +
** improved scrolling through list
 +
** simplified building from source code
 +
 +
* FINAL v4F Release
 +
** FIXED MEMORY CARD ISSUE!
 +
 +
* FINAL v4 Release
 +
** DVD9 support added
 +
** Gamecube Supported (Softmod and XenoGC)
 +
** Straight to disc listing, no waiting
 +
** Auto menu video mode setting
 +
** If a game requires audio, it will ask to be setup (bit of a problem on GC)
 +
** Game listing re-coded
 +
** Improved the .iso generation speed ALOT
  
 
== Download ==
 
== Download ==
[[Media:Make-multi-srcv3.rar|Make-Multi v3]] with source code.
+
* [[Media:Make-multi-srcv3.rar|Make-Multi v3]] with source code.
 +
* [[Media:GCOS_MultiGame_DVD9_V4F+.7z|GCOS_MultiGame_V4F+]] with source code.
  
 
==Acknowledge==
 
==Acknowledge==
* D00BieBoi
+
* emu_kidid
 
+
* [[Dsbomb]]
  
 
==See Also==
 
==See Also==
 +
* [http://www.tehskeen.com/ TehSkeen]
  
 
[[Category:Wii Utilities]]
 
[[Category:Wii Utilities]]

Revision as of 20:10, 17 December 2007

Information

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

Usage

For brevity, the exe has been renamed from it's original "GCOS MultiGame Creator V4F.exe" to "gcos4f.exe" in the examples below.

gcos4f.exe <output filename> <region> <game1> <game2>...
<region> must be one of USA, JAP, or PAL.

For Example:

gcos4f.exe output.iso USA game1.iso game2.iso game3.iso

Files may be shrunk to their minimal size with GCMUtilitiy or GCM 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>gcos4f.exe mparty.iso USA mp4.iso mp5.iso mp6.iso "mp 7.iso"

  ==============================================
      GCOS SELFBOOT MULTI GAMEDISC MAKER v0.4F+
            (Now with DVD9 & GC Support)
  ==============================================

  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!

Extraction

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

Requirements

Compatibility

  • Multi-disc games will not work if they do not allow you to save your progress before switching to the next disc. Games known to behave in this manner are: (TBA)

History

  • Fixed V4F+ Release
    • Fixed issues with 8 or more games
    • improved scrolling through list
    • simplified building from source code
  • FINAL v4F Release
    • FIXED MEMORY CARD ISSUE!
  • FINAL v4 Release
    • DVD9 support added
    • Gamecube Supported (Softmod and XenoGC)
    • Straight to disc listing, no waiting
    • Auto menu video mode setting
    • If a game requires audio, it will ask to be setup (bit of a problem on GC)
    • Game listing re-coded
    • Improved the .iso generation speed ALOT

Download

Acknowledge

See Also