Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

While the idea is great, it would be far too much work to create alternate versions of Daisy her models with bigger boobs. The way the programming works makes every character limited to 1 predefined weight gain route. So your suggestion would only work if she would become pregnant in the main story, but i want to keep pregnancy and any other secondary fetish optional.(As a separate route, or a post game addition.)

Hm... Maybe the following could work:

  • At a certain stage, a fat belly is going to look pregnant-like, anyway, so just use that as a branching point (so that you don't even need to spend time rendering a more believable pregnant-looking belly).
  • Next, in its simplest form, just show a  "before/after pregnancy" scene--same belly size but one render with "default" boobs and the other with larger ones.
  • For the remaining stages in the "pregnant" route, just use the same increasing belly sizes as in the "default" route, but with bigger boobs--effectively meaning you'd just have two renders for each stage.

Pseudocode:

if ( Daisy_pregnancy==true && if Daisy_stage>=30 ) { /* show the alternate set of renders and physical attributes*/ }

😊