- Mar 12, 2022
- 193
- 407
So i think I might have found a way to make the Main story MALE NPCs female.
Like Ansel Motte or Jack Peasant. There is a script that makes them male in the code that is separate from their character stats.
There are male scripted NPC that are usually gained though combat that I leave alone as there are other ways to deal with slaves/captives that can benefit the player, so i just don't bring them into the household.
The method involves using AVpics from other characters for them and copy and paste over the male pictures. This will eliminate 99% of the pictures with these men with female pictures. Changing the code to not make them men defaults them into female. You can also change the combat sprites to female as well.
So far I am testing the results and it seems to be working.
I have left Loden wixx av19 and the MC son av37 male but all other males that are not random or designed to be captured as slaves are now female. The characters with an Av id of av300+ I leave male. Any character that has an AV id of av299 or less is female with the two exceptions I mentioned.
If my playtest goes well you can change most of the mercs you can recruit to female.
Tentative Instructions
1) Change the code under /* SEX APPLY */ (I will show players what to do once I know I wont ruin their game.)
2) Search the male name of the character you want to switch till you find their character stats and change their sex from 1 to 0. This character stat block doesn't seem to define their sex the code under Sex APPLY seems to be the key.
3) Find the male folders /Pics and change them to a set of female pictures you want. Yes this means people will be sharing pictures like they are twins but it is a start until others made a mod with female versions of these characters I suggest you just overwrite the pictures and leave any picture that isn't overwritten (there are very few of these) So Ansel's quest will have a couple of the male characters but once they are done and a few others might be like this they are not used again.
4) use replace to remove male name with female name of your choice I would use 'Match whole word only' when replacing so you don't accidently switch a name used in a variable. Then go search manually not using 'Match whole word only' and see if the word is just text or code and replace dialogue not code.
5) Combat sprites are found in the /Pics/combat folder you can replace them with female sprites just change the name of the female spites to with the male sprites name. Best to copy the files in a new folder, rename them, then overwrite them the combat folder.
you know it is working if you recruit a normally male character and it has pussy stats for the character.
I will keep people informed as to playtesting if this actually works without ruining your game. It only works with a new games or i can't get it to work retroactively at least. I am not a coder just a person who used mods for years so I can sometimes figure out how to tweak existing code to modify a game.
Like Ansel Motte or Jack Peasant. There is a script that makes them male in the code that is separate from their character stats.
There are male scripted NPC that are usually gained though combat that I leave alone as there are other ways to deal with slaves/captives that can benefit the player, so i just don't bring them into the household.
The method involves using AVpics from other characters for them and copy and paste over the male pictures. This will eliminate 99% of the pictures with these men with female pictures. Changing the code to not make them men defaults them into female. You can also change the combat sprites to female as well.
So far I am testing the results and it seems to be working.
I have left Loden wixx av19 and the MC son av37 male but all other males that are not random or designed to be captured as slaves are now female. The characters with an Av id of av300+ I leave male. Any character that has an AV id of av299 or less is female with the two exceptions I mentioned.
If my playtest goes well you can change most of the mercs you can recruit to female.
Tentative Instructions
1) Change the code under /* SEX APPLY */ (I will show players what to do once I know I wont ruin their game.)
2) Search the male name of the character you want to switch till you find their character stats and change their sex from 1 to 0. This character stat block doesn't seem to define their sex the code under Sex APPLY seems to be the key.
3) Find the male folders /Pics and change them to a set of female pictures you want. Yes this means people will be sharing pictures like they are twins but it is a start until others made a mod with female versions of these characters I suggest you just overwrite the pictures and leave any picture that isn't overwritten (there are very few of these) So Ansel's quest will have a couple of the male characters but once they are done and a few others might be like this they are not used again.
4) use replace to remove male name with female name of your choice I would use 'Match whole word only' when replacing so you don't accidently switch a name used in a variable. Then go search manually not using 'Match whole word only' and see if the word is just text or code and replace dialogue not code.
5) Combat sprites are found in the /Pics/combat folder you can replace them with female sprites just change the name of the female spites to with the male sprites name. Best to copy the files in a new folder, rename them, then overwrite them the combat folder.
you know it is working if you recruit a normally male character and it has pussy stats for the character.
I will keep people informed as to playtesting if this actually works without ruining your game. It only works with a new games or i can't get it to work retroactively at least. I am not a coder just a person who used mods for years so I can sometimes figure out how to tweak existing code to modify a game.