Homies & NPCs npc voices modify

Hello everyone. I'm searching a way to modify voices on npc.
For example, i want npc_stewardess have the npc_stewardess_gen voice also, not only the exclusive voice that she has.
But i haven't found any clues about that. Do anyone have a solution for this?

Thanks
 
Hello again. I found a solution inside the npc xtbl, in this case npc_stewardess.xtbl

<Personas>
<Persona>
<Name>WF_STEW</Name>
<Weight>100</Weight>
</Persona>
</Personas>

This is just in the final of the variant of the npc. Personas is the list. Persona is the information of the voice selected. Name is the name of the voice and weight the probability of appearance

With this, you only need to copy another persona voice name that you want and paste to the npc that you want, following the schema above

Sorry and thank you again
 
Back
Top