Female characters "losing" female animations. How to fix it, with or without mod?

I've noticed that after the first session where you create a female character, she will loose all female weapon walking animations. That is, the second time you play the game, she will walk with male animations when holding a gun instead.
 
Looks like if you change the character sex again (to reset the character to default female), the animations change back to female ones.
Of course, by the next gaming session the female animations will get replaced again...
 
I got a theory.. that it might be the file GFL1 that has something similar with the file GML1, a file that is connected. im not so sure about it, but it is the most logical idea i got in mind right now.
 
It's been a while since I've dealt with this, but basically the default player gender is male, which you override if you choose the female preset in character creation.
The game doesn't remember between sessions so your character is considered male 90% of the time. Not only do you miss out on the unique animations, but also slightly different NPC dialogue that reflects your gender.

I don't have a proper fix yet, but a temporary solution is to set the player's default gender to female. The problem of the game not remembering your gender still persists, but in reverse.
I've attached the file that controls the player's default gender with it set to female. Put it into your 1-MODDERS_-_PUT_YOUR_OWN_PERSONAL_MODS_HERE folder and you're good to go.
 

Attachments

It's been a while since I've dealt with this, but basically the default player gender is male, which you override if you choose the female preset in character creation.
The game doesn't remember between sessions so your character is considered male 90% of the time. Not only do you miss out on the unique animations, but also slightly different NPC dialogue that reflects your gender.

I don't have a proper fix yet, but a temporary solution is to set the player's default gender to female. The problem of the game not remembering your gender still persists, but in reverse.
I've attached the file that controls the player's default gender with it set to female. Put it into your 1-MODDERS_-_PUT_YOUR_OWN_PERSONAL_MODS_HERE folder and you're good to go.
Thank you
 
It's been a while since I've dealt with this, but basically the default player gender is male, which you override if you choose the female preset in character creation.
The game doesn't remember between sessions so your character is considered male 90% of the time. Not only do you miss out on the unique animations, but also slightly different NPC dialogue that reflects your gender.

I don't have a proper fix yet, but a temporary solution is to set the player's default gender to female. The problem of the game not remembering your gender still persists, but in reverse.
I've attached the file that controls the player's default gender with it set to female. Put it into your 1-MODDERS_-_PUT_YOUR_OWN_PERSONAL_MODS_HERE folder and you're good to go.
Thank you back into this thread i must say it... It works not affect with other homies... And they refer me more as the girl compared in consoles version 😋😋
 
I think i found a solution, instead of just loading gml1.xtbl.. i added a new entry so it loads both gml1 and gfl1
1782425294727.png


Again, not sure if this fixed completely.. but i tested up by chaging my character to female, saved a file and loaded many times. The animations didnt change at all. This could be also caused by GFL1 itself, since most animations are shared with GML1.. so it makes sense that some animations are the same or switch to GML1's.

If this .xtbl file fixed this issue, going to include it in Animations Fix for good.
 

Attachments

I think i found a solution, instead of just loading gml1.xtbl.. i added a new entry so it loads both gml1 and gfl1
View attachment 50887

Again, not sure if this fixed completely.. but i tested up by chaging my character to female, saved a file and loaded many times. The animations didnt change at all. This could be also caused by GFL1 itself, since most animations are shared with GML1.. so it makes sense that some animations are the same or switch to GML1's.

If this .xtbl file fixed this issue, going to include it in Animations Fix for good.

This only loads the GFL1 set and ignores the GML1 completely even if I switched/load over to a male.

Juiced patch does come with a fix for this under FixGFL1_for_female_playas=1
 
Back
Top