Voland How do I cheat?
Reputation: 0
Joined: 06 Jul 2018 Posts: 1
|
Posted: Fri Jul 06, 2018 4:59 am Post subject: Difficulty value search in Star Ocean game |
|
|
Hello everyone!
First of all the program i’m using us not cheat engine,it’s ps4cheater for ps4,it has similar but limited functionality compared to CE. But it is a memory scanner anyway, so user algorithms are almost identical.
Can somebody explain how such values can be found or can they at all:
Trying to find difficulty setting in Star Ocean Integrity and Faithlesness. My algorithm is following - I created 2 saves : 1st is earth difficulty, 2nd is galaxy difficulty. Starting search with “unknown value” 4 bytes at 1st save,then load 2nd save and choose search “increased by 1”, then load back to 1st save and choose “decreased by 1”. And so on. Like this i sorted to 10 addresses, but none of them worked. Is there any way to find this value? In save file they look as follows :
Code:
[Earth]
00079C70 00000000
[Galaxy]
00079C70 00000001
[Universe]
00079C70 00000002
[Chaos]
00079C70 00000003
I’m far from programming and stuff, and in my guess save file is kind of image that loads all necessary data in ram ? So values should be the same for difficulty flag 0,1,2,3 as they are in save file? I cannot modify save file cuz it’s encrypted,so i decided to do it hard way in memory.
Any tips appreciated.
|
|