Got this game on sale and wanted to make a table for it. Turns out, it's easy to find the structure names so all the pointers are just.. there. There are byte values for Inf Mana and Adrenaline (probably others but I haven't gotten that far yet) and I can disable the player's hitbox for an effective God Mode so that means I don't have to inject at all. I'll continue adding to this as I play since I'm already close to getting some inventory related scripts going.
If you are taking request i would like one for sneaking....you already have everything else taken care of lol.
Side note: do these stats save? like the mult and such for damage.
Edit: nvm they dont save
Alright I added a script for Set Enemy Detection. Basically each state has it's own enable byte and if you set that to 0 the game stops processing for it. The way the script works is you enable it and then set the byte value that you want to write to it, so you need to set the value to On again before disabling if you want the AI detection to work again.
I'm going to try this table on the windows game store gamepass version to see if it works. I've been looking for a table that I could use to help me progress though this game better.
Edit: I cannot enable the script on the gamepass version sadly.