07-24-2019, 03:07 PM -
vsub Wrote:If the value you are looking for is higher than 255,you will not find it because rpcs3(or maybe that's how the PS3 work,I don't know)uses big endian
For values that use 1 byte(0-255)you can just use byte
For values that uses 2 bytes(0-65535)you need 2 Byte Big Endian
For values that uses 4 bytes(0-4294967295)you need 4 Byte Big Endian
https://forum.cheatengine.org/viewtopic.php?p=5305367
The latest version(and some older)are using this memory region 300000000-301FFFFFF
You can use that instead of scanning your whole ram "all day"
CE works fine here.
I have managed to figure everything out nicely a couple of days ago, I got everything I want both with Cheat Engine and HxD Hex Edit.
Thanks anyway though for all your help!
This post was last modified: 07-24-2019, 03:08 PM by RokkumanX.