Posted: Tue Oct 18, 2022 6:19 pm Post subject: Trouble finding value
This is something that I used to be able to do, but it just won't work anymore.
I'm trying to change a camera value in Demon's Souls (RPCS3) which is 1.420, but I can't find it even though I added 2 and 4 bit little Indian. I tried searching for both 1.420 and 1420 and none worked. Also, when I search for 1.420 all the results show up as ''1''.
GIF.gif
Description:
(value seen below on debug menu, CE is needed to change it)
Little endian is the default on most desktop computers. You probably meant big endian
A bit is a single 0 or 1, and a byte is a collection of 8 bits. 2 byte and 4 byte are integer types. Values less than 1 byte in size aren't commonly used
Integer types only store integers. For rational numbers (stuff with a decimal- e.g. 1.4), use a floating point type (float or double). Maybe big endian as well- use whatever the architecture uses. _________________
I don't know where I'm going, but I'll figure it out when I get there.
Little endian is the default on most desktop computers. You probably meant big endian
A bit is a single 0 or 1, and a byte is a collection of 8 bits. 2 byte and 4 byte are integer types. Values less than 1 byte in size aren't commonly used
Integer types only store integers. For rational numbers (stuff with a decimal- e.g. 1.4), use a floating point type (float or double). Maybe big endian as well- use whatever the architecture uses.
I can't even find the 43 above, I don't know what I'm doing wrong
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