From WikiTemp, the GBAtemp wiki
(Initial entry)
 
(v0.2 released)
Line 1: Line 1:
 
== Information ==
 
== Information ==
'''GCM''' is a command-line tool to view information from Gamecube game image files such as the Game ID, Region, Maker ID.
+
'''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]].
  
 
== Usage ==
 
== Usage ==
 
From a command prompt:
 
From a command prompt:
* gcm <filename>
+
* gcm [-fs|-sh] <filename>
 +
: -fs: Display the filesystem of the image
 +
: -sh: Shrink the image.
  
 
==Requirements==
 
==Requirements==
Line 10: Line 12:
  
 
== Compatibility ==
 
== 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).
+
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==
 
==History==
Dec 16, 2007 - v0.1 - first public release.
+
* Dec 16, 2007 - v0.1 - first public release.
 +
* Dec 16, 2007 - v0.2 - added -fs and -sh options.
  
 
== Download ==
 
== Download ==
[[Media:Gcm-0.1.7z|Gcm-0.1.7z]].
+
[[Media:Gcm-0.2.7z|gcm-0.2.7z]].
  
==Acknowledge==
+
==Acknowledgements==
 
* Yagcd documentation.
 
* Yagcd documentation.
* [http://tehskeen.com TehSkeen], emu_kidid
+
* [http://tehskeen.com TehSkeen], emu_kidid, softdev
  
 
==TODO==
 
==TODO==
 
* More to come eventually.
 
* More to come eventually.
 
* File browsing, extracting, etc.
 
* File browsing, extracting, etc.
* Shrink images similar to [[GCMUtility]]
 
 
* Send suggestions to the discussion page.
 
* Send suggestions to the discussion page.
  
 
[[Category:Wii Utilities]]
 
[[Category:Wii Utilities]]

Revision as of 06:35, 17 December 2007

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.

Usage

From a command prompt:

  • gcm [-fs|-sh] <filename>
-fs: Display the filesystem of the image
-sh: Shrink 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.

Download

gcm-0.2.7z.

Acknowledgements

  • Yagcd documentation.
  • TehSkeen, emu_kidid, softdev

TODO

  • More to come eventually.
  • File browsing, extracting, etc.
  • Send suggestions to the discussion page.