Bear with me here, I'm not that bright on this stuff. I'm on version 1.01.
I changed modes and tried Max Movement. I think I've had more luck maybe. I've found a changeable digit that changes Max Movement. Which in turn, increases your Current Movement also. I can't make a table, so here's the aob. Best I can figure anyway.
Code: Select all
00 00 00 00 00 00 0C 00 00 00 41 00 00 00 XX 00 00 00 06 00 00 00 00 00 00 00 00 00 80 40 00 00 00 00 00 00 00 00
XX is your Max Movement. You can hopefully take this aob string and go to your Memory Viewer in CE. Right click the bottom of the window and select "Search Memory". Be sure the "From" is set to 0 so it searched the whole memory. May take a few secs. Or you could search normally and use "Array of Byte" from the dropdown menu under "Type" in the search pane.
For reference, here's the address compared to the two money addresses I have. This would also let you find it.
Code: Select all
Money1
220A1223870
Money2
220A122388C
Max Movement
2206AFF85DC
so,
Max Movement=Money1Address - 3622B294
or
Max Movement=Money2Address - 3622B2B0
If you're interested in supplies,
Code: Select all
Total Supplies=Money1Address + 187C0
or
Total Supplies=Money2Address + 187A4
This might help someone till someone who knows what they're doing gets some free time. Good luck.
****Edit: Also for reference, here's all the addresses I have that move in step with Max Movement. Movement displays 1/25. Forced March is 7/7. So I am guessing the "8" is Forced March steps + Current Movement steps, for what it's worth.
[Link]
****Edit Again:
I've found an aob for "Steps Taken". I'll try to explain how it works. Here's the aob
Code: Select all
XX XX XX XX 18 FC FF FF 00 00 00 00 FF FF FF 7F 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 41 4D 8C D3 01 00 00 00 00 00 00 00 00 00 00 00 58 46 05 D3 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FF FF FF 7F
Now, for XX XX XX XX, there's different values.
If your Steps counter says 21/21, XX XX XX XX = 00 00 00 00
If your Steps counter says 20/21, XX XX XX XX = FF FF FF FF
If your Steps counter says 19/21, XX XX XX XX = FE FF FF FF
If your Steps counter says 34/37, XX XX XX XX = FD FF FF FF
If your Steps counter says 854/858, XX XX XX XX = FC FF FF FF
And so on......So just search for XX XX XX XX in your game, and zero it out when you want to reset your steps. This should work independent of your max steps. Or you can combine the two for unlimited steps. If anyone has an idea on how to modify Companion Loyalty, I'd appreciate some guidance. I have the worst luck with companions. Anyway, Good luck again.