Difference between revisions of "GCM"
From WikiTemp, the GBAtemp wiki
(v0.4 release) |
m |
||
Line 9: | Line 9: | ||
: -crc: calculate the CRC32 of the image. | : -crc: calculate the CRC32 of the image. | ||
− | ==Requirements== | + | == Requirements == |
Windows | Windows | ||
Line 19: | Line 19: | ||
:* Super Monkey Ball - Freezes after the first couple intro screens. | :* Super Monkey Ball - Freezes after the first couple intro screens. | ||
− | ==History== | + | == History == |
* Dec 16, 2007 - [[Media:Gcm-0.1.7z|v0.1]] - first public release. | * Dec 16, 2007 - [[Media:Gcm-0.1.7z|v0.1]] - first public release. | ||
* Dec 16, 2007 - [[Media:Gcm-0.2.7z|v0.2]] - added -fs and -sh options. | * Dec 16, 2007 - [[Media:Gcm-0.2.7z|v0.2]] - added -fs and -sh options. | ||
Line 28: | Line 28: | ||
[[Media:Gcm-0.4.7z|gcm-0.4.7z]] | [[Media:Gcm-0.4.7z|gcm-0.4.7z]] | ||
− | ==Acknowledgements== | + | == Acknowledgements == |
* Yagcd documentation. | * Yagcd documentation. | ||
− | * [http://www.tehskeen.com/ | + | * [http://www.tehskeen.com/ TehSkeen], emu_kidid, softdev |
* [http://www.tty1.net/pycrc/ pycrc] | * [http://www.tty1.net/pycrc/ pycrc] | ||
− | ==TODO== | + | == Links == |
+ | * [http://www.tehskeen.com/forums/showthread.php?t=5916 TehSkeen] forum post. | ||
+ | * [http://code.google.com/p/gcm-tool/ Google] code project page. | ||
+ | |||
+ | == TODO == | ||
* File browsing, extracting, etc. | * File browsing, extracting, etc. | ||
* Send suggestions to the discussion page. | * Send suggestions to the discussion page. | ||
[[Category:Wii Utilities]] | [[Category:Wii Utilities]] |
Revision as of 18:42, 12 January 2008
Contents
Information
GCM is a command-line tool for Gamecube game image files. It can view information such as the Game ID, Region, Maker ID, the filesystem, calculate the CRC32 checksum, and shrink images just like GCMUtility.
Usage
From a command prompt:
- gcm [-fs|-sh] <filename>
- -fs: Display the filesystem of the image.
- -sh: Shrink the image.
- -crc: calculate the CRC32 of the image.
Requirements
Windows
Compatibility
- Gamecube ISO files work just fine.
- Since Wii ISOs have a similar format, it can get some information from those as well (game and maker codes, region, game name). Do not use the -fs nor -sh options on Wii images.
- Shrinking compatibility
- It has been discovered that some games are shrunk differently with GCMUtility. This has caused some instability in the images created with this utility. Listed are ones that have become known to have issues while shrunk:
- Super Monkey Ball - Freezes after the first couple intro screens.
History
- Dec 16, 2007 - v0.1 - first public release.
- Dec 16, 2007 - v0.2 - added -fs and -sh options.
- Jan 01, 2008 - v0.3 - -fs displays the shrunken size, much improved the speed of shrinking an image, added -crc.
- Jan 10, 2008 - v0.4 - fix bootfile bug when shrinking.
Download
Acknowledgements
Links
TODO
- File browsing, extracting, etc.
- Send suggestions to the discussion page.