oshietekudasai How do I cheat?
Reputation: 0
Joined: 04 Jul 2015 Posts: 7
|
Posted: Sat Jul 04, 2015 8:48 pm Post subject: Need advice on finding all monsters. |
|
|
Hi everyone. I'm quite new to cheat engine and memory stuff, but I've started doing some reading so please be gentle.
I'm trying to make a simple bot for a game. Right now, I'm just trying to retrieve all the monsters on the map (their positions, health, whatnot). I am able to get the x,y coordinates of a single monster. Unfortunately, I couldn't seem to find some sort of pointer that points to all the other monsters, so I just tried checking what "accesses this address" and check if that opcode accesses other addresses as well. This gave me a bunch of addresses that refer to the coordinates of all the monsters I see on the screen. My problem with this approach is that I only get new addresses whenever a monster moves (since that's the only time x,y changes), so I can't really get all the monsters on the screen in an instant.
What approach do people usually do when trying something like this? Also, do all games have some sort of pointer that points to all the monsters, or do some games don't bother structuring the monsters at all (scattered around)?
|
|