Page 1 of 1

Question about clt format.

Posted: Sun Feb 20, 2011 11:42 am
by rimsky82

Hey guys-

 

I run exportcheats.com, and someone pointed out to me recently that something has changed slightly in the code, so I'm curious about the current format. Here's what I understand.

 

(header)

0x00 - 0x0B, version number, code count

 

(code)

20 bytes - code in text

32 bytes - code description

2 bytes - address

2 bytes - ?

1 byte - gs opcode

1 byte - genie flag

2 bytes - ?

compare byte

value byte

enable byte

pad byte

 

then the file is padded to 0x190B

 

Can anybody verify this, or perhaps fill in the blanks? And has this always been the format for vba? Thanks.


Question about clt format.

Posted: Sun Feb 20, 2011 4:09 pm
by Squall Leonhart

the format for VBA has not changed in VBA-M (afaik).


Question about clt format.

Posted: Sun Feb 20, 2011 7:22 pm
by rimsky82

There probably wasn't a change, I just had it slightly wrong to begin with. I'm just curious if those other bytes I don't know of are used.

 

Thanks squall.