PixelRick / CyberpunkSaveEditor

A tool to edit Cyberpunk 2077 sav.dat files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Character voice (M/F) - no longer unknown byte at 02X

ryselgh opened this issue · comments

I tested this byte and turns out it changes character's voiceover
00 = female voice
01 = male voice

image

Thanks ! I will add that.

Hi there,

I'm going crazy trying to completly change V's gender as i found another interesting byte

image

seems, changig this one changes "gender" (no aspect):
01 - Male
00 - Female

Checked in "metadata.9.json" and then it was saved with:
"bodyGender": "Female",
"brainGender": "Female",
Originaly it was "Male"

Well I should probably hide this one. Changing it isn't enough to change gender as transferring all the customization data between gender types does fail.

Indeed... I tried and no luck. Tried transfer Female to a Male and buggy resut. No body, nor legs, just floating original male head and arms.

BTW, great job with this editor, thnx