possible stack is multiplied by your default multiplier 2)
did it for myself
about the behavior if the script is enabled then everything works as it should and if initially the stack was 50 then it will become 100 and will not allow you to increase it anymore
if after this you disable the script
then the stack will not be reset and everything will become infinite
logic without script
max stack = 50
current stack = 50
the value is placed in the register eax = (max stack) - (current stack)
and then in code
very far after the patch there is such a check
mov eax,[rsp+7C]
test eax,eax
je 7FF67ACBE14B
So this check skips all values except 0
and if the current stack is greater than the max stack
then the check value is negative and everything works (infinite stack)
if current stack if less than or equal to max stack
then logic will not allow you to exceed the max stack
In general, unlimited stack will sooner or later hit the ceiling
and reset to your maximum
(no idea about bugs
make backup saves)
check post
viewtopic.php?p=332691#p332691
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