Search found 8 matches

by Dark Helmet
Fri Oct 07, 2005 1:40 pm
Forum: Emulation Discussion
Topic: Where can I find cheat.dat files with new cheats?
Replies: 8
Views: 9940

A program to integrate the cheats would be rather pointless I'm afraid. You'd have too many duplicated cheats. You can't for instance just ignore cheats that use the same address as another cheat - you can have several cheats that use the same address but have different effects...the cheat type and...
by Dark Helmet
Fri Oct 07, 2005 9:55 am
Forum: Emulation Discussion
Topic: Where can I find cheat.dat files with new cheats?
Replies: 8
Views: 9940

Where can I find cheat.dat files with new cheats?

As I wrote in another thread, I would do a little utility that updates cheat.dat. For this goal I need all cheat.dat that integrate new cheats or other cheats. These are the cheat files I have found: Mike Haggar: http://haggar.emuunlim.com/ kelvSYC: http://www.mamecheat.co.uk/forums/viewtopic.php?t=...
by Dark Helmet
Fri Oct 07, 2005 9:45 am
Forum: Cheat Engine Help
Topic: How can I convert old cheat format?
Replies: 9
Views: 4700

Thank you very much :D
by Dark Helmet
Thu Oct 06, 2005 2:21 pm
Forum: Cheat Engine Help
Topic: How can I convert old cheat format?
Replies: 9
Views: 4700

Take a look at ConvertOldCode in cheat.c; it's the internal function that's used to convert old-style cheats to the new format. Pass it the old cheat type in 'code', the target cpu in 'cpu', and it will write out the new cheat type field and extended data field in the ints pointed to by the 'data' ...
by Dark Helmet
Wed Oct 05, 2005 7:13 pm
Forum: Cheat Engine Help
Topic: How can I convert old cheat format?
Replies: 9
Views: 4700

Well, I searched in cheat.c and I fouded this: Conversion Table: MSB LSB 33222222 22221111 11111100 0000 0000 10987654 32109876 54321098 7654 3210 000xxxxx 00000000 00000000 0000 0000 000 000xxxxx 00000000 00000000 0000 0001 001 000xxxxx 00000000 00000000 0010 0000 002 000xxxxx 00000000 00000000 010...
by Dark Helmet
Wed Oct 05, 2005 9:13 am
Forum: Cheat Engine Help
Topic: How can I convert old cheat format?
Replies: 9
Views: 4700

Excuse me the double post, but I want to do a little program that updates cheat.dat automatically... I must know how to convert old cheat format. Can you give me a link to an help, an old discussion, everythink?
by Dark Helmet
Tue Oct 04, 2005 10:18 am
Forum: Cheat Engine Help
Topic: How can I convert old cheat format?
Replies: 9
Views: 4700

How is the conversion between new and old format?
by Dark Helmet
Mon Oct 03, 2005 6:14 pm
Forum: Cheat Engine Help
Topic: How can I convert old cheat format?
Replies: 9
Views: 4700

How can I convert old cheat format?

Hi all :) I have a little stupid question. Why in some cheat file of Ultimate patchers the lines start with a colon? For example:

Code: Select all

:apparel:00000001:F406:00000031:FFFFFFFF:1UP Winning hand    (01/14-T)
Thank you in advance.