Posted: Fri Jun 14, 2024 6:01 pm Post subject: game coordinates are all weird
When I found the game coordinates to make a teleport, the values go up to like 500 and then reset to 0. I know these are the coordinates because when I change them the player teleports. But I don't know what to do with them because the coordinates I want to teleport to are normal coordinates. The game does have a debug menu that tell the normal coordinates of the player but when I find the coordinate floats in cheat engine they don't do anything when I change them. How do I make a teleport with this?
Joined: 09 May 2003 Posts: 25807 Location: The netherlands
Posted: Fri Jun 14, 2024 6:54 pm Post subject:
try to figure out how the coordinates work without looking at the debug menu, as those coordinates are translated to human readable text while the actual coordinates may be stored quite differently.
e.g the real coordinates might be stored as x,y,cellnr and then displayed by looking up the cell coordinates and add the x and y vectors to that _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping
solved that is correct. I found the cell by doing changed when the number got reset and unchanged when the number was under 500. it was a float. I also could have added 4 to the address
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum