ItsMods

Full Version: Finding Addresses Of DVAR's
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i find out the address of a dvar e.g. jump_height if its write protected and cant use cheat engine to scan for changing values, also tried ollyDBG but when game isnt open i see the strings for jump_height but once its open they all disappear?
any help pls
Somewhere above the first reference of jump_height you have the address of a pointer.
Resolve that pointer and add 0x10 to the result.

Now you have the jump_height.

Or you could learn how to ASM and fix the "write protected" message, which is easier.
jump_height is 39 by default btw.

Tried no luck