Post subject: RAM Watch Problem
Skilled player (1308)
Joined: 9/7/2007
Posts: 1354
Location: U.S.
I cant get RAM watch working! can someone tell me how to do this?
Experienced player (822)
Joined: 11/18/2006
Posts: 2426
Location: Back where I belong
Try telling us what you've tried so far, and what specifically you're having problems with. That could help.
Living Well Is The Best Revenge My Personal Page
Skilled player (1308)
Joined: 9/7/2007
Posts: 1354
Location: U.S.
Well I went to tools then RAM search/watch and I dont know what to do from here?
Experienced player (822)
Joined: 11/18/2006
Posts: 2426
Location: Back where I belong
The RAM watcher lets you see values that you have chosen to be important to you, but first you have to search for those. Say you're looking for the X-coordinate of a character. Start a search, and search for all addresses greater than 0 (most games won't have negative coordinates). You'll get a bunch of results. Now, move the character one or two steps to the right, and search for addresses that have increased from the last entry. The list should shrink dramatically. Repeat this as necessary until you find a few addresses that you can monitor on your own, and watch them to see if they coordinate with what you're character is doing on screen. Play around with it for a while and see if this helps.
Living Well Is The Best Revenge My Personal Page
Editor, Reviewer, Experienced player (969)
Joined: 4/17/2004
Posts: 3107
Location: Sweden
It helps to use "different from" instead of "increased" in many cases, since you don't know how the game stores data. For example, the y-axis is usually pointing downwards in video games, but not always. Speeds can be stored as positive/negative or always positive, with the direction stored somewhere else.