SR3_NPCFemaleCop_Vera_TextureModV2
Description: mod to modify the look of the female cop stripper (NOT the Saints purple version)
Original goal was to hide the cloth/bra to give the chest area a more revealing look. This has been accomplished, though you can still see the mesh of the piece of cloth, when viewed from close enough or with the right ligthing from a slightly bigger distance. There is also some green artifacting at the left and right edges of the removed cloth/bra.
I also decided to make better use of the color scheme and give a different color to the buttonhole area of the blouse.
For the lower body, I gave a dark red coloring to the boots, the belt and some belt equipment. I also fixed some problems with the normal maps that were not lining correctly with the diffuse texture and were creating some bad looking areas.
The diffuse textures were compressed and mipmapped.
Update: new with V2, normal maps have now been compressed and mipmapped via NVIDIA Texture Tools, which do a much better job at compression than the Gimp DDS plugin.
An alternate version without fishnets has been added as well with V2.
If you want to have some of the cops in game replaced by this female cop stripper, I refer you to my other mod:
SR3_NPCFemaleCop_Vera_HowToReplaceCopsWithVeraV1
Description: guide to replace some of game's cops with the female cop stripper (NOT the Saints purple version)
There are two files which require changes so that the female cop stripper will replace cops AND sound like a ... female cop.
character_definitions.xtbl and character.xtbl
++++++
First, we want to make our female cops to sound like female cops. The female stripper dialog seems constrained to "I bruise easily". It is easy to make her to sound like a female cop, by giving her an assortment of female STAG personas (voices). There are only a few lines here and there that will sound incongruous, like "Ive got body armor, you see that?"
The fix for that must be done in the file character_definitions.xtbl
At line 246 we have the entry for saints_female_vera , this is the female cop stripper. We must change the content of the <Default_Personas> section.
Replace this:
<Default_Personas><Personas><Persona_Name>Stripper_BF_03</Persona_Name></Personas></Default_Personas>
with this:
<Default_Personas><Personas><Persona_Name>STAG_AF</Persona_Name></Personas><Personas><Persona_Name>STAG_BF</Persona_Name></Personas><Personas><Persona_Name>STAG_HF</Persona_Name></Personas><Personas><Persona_Name>STAG_WF</Persona_Name></Personas></Default_Personas>
This is a collection of 4 different voice sets and the game will pick one from this collection, for each female cop created in game. I got this set from the character law_stag_tanya in the same file.
I have provided a version of character_definitions.xtbl with this change.
++++++
Now, it is time to actually replace regular cops with the female stripper cop.
The fix for that must be done in the file character.xtbl
This file is often modified by other modders, so you will probably want to take the file the modders have produced, and tweak it yourself to add change the cops you want into female stripper cops.
An example, the basic cop in the game is found at line 17:
-at the beginning of the line, you will see the entry <Name>npc_cop</Name> => DONT CHANGE THIS IDENTITY.
-further along, you will see the entry <Character>npc_cop</Character> => CHANGE IT TO: <Character>saints_female_vera</Character>
-further along, there is a gender entry, I change it but have no idea if it does anything:
<Gender>Male</Gender> changed to <Gender>Female</Gender>
-Finally, one last change for the color palette. The default palette for a cop is NPC_Police, and this looks not too nice with my texture mod because the outline of the blouse will be done with a light gray color. If you want the white blouse and black outline, change <Color_Palette>NPC_Police</Color_Palette> to <Color_Palette>NPC_Referee</Color_Palette>
I have provided a version of character.xtbl with this change.
Some nice color palettes, that you can see on the picture I provided:
NPC_Referee - white blouse and black outline
NPC_Genki - pink blouse and light blue outline
NPC_Deckers_Palette - dark green blouse and blue outline
So it is up to you, you can use the basic character_definitions.xtbl and character.xtbl files I provided, or modify those files if you already got some mods that have modified those files.
Description: mod to modify the look of the female cop stripper (NOT the Saints purple version)
Original goal was to hide the cloth/bra to give the chest area a more revealing look. This has been accomplished, though you can still see the mesh of the piece of cloth, when viewed from close enough or with the right ligthing from a slightly bigger distance. There is also some green artifacting at the left and right edges of the removed cloth/bra.
I also decided to make better use of the color scheme and give a different color to the buttonhole area of the blouse.
For the lower body, I gave a dark red coloring to the boots, the belt and some belt equipment. I also fixed some problems with the normal maps that were not lining correctly with the diffuse texture and were creating some bad looking areas.
The diffuse textures were compressed and mipmapped.
Update: new with V2, normal maps have now been compressed and mipmapped via NVIDIA Texture Tools, which do a much better job at compression than the Gimp DDS plugin.
An alternate version without fishnets has been added as well with V2.
If you want to have some of the cops in game replaced by this female cop stripper, I refer you to my other mod:
SR3_NPCFemaleCop_Vera_HowToReplaceCopsWithVeraV1
Description: guide to replace some of game's cops with the female cop stripper (NOT the Saints purple version)
There are two files which require changes so that the female cop stripper will replace cops AND sound like a ... female cop.
character_definitions.xtbl and character.xtbl
++++++
First, we want to make our female cops to sound like female cops. The female stripper dialog seems constrained to "I bruise easily". It is easy to make her to sound like a female cop, by giving her an assortment of female STAG personas (voices). There are only a few lines here and there that will sound incongruous, like "Ive got body armor, you see that?"
The fix for that must be done in the file character_definitions.xtbl
At line 246 we have the entry for saints_female_vera , this is the female cop stripper. We must change the content of the <Default_Personas> section.
Replace this:
<Default_Personas><Personas><Persona_Name>Stripper_BF_03</Persona_Name></Personas></Default_Personas>
with this:
<Default_Personas><Personas><Persona_Name>STAG_AF</Persona_Name></Personas><Personas><Persona_Name>STAG_BF</Persona_Name></Personas><Personas><Persona_Name>STAG_HF</Persona_Name></Personas><Personas><Persona_Name>STAG_WF</Persona_Name></Personas></Default_Personas>
This is a collection of 4 different voice sets and the game will pick one from this collection, for each female cop created in game. I got this set from the character law_stag_tanya in the same file.
I have provided a version of character_definitions.xtbl with this change.
++++++
Now, it is time to actually replace regular cops with the female stripper cop.
The fix for that must be done in the file character.xtbl
This file is often modified by other modders, so you will probably want to take the file the modders have produced, and tweak it yourself to add change the cops you want into female stripper cops.
An example, the basic cop in the game is found at line 17:
-at the beginning of the line, you will see the entry <Name>npc_cop</Name> => DONT CHANGE THIS IDENTITY.
-further along, you will see the entry <Character>npc_cop</Character> => CHANGE IT TO: <Character>saints_female_vera</Character>
-further along, there is a gender entry, I change it but have no idea if it does anything:
<Gender>Male</Gender> changed to <Gender>Female</Gender>
-Finally, one last change for the color palette. The default palette for a cop is NPC_Police, and this looks not too nice with my texture mod because the outline of the blouse will be done with a light gray color. If you want the white blouse and black outline, change <Color_Palette>NPC_Police</Color_Palette> to <Color_Palette>NPC_Referee</Color_Palette>
I have provided a version of character.xtbl with this change.
Some nice color palettes, that you can see on the picture I provided:
NPC_Referee - white blouse and black outline
NPC_Genki - pink blouse and light blue outline
NPC_Deckers_Palette - dark green blouse and blue outline
So it is up to you, you can use the basic character_definitions.xtbl and character.xtbl files I provided, or modify those files if you already got some mods that have modified those files.