Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Out of curiosity, would it be possible to add a dickgirl/shemale/newhalf/whatever gender for slaves with boobs, cock and no twat?

(2 edits)

Possible yes, I would argue it probably wouldn't even be all the difficult, tedious maybe but not exceptionally difficult.

as it is right now you can give a male character boobs with majorus potions (or cheating by editing the save file), though that is a fairly surface difference, and requires you to fill in the gaps, as far as the narrative goes.


I imagine you mean having them randomly generate, and actually be referenced as such in game.

in that case aesthetically you would just need to decide on what to call it, what the gender pronouns for the dialogue replacers would be, and give them a gender icon. I think setting all that up would be reasonably simple, but I don't know where everything that needs to be added lives.

 As for mechanically you need to add it to the character generation "if/else" trees for breasts so they generate larger than masculine, or from the mother rather than the father in the case of breeding (fairly simple change could actually streamline that part of the code the way I'm thinking it would look).
And the automatic reassignment from male to shemale when adding breasts to the character or changing from futa to shemale when changing the breasts or genitalia respectively (probably not too difficult either but  that raises the question of is a 'male' with any size of breasts over masculine shemale or do you set a size threshold, this does complicate existing things slightly but not overly so).

You would probably also want to set a rule toggle like exists for futa, or futa with balls, for those who don't necessarily want shemales to generate in their game, if you were to implement it for more than personal use. This one is not something I know how to do outside of the "editing the scripts directly" method.

"I imagine you mean having them randomly generate, and actually be referenced as such in game."
Mostly the latter - the former would also be nice and I'll look into it, but my priority is just the text.

"I don't know where everything that needs to be added lives"
Yeah, that's my problem too. Looks like most of it is in person.gd, but I don't know if there are relevant bits elsewhere.

Like he'd said, it is already possible in game using potions, the Mutate spell (though very random), and the laboratory. They are still referred to as "dickgirl", "shemale" (though honestly I have no idea what is different between that and "futa"), etc. If it is just a question of being referred to as a "dickgirl" instead of "futa" situation...theoretically it shouldn't be that hard to code. Just depends on where all it was needing to be seen.

(+1)

The main difference between a futa and a dickgirl specifically is that a futa had both a pussy, and a dick, and maybe balls
 where a dickgirl just has a cock and balls.

Yeah, I'm mostly concerned just with having the text actually refer to them as such at the moment. Would everything I'd need to change/add to just be in person.gd?

(2 edits)

Maybe

If you have notepad++ search all strive files for 
.sex ==
.sex !=
and probably 'male', 'female', 'futa', and 'futanari'

that will show you most if not all of the checks for gender.

(1 edit)

Welp, this is going to take a little more time than I thought, heh



I do already have it working in the character panel, at least :P