07-22-2019, 07:42 PM -
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.
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.