Wiicm: Difference between revisions

From GameBrew
(Created page with "{{#seo: |title=Wii Homebrew Apps (Utilities) - GameBrew |title_mode=append |image=wiicmwii.jpg |image_alt=Wiicm }} {{Infobox Wii Homebrews |title=Wiicm |image=wiicmwii.jpg |de...")
 
No edit summary
Line 7: Line 7:
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=Wiicm
|title=Wiicm
|image=wiicmwii.jpg
|image=Wii-logo.jpg
|description=Cheat Code Manager
|description=Cheat Code Manager
|author=linus
|author=linus
Line 15: Line 15:
|license=Freeware
|license=Freeware
|download=https://dlhb.gamebrew.org/wiihomebrews/wiicmwii.7z
|download=https://dlhb.gamebrew.org/wiihomebrews/wiicmwii.7z
|website=#LNF
|website=
|source=#LNF
|source=
}}
}}
https://wiibrew.org/wiki/Wiicm
Native wii cheat code manager, for use with WiiRd codes and the GeckoOS\Ocarina code handler. Select codes from .txt file and encode to .gct format.


==Screenshots==
==Installation==
==Media==
Install wiicm apps package. Make directories /codes/ and /txtcodes/ on root of SD card. Download and install [[Gecko Os Wii]]. Download codes and save them to /txtcodes/. Use Code Downloader or access the [https://web.archive.org/web/20140227000057/http://www.usbgecko.com/codes/ | WiiRD database].
<youtube></youtube>
 
==Use==
File selection; Point and Click with A to select file or directory, or Home to exit. [Renaming txt file helps with selection(ex. rename RMGE01.txt to galaxy.txt). Wiicm creates the gct file name from the first line of the txt file to account for this]. Code selection; Click code name to activate code, red light is on black light is off. Click MORE or BACK to move through code list. Press Home after finishing code selection. Finally when you see the caution warning press A to create new gct file and exit, or Home to exit without creating new gct file.
 
===Background Music===
May cause crashes! Especially with long cheat files such as Super Smash Brothers Brawl. Add file wiicm.ogg to the /txtcodes/ directory on the root of SD card. Any audio file in ogg format renamed to wiicm.ogg should work. Delete this file if wiicm freezes.
 
===Txt Code File Formating===
Most code txt files downloaded with Code Downloader or directly from the WiiRD database are properly formated.
‎<syntaxhighlight>
(sample/)
RMGE01
Super Mario Galaxy
 
Fly When Spin Move Is Used [brkirch]
042E8898 38600007
 
Throw Fireball When Spin Move Is Used [brkirch]
042C3EE8 38000002
 
Infinite Health (works with Ocarina) [brkirch]
042B1C30 60000000
 
Moon Jump [brkirch]
C22E9D40 00000003
3C808049 807C02D8
90645E94 7F83....
(/end sample)
‎</syntaxhighlight>
===Explanation===
File must end with a hex code or commented line. No blank lines are allowed at the end of the file. The first 4 lines must be; disc code, game name; carriage return, code name. Wiicm employs blank lines/carriage returns to search for the next code name. Only one carriage return may be used to separate codes, and code name must be only one line. Comments may be placed after codes.
<syntaxhighlight>
(commenting sample/)
.....EE8 38000002
 
Infinite Health (works with Ocarina) [brkirch]
042B1C30 60000000
Place information here about how codes work.
May be multiple lines, but cannot contain any blank lines
 
Moon Jump [brkirch]
C22E9D40 000......
(/end commenting sample)
</syntaxhighlight>
==Change log:==
'''version 1.1'''
*Max Cheats is now 500. SSBB compatible
*Fixed file selector bug.
*Compiled with libogc 1.7.0 adds SDHC support.
*Fixed sound effects and changed to asndlib.
*Added libfreetype for logo.
 
written and compiled on XBOX by linus
 
==Thanks==
*brkirch on the wiird forum for the awesome converter code.(I used your codes as examples I hope you don't mind.)
*WinterMac on #wiidev for helping me get DevkitPRO running.
*GRRLIB for the awesome graphics.
*Sndlib for ogg support and SFX.
 
==External links==
* Wiibrew - https://wiibrew.org/wiki/Wiicm

Revision as of 05:33, 16 July 2022

Wiicm
Wii-logo.jpg
General
Authorlinus
TypeUtilities
Version1.1
LicenseFreeware
Last Updated2009/02/16
Links
Download

Native wii cheat code manager, for use with WiiRd codes and the GeckoOS\Ocarina code handler. Select codes from .txt file and encode to .gct format.

Installation

Install wiicm apps package. Make directories /codes/ and /txtcodes/ on root of SD card. Download and install Gecko Os Wii. Download codes and save them to /txtcodes/. Use Code Downloader or access the | WiiRD database.

Use

File selection; Point and Click with A to select file or directory, or Home to exit. [Renaming txt file helps with selection(ex. rename RMGE01.txt to galaxy.txt). Wiicm creates the gct file name from the first line of the txt file to account for this]. Code selection; Click code name to activate code, red light is on black light is off. Click MORE or BACK to move through code list. Press Home after finishing code selection. Finally when you see the caution warning press A to create new gct file and exit, or Home to exit without creating new gct file.

Background Music

May cause crashes! Especially with long cheat files such as Super Smash Brothers Brawl. Add file wiicm.ogg to the /txtcodes/ directory on the root of SD card. Any audio file in ogg format renamed to wiicm.ogg should work. Delete this file if wiicm freezes.

Txt Code File Formating

Most code txt files downloaded with Code Downloader or directly from the WiiRD database are properly formated.

(sample/)
RMGE01
Super Mario Galaxy

Fly When Spin Move Is Used [brkirch]
042E8898 38600007

Throw Fireball When Spin Move Is Used [brkirch]
042C3EE8 38000002

Infinite Health (works with Ocarina) [brkirch]
042B1C30 60000000

Moon Jump [brkirch]
C22E9D40 00000003
3C808049 807C02D8
90645E94 7F83....
(/end sample)
‎

Explanation

File must end with a hex code or commented line. No blank lines are allowed at the end of the file. The first 4 lines must be; disc code, game name; carriage return, code name. Wiicm employs blank lines/carriage returns to search for the next code name. Only one carriage return may be used to separate codes, and code name must be only one line. Comments may be placed after codes.

(commenting sample/)
.....EE8 38000002

Infinite Health (works with Ocarina) [brkirch]
042B1C30 60000000
Place information here about how codes work.
May be multiple lines, but cannot contain any blank lines

Moon Jump [brkirch]
C22E9D40 000......
(/end commenting sample)
‎

Change log:

version 1.1

  • Max Cheats is now 500. SSBB compatible
  • Fixed file selector bug.
  • Compiled with libogc 1.7.0 adds SDHC support.
  • Fixed sound effects and changed to asndlib.
  • Added libfreetype for logo.

written and compiled on XBOX by linus

Thanks

  • brkirch on the wiird forum for the awesome converter code.(I used your codes as examples I hope you don't mind.)
  • WinterMac on #wiidev for helping me get DevkitPRO running.
  • GRRLIB for the awesome graphics.
  • Sndlib for ogg support and SFX.

External links

Advertising: