Page 1 of 1

Cannot find health value or any other

Posted: Thu Dec 31, 2020 7:27 pm
by AddictedToCodes
So whatever I tried, I couldn't find in the game health value or something else whatever I do. What else can I do to find values?

Re: Cannot find health value or any other

Posted: Thu Dec 31, 2020 7:46 pm
by Rhark
What game are you trying to use CE with?

Re: Cannot find health value or any other

Posted: Thu Dec 31, 2020 8:39 pm
by AddictedToCodes
Rhark wrote:
Thu Dec 31, 2020 7:46 pm
What game are you trying to use CE with?
This one:
[Link]

(Though it's not that difficult to play through because of how you can abuse "Fury" attack, just want to test my skill on using CE)

Re: Cannot find health value or any other

Posted: Thu Dec 31, 2020 9:03 pm
by zachillios
AddictedToCodes wrote:
Thu Dec 31, 2020 8:39 pm
Rhark wrote:
Thu Dec 31, 2020 7:46 pm
What game are you trying to use CE with?
This one:
[Link]

(Though it's not that difficult to play through because of how you can abuse "Fury" attack, just want to test my skill on using CE)
Looks like an rpg maker game, so it's probably stored as a double. Search for it under that, and worst case scenario just do an All Scan and widdle it down from there.

Re: Cannot find health value or any other

Posted: Thu Dec 31, 2020 9:23 pm
by AddictedToCodes
zachillios wrote:
Thu Dec 31, 2020 9:03 pm
AddictedToCodes wrote:
Thu Dec 31, 2020 8:39 pm
Rhark wrote:
Thu Dec 31, 2020 7:46 pm
What game are you trying to use CE with?
This one:
[Link]

(Though it's not that difficult to play through because of how you can abuse "Fury" attack, just want to test my skill on using CE)
Looks like an rpg maker game, so it's probably stored as a double. Search for it under that, and worst case scenario just do an All Scan and widdle it down from there.
The problem is: I haven't got anything even by using "Unknown initial value" with All

Re: Cannot find health value or any other

Posted: Fri Jan 01, 2021 2:36 am
by happyTugs
Regarding any rpgmaker-mv game, try the following plugin; I personally use it.
[Link]

edit.
Image

Re: Cannot find health value or any other

Posted: Fri Jan 01, 2021 2:36 am
by Dread_Pony_Roberts
If the game's online then you will not find anything worthwhile, since the real values would be stored on a server.
If it's singleplayer and all else fails, do scans using only changed and unchanged.

It could be that the values are reversed. So for example, when your health is reduced the true health value increases.