Clown.34

Member
Sep 8, 2018
339
221
Edit: No I'm reading it incorrectly as it seems the statement if $breeding = false should get caught by "Fund the Breeding Program" if funds > 29999. It's weird because my funds are well beyond that and I still get the "//Breeding program is locked because the kink is toggled off. You can toggle it back on in the sidebar...//"

Edit2: So it seems like you need to buy the villa. Basically, the error message is misleading. :unsure:
You need to buy vila to unlock Crowle, and you need to toggle the option to have the breeding kink active, so i din't chaged the code from before that, only what happens when those conditions are active.
 

Clown.34

Member
Sep 8, 2018
339
221
Great work!
One quick question though: If i have an existing save from after the marriage choice is there a way to unlock the other option? Or do I need a save from before that to use this?

If the latter, what are the chances you could put in an option to re-do the marriage decision so we can unlock both in our saves?
You need a save from before that choice, but you can use the save from the mod on the non mod future versions of the game with no problem.
And the chances of me adding an option to re-do the choice are pretty low(before and even on next version)
 
  • Like
Reactions: wedoom

OranosDev

Discerning Coomer
Game Developer
Apr 11, 2021
284
963
There's an error in the code regarding breeding. This piece of code here requires $breeding to be set to true:
Code:
<<if $pregnancykink is true>><<if $breeding is true>>[[Oversee the Breeding Program|breedingprogram]]<<elseif $Funds gt 29999>>[[Fund the Breeding Program (-30.000)|breedingfund]]<<else>>//You can't afford to fund the Breeding Program!//<</if>><</if>><<else>>//With an influx of new specialised slaves, you'd do well to get a larger place to live...//<</if>><<else>>//Breeding program is locked because the kink is toggled off. You can toggle it back on in the sidebar...//<</if>>
And this piece of code here sets $breeding to true:
Code:
<tw-passagedata pid="763" name="breedingfund" tags="" position="5191,5089" size="100,100">&lt;&lt;set $breeding to true&gt;&gt;&lt;&lt;set $Funds to $Funds - 30000&gt;&gt;&lt;img src=&quot;img/misc/clinic/injection.jpg&quot;/&gt;
The first requires the latter, but the latter doesn't trigger unless you do the first.

If I'm reading the code correctly that is.


Edit: No I'm reading it incorrectly as it seems the statement if $breeding = false should get caught by "Fund the Breeding Program" if funds > 29999. It's weird because my funds are well beyond that and I still get the "//Breeding program is locked because the kink is toggled off. You can toggle it back on in the sidebar...//"

Edit2: So it seems like you need to buy the villa. Basically, the error message is misleading. :unsure:
Thanks for finding the issue, will fix it for next update
 

Clown.34

Member
Sep 8, 2018
339
221
Sorry man, but it keeps saying wrong code
Just tested it right now, downloaded and tested, in case i uploaded the wrong file, could happen, but no, it works, and i just checked the , in case the dev had changed it, but no, its the correct one, and if you need me to make even more easier...
You don't have permission to view the spoiler content. Log in or register now.
 

OranosDev

Discerning Coomer
Game Developer
Apr 11, 2021
284
963
There's an error in the code regarding breeding. This piece of code here requires $breeding to be set to true:
Code:
&lt;&lt;if $pregnancykink is true&gt;&gt;&lt;&lt;if $breeding is true&gt;&gt;[[Oversee the Breeding Program|breedingprogram]]&lt;&lt;elseif $Funds gt 29999&gt;&gt;[[Fund the Breeding Program (-30.000)|breedingfund]]&lt;&lt;else&gt;&gt;//You can&#39;t afford to fund the Breeding Program!//&lt;&lt;/if&gt;&gt;&lt;&lt;/if&gt;&gt;&lt;&lt;else&gt;&gt;//With an influx of new specialised slaves, you&#39;d do well to get a larger place to live...//&lt;&lt;/if&gt;&gt;&lt;&lt;else&gt;&gt;//Breeding program is locked because the kink is toggled off. You can toggle it back on in the sidebar...//&lt;&lt;/if&gt;&gt;
And this piece of code here sets $breeding to true:
Code:
<tw-passagedata pid="763" name="breedingfund" tags="" position="5191,5089" size="100,100">&lt;&lt;set $breeding to true&gt;&gt;&lt;&lt;set $Funds to $Funds - 30000&gt;&gt;&lt;img src=&quot;img/misc/clinic/injection.jpg&quot;/&gt;
The first requires the latter, but the latter doesn't trigger unless you do the first.

If I'm reading the code correctly that is.


Edit: No I'm reading it incorrectly as it seems the statement if $breeding = false should get caught by "Fund the Breeding Program" if funds > 29999. It's weird because my funds are well beyond that and I still get the "//Breeding program is locked because the kink is toggled off. You can toggle it back on in the sidebar...//"

Edit2: So it seems like you need to buy the villa. Basically, the error message is misleading. :unsure:
1700750184903.png
Fixed it, coding with too many variables makes things messy for me...
 

Brovalon

Active Member
Jan 11, 2020
577
613
Excellent update! Really fleshes out the world, and I'm sure when I eventually replay the game instead of using my current save it'll feel more gradual / earned as well. I think I've been wanting an update like this one for quite some time, so kudos!
 
  • Red Heart
Reactions: OranosDev

Minole

Newbie
Jan 9, 2018
27
8
Monique's actress is far too hot to only be involved in the pregnancy storyline, surely there should be a way to interact with her without needing to end in pregnancy.
 
3.80 star(s) 36 Votes