• Welcome to SCdev.org. Please log in.

Welcome to the new SCdev forums!

Using AR2cht

Started by SuperGeek, June 01, 2007, 09:46:31 AM

Previous topic - Next topic

SuperGeek

Ok,

I have some ARDS codes i want working on my game, how can I use ar2cht which came with the new firmware to use them?

-SuperGeek

meangreenie

my guess would be to use the ar2cht then covert the cht to scc
Yes I'm mad

SuperGeek

scc == ??

also, how can I convert the xml system ARDS uses to store codes to cht?

dernettemann1983

There are FOUR tools program for SuperCard Cheating system.
---scc_merge.exe¡¢ar2cht.exe¡¢dipstar2cht.exe¡¢cht2scc.exe

scc_merge.exe
scc_merge.exe---Can add TWO *.scc file together. Player can DIY cheat code and use slow motion function.


ar2cht.exe
ar2cht.exe---Can convert AR code(Action Replay Pro) to .cht file.
Usage:
1. Find a AR code. (www.codejunkies.com)
2. Create a .txt file
3. Copy the AR code to the .txt file, example:
AR Code is:
 USE ITEM MAX
 420F725C 99999999
 20000007 00000004
 020F7278 00000099
 020F7279 00000099
 020F727A 00000009
Should be chaged to£º
 @USE ITEM MAX
 420F725C 99999999
 20000007 00000004
 020F7278 00000099
 020F7279 00000099
 020F727A 00000009
4. Save the .txt file and use ar2cht.exe change it to .cht file. Example on the above will be changed to:
[USE ITEM MAX]
ON=20f725c,99,99,99,99;20f7278,99;20f7279,99;20f727a,9;

Node: @ mean title, # mean sub_title. Example:
@Property
#mushroom
420F725C 99999999
20000007 00000004
#big mushroom
020F7279 00000099
020F727A 00000009

The .cht file will be:
[Property]
mushroom=ffffffff,4,0,0,0,5c,72,f,42,99,99,99,99,7,0,0,20,4,0,0,0;
big mushroom=ffffffff,4,0,0,0,79,72,f,2,99,0,0,0,7a,72,f,2,9,0,0,0;


dipstar2cht.exe
dipstar2cht.exe---Can convert DIP code(Dipstar) to .cht file.
Usage: The same as ar2cht.exe, but you need to find DIP code here.



cht2scc.exe
cht2scc.exe---
Function 1: Convert .cht file to .scc file which is used for SC cheat code system.
Function 2: It's also a tool to convert SC Real Game Guide.

Tips:
1. Exclusive EC, Dipstar and AR mixed code program tech.
Player add all AR\DIP code .cht file together to one .cht file, and then use cht2scc.exe convert it to .scc file. Player can run multi cheat code in one game.

2. Exclusive cheat code setting tech. can enter the setting menu at any time.
Exactly! ANY TIME.
Note: Slot 2 Rumble Series can not enter the settint menu because of without SDRAM. But it can set up cheat code before enter the game and turn on/off by Hotkey.

3. All cheat code on will not slow down game speed.

SuperGeek

Thats nice, too bad I can't find the executeable files in the archive.

Links would be nice.

-SuperGeek

meangreenie

download the chinese version.. it has all the tools

..note you don't have to install it
Yes I'm mad

kkan

Quote from: "SuperGeek"Thats nice, too bad I can't find the executeable files in the archive.

Links would be nice.

-SuperGeek

added them to my post on using the cheats here :)