Starfield players looking for how to fix a bug that breaks guns figured out changing their character’s gender is a solution.
Video game news oriented community. No NanoUFO is not a bot :)
Posts.
Comments.
My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.
Other communities:
I’m vaguely curious what gets re-initialized by changing gender to fix this.
If starfield works like every other Bethesda game, the game can’t actually change the gender directly, it instead remakes your entire character, which will reset whatever is causing the bug
Prgramng!
I had a bug caused by the shipselling bug where each time I went through a load screen my gender and appearance randomized. So I can’t even begin to guess how all the noodles are connected.
Apparently it’s nothing to do with changing the gender, only opening the character creation screen. So you can open that screen and then just close it, and it should work again. Weird bug though!
This is why you don’t use global variables, kids!
The article says that the console command to swap genders also works.
I haven’t experienced it so I have no clue.
You haven’t experienced swapping genders? All the cool kids are doing it.
Wonder if that pseudo opens the screen.
It might alter some of the same variables causing this bug.
It runs the change character script, which resets animations.
It probably triggers a write of the character data which ends up overwriting some bad value that is actually causing the problem.