@Cyber, hello, I just started learning cheat engine. Thanks for your script, but I am very curious about how to implement Press Num 0 to execute command in debug script. Is it judged by the folloing code ? But why it works? what should I do if i wanna change the hot key?
```
mov rsi,rcx
mov [rsp+00000108],rcx
mov ecx,00000100
call getKeyDownMethod
test al,al
```
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
So... I'm trying to use the table to edit character stats.
PER, KNWL and Charm are fine. I can edit them no problem.
ATK on the table is actually HP.
Current HP is actually Body.
Is there a reason the stats aren't matching up as they should?
So... I'm trying to use the table to edit character stats.
PER, KNWL and Charm are fine. I can edit them no problem.
ATK on the table is actually HP.
Current HP is actually Body.
Is there a reason the stats aren't matching up as they should?
So... I'm trying to use the table to edit character stats.
PER, KNWL and Charm are fine. I can edit them no problem.
ATK on the table is actually HP.
Current HP is actually Body.
Is there a reason the stats aren't matching up as they should?
I think it's related to the amount of characters you have. I started a new game, and for a while those pointers were working exactly as intended, but at some point they became all over the place. I think after a certain point the engine shoves character values whenever it can find space in memory, instead of proper arrays. At least that's what it looks like on the surface.