LillyanaKabal wrote: ↑Fri Aug 30, 2019 8:06 pm
Has anyone found the address for talent points? Tried looking in 4byte, 8byte, double and float, it's not them.
It's based off points spent rather than points available. The points available are determined by the game as level-points spent. To mess with talents, it's easiest to just edit your save.
%USERPROFILE% \AppData\LocalLow\Unfrozen\Iratus\
There will be folders for each game you have active. Find the one you want to edit and open PlayerSave.svf
Ideally you have JSTool Plugin for Notepad++ so you can JSFormat it for easy viewing. Not required though. At the bottom of the document there are values:
"level": x,
"spendedPoints": y,
Where x is your level and y is the number of talent points spent. Assuming you've spent all your points, y=x. If you have one free, y=x-1.... So basically just set y lower than x by however many points you want to have available. Ex: You want 10pts and you're level 2? Set "spendedPoints": -8,
You can find this value with cheat engine as well. It's just a bit tedious if you only have a couple points to mess around with. I'm guessing you were trying to find points available with a 4byte rather than points spent.