More actions
No edit summary |
m (HydeWing moved page Gcm Tool Wii to GCM Tool Wii) |
(No difference)
|
Revision as of 03:28, 29 Ocak 2023
GCM Tool | |
---|---|
General | |
Author | TehSkeen, emu_kidid, softdev |
Type | PC Utilities |
Version | 0.4 |
License | GPL-2.0 |
Last Updated | 2008/01/12 |
Links | |
Download | |
Website | |
Source | |
GCM is a command-line tool for manipulating Gamecube game image files. It can display information such as the game ID, region, maker ID, and filesystem, calculate the CRC32 checksum, and shrink the image size, similar to GCMUtility Wii.
Usage
From a command prompt: * gcm [-fs|-sh|-crc] <filename> : -fs: Display the filesystem of the image. : -sh: Shrink the image. : -crc: calculate the CRC32 of the image.
Requirements
Archive contains Windows exe and C source code. The source code can be compiled for Linux and Mac.
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 Wii. 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.
- It has been discovered that some games are shrunk differently with GCMUtility Wii. This has caused some instability in the images created with this utility. Listed are ones that have become known to have issues while shrunk:
TODO
- File browsing, extracting, etc.
- Send suggestions to the discussion page.
History
Jan 10, 2008 - v0.4
- fix bootfile bug when shrinking.
Jan 01, 2008 - v0.3
- fs displays the shrunken size, much improved the speed of shrinking an image, added -crc.
Dec 16, 2007 - v0.2
- added -fs and -sh options.
Dec 16, 2007 - v0.1
- first public release.
Acknowledgements
External Links
- Google Source - https://code.google.com/archive/p/gcm-tool/
- Gbatemp - https://wiki.gbatemp.net/wiki/GCM