Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I'm not sure if this is the right place to ask but I thought I'd try here first, does anyone know where/if it's possible to edit the pronouns for futa that are used during sex interactions in one of the gd files? I'm assuming there's still no mod that works with Aric's Expansion that allows us to set pronouns in-game or prevent their gender pronouns from changing from male to female when they become futa, and I was able to figure out how to change the code in the person gd file and have it reflect male pronouns on their overview in game but this doesn't seem to apply to the sex interactions. 

Also, the wrong participant always gets the 'Enjoys Anal' trait from Cowgirl Anal and Reverse Cowgirl Anal. How could I go about fixing this, or which gd file and what could I edit? 

Any change is possible if you put in the time and effort.
The flavor text provided during sexual interactions is created by ".../files/scripts/sexdescriptions.gd". The system converts pronoun tags into the most specific generalization for the group. Though it was designed for a simpler conception of pronouns, it should be relatively easy to adapt if you have already managed the change in person.gd.

The core of the sex interactions is ".../files/scripts/newsexsystem.gd". Search the file for the trait name. You will probably need to add exceptions for the action codes for those actions since the original system was designed with phallic-based assumptions about which side was the "giver" or "taker".