Technically, any of those changes should wear off after restarting the game after a long rest, but that's not very helpful if yours is somehow messed up so...Araragi wrote: ↑Tue Oct 03, 2023 3:13 amDid you ever figure this out? I have one character who has infinite action points no matter what I do. The others are fine.MagikMurlok wrote: ↑Wed Aug 16, 2023 8:10 pmHow do you actually turn OFF things like infinite action points? It seems to stay turned on forever no matter what, even reloading that save. Can't really find any combat related options that don't stay permanently on? Am I missing something obvious?
Infinite Action Points is enabled in the table via adding this boost to your character
Code: Select all
ActionResourceConsumeMultiplier(ActionPoint,0,0);
Code: Select all
RemoveBoostsFromPlayer("ActionResourceConsumeMultiplier(ActionPoint,0,0);")
Code: Select all
{$lua}
if syntaxcheck then return end
[ENABLE]
boosts = "ActionResourceConsumeMultiplier(ActionPoint,0,0);"
AddBoostsToPlayer(boosts)
[DISABLE]
RemoveBoostsFromPlayer(boosts)
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