PixelRick / CyberpunkSaveEditor

A tool to edit Cyberpunk 2077 sav.dat files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to reset attribute points ?

LikeVII opened this issue · comments

It's my first time using this mod and i was wondering if there was a way to reset attribute points by using this mod ?
Thanks for your hard work and good luck in the future !

In "Scriptable Systems/PlayerDevelopmentSystem/playerData".
This will show you an array of shared PlayerDevelopmentData.
Each has the fields: owner, ownerID, ..., proficiencies, attributes (what you are looking for), etc...
BUT, you have to find the correct index in the array first (because it can be for other characters).
Yours is the one with ownerID equal to 1 (it is supposed to be at index 0, the first one, but better check).

btw: field 'owner' value display is big and empty for no real reason, i'll fix that.

If CyberCAT doesn't get updated in March, I'll try to make my editor more user friendly.

Thanks for your help ! i'll try to make it work, and again good luck in the future and thank you !