GCM Tool Wii: Difference between revisions

From GameBrew
(Created page with "{{#seo: |title=Wii Homebrew PC Tools (PC Utilities) - GameBrew |title_mode=append |image=wii-logo.jpg |image_alt=GCM Tool }} {{Infobox Wii Homebrews |title=GCM Tool |image=wii...")
 
No edit summary
Line 18: Line 18:
|source=https://code.google.com/archive/p/gcm-tool/
|source=https://code.google.com/archive/p/gcm-tool/
}}
}}
'''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 ==
<pre>
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.
</pre>


==Screenshots==
== Requirements ==
==Media==
Archive contains Windows exe and C source code. The source code can be compiled for Linux and Mac.
<youtube></youtube>
 
== 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.
 
== 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 ==
* Yagcd documentation.
* [http://www.tehskeen.com/ TehSkeen], emu_kidid, softdev
* [http://www.tty1.net/pycrc/ pycrc]
 
==External Links==
* Google Source - https://code.google.com/archive/p/gcm-tool/
* Gbatemp - https://wiki.gbatemp.net/wiki/GCM

Revision as of 03:27, 29 January 2023

GCM Tool
Wii-logo.jpg
General
AuthorTehSkeen, emu_kidid, softdev
TypePC Utilities
Version0.4
LicenseGPL-2.0
Last Updated2008/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.

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

Advertising: