Difference between revisions of "GCM"
From WikiTemp, the GBAtemp wiki
m |
(Update to v0.3) |
||
Line 1: | Line 1: | ||
== Information == | == 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, and shrink images just like [[GCMUtility]]. | + | '''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 == | == Usage == | ||
From a command prompt: | From a command prompt: | ||
* gcm [-fs|-sh] <filename> | * gcm [-fs|-sh] <filename> | ||
− | : -fs: Display the filesystem of the image | + | : -fs: Display the filesystem of the image. |
: -sh: Shrink the image. | : -sh: Shrink the image. | ||
+ | : -crc: calculate the CRC32 of the image. | ||
==Requirements== | ==Requirements== | ||
Line 17: | Line 18: | ||
* 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. | ||
+ | * Jan 01, 2008 - [[Media:Gcm-0.3.7z|v0.3]] - -fs displays the shrunken size, much improved the speed of shrinking an image, added -crc. | ||
== Download == | == Download == | ||
− | [[Media:Gcm-0. | + | [[Media:Gcm-0.3.7z|gcm-0.3.7z]]. |
==Acknowledgements== | ==Acknowledgements== | ||
* Yagcd documentation. | * Yagcd documentation. | ||
* [http://tehskeen.com TehSkeen], emu_kidid, softdev | * [http://tehskeen.com TehSkeen], emu_kidid, softdev | ||
+ | * [http://www.tty1.net/pycrc/ pycrc] | ||
==TODO== | ==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 11:54, 1 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.
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.
Download
Acknowledgements
TODO
- File browsing, extracting, etc.
- Send suggestions to the discussion page.