Difference between revisions of "Make-Multi"
From WikiTemp, the GBAtemp wiki
m (→Compatibility) |
m |
||
Line 12: | Line 12: | ||
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 == | + | ==== Example Output ==== |
<pre>C:\Gamecube>make-multiv3.exe mparty.iso USA mp4.iso mp5.iso mp6.iso "mp 7.iso" | <pre>C:\Gamecube>make-multiv3.exe mparty.iso USA mp4.iso mp5.iso mp6.iso "mp 7.iso" | ||
Line 30: | Line 30: | ||
[+] Adding "mp 7.iso" .. DONE! (Wrote 597848064 bytes) | [+] Adding "mp 7.iso" .. DONE! (Wrote 597848064 bytes) | ||
DONE!</pre> | DONE!</pre> | ||
+ | |||
+ | ==== Extraction ==== | ||
+ | You can extract the individual games from a multi-game ISO image now with [[GCOS Extractor]]. | ||
+ | |||
+ | ==Requirements== | ||
== Compatibility == | == Compatibility == | ||
*Gamecube games that use audio streaming do not work properly as of version 0.3. | *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== | ||
== Download == | == Download == | ||
[[Media:Make-multi-srcv3.rar|Make-Multi v3]] with source code. | [[Media:Make-multi-srcv3.rar|Make-Multi v3]] with source code. | ||
− | == | + | |
− | + | ==See Also== | |
[[Category:Wii Utilities]] | [[Category:Wii Utilities]] |
Revision as of 20:55, 7 August 2007
Contents
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!
Extraction
You can extract the individual games from a multi-game ISO image now with GCOS Extractor.
Requirements
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)
History
Download
Make-Multi v3 with source code.