Page 1 of 1
What are some cheat finding advice to new cheat finders?
Posted: Thu May 09, 2002 12:34 am
by kelvSYC
What would be your advice to finding new cheats to cheat finders?
Me, I would say the following:
It is rare to narrow your results down to one. Work on your hunch and test lots. After each test reboot the game.
Never play a game for score while cheat finding. It's a distraction.
For newer games (not sure about older ones), addresses for cheats tend to be close to each other.
Posted: Mon May 13, 2002 4:29 am
by tttony747
Posted: Mon May 13, 2002 5:51 am
by ianpatt
Well, it certainly helps if you know how to program, but it is not a requirement. The general idea behind making cheats is that everything about your current status in a game is stored as values in memory (like your score, position on the screen, lives, energy, etc.) If you change these values, the game changes with them.
So, the trick is to find where these values are, what they do, and then change them. The easiest way to find cheats is to use the cheat search tool built in to the MAME cheat engine. By telling the cheat engine about the value you are searching for (ie. "the value has increased" or "the value hasn't changed" or "the value is eight") it can narrow down the possible locations until very few possibilities remain.
"poke the value" means to change one of the values in memory. "poke" is a term used in early high-level programming langages to write to memory. I personally prefer "write the value" or "store the value."
Posted: Mon May 13, 2002 10:20 am
by Mike_Haggar
hmm... I don't understand the MAME cheat engine either
