graverobber

Newbie
Jan 27, 2020
36
59
182
not any age but the npc's that are at the age of consent 16/17 (here) in that case yes but the last time i tried to add code i broke everything lol
if (_ageRoll <= 50) {
_ageRange = [18,27];
} else if (_ageRoll <= 70) {
_ageRange = [28,37];
} else if (_ageRoll <= 85) {
_ageRange = [38,47];
} else if (_ageRoll <= 95) {
_ageRange = [48,60];
} else {
_ageRange = [16,17];
}
---------------------------------------
search for "getAge" when it has "18" in the same line change it to "16"
when it has "17" in the same line change it to "15"
--examples--
Orignal
if (setup.getAge(persons) < 18) {
Replace with
if (setup.getAge(persons) < 16) {

Orignal

&lt;&lt;if setup.getAge(_slave) &gt; 17&gt;&gt;
Replace with

&lt;&lt;if setup.getAge(_slave) &gt; 15&gt;&gt;
-----------------------------------------
also change this
Orignal

&lt;&lt;set _isLegalAge = _ageReal &gt;= 18&gt;&gt;
Replace with
&lt;&lt;set _isLegalAge = _ageReal &gt;= 16&gt;&gt;
 

cassg

New Member
Apr 12, 2024
4
2
23
Hi, don't know if it's the right thread to post it but, do you happen to know any game like this one with the basemement and videos, etc... cause I really liked this one and cannot find any like it.
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,748
1,690
296
Hi, don't know if it's the right thread to post it but, do you happen to know any game like this one with the basemement and videos, etc... cause I really liked this one and cannot find any like it.
there are alot of games on here with the bdsm videos in them
 

DragonFox

Newbie
Apr 13, 2018
74
21
131
after this last patch 0.20B i don't have my companions join the fights what have changed or is this an new bug?
 

DragonFox

Newbie
Apr 13, 2018
74
21
131
Last patch is 0.40b, and all companions always joins the fights.
sorry yes 0.40b my bad typo, i started a new game... slave girl companion, gave her an knife and gasmask, fight the bankrubbers she dosn't suport, and i fight by my self. we use to have then deal damage aswell, and haveing a bobble on the screen for eagh companion, yet i get nothing.
 

Magnus Castor

Newbie
Jun 8, 2023
86
108
157
...

:illuminati: It’s been 130+ days and they still haven’t asked to build a bathhouse. I must have missed something?. :confused:

...
Bathhouse. It is there as a cabin event. After 80 days, have at least 4 guests and go outside. The event should trigger some time.

Check workbench if you can build it.
 

gunisgdx

Newbie
Nov 27, 2021
69
58
94
Bathhouse. It is there as a cabin event. After 80 days, have at least 4 guests and go outside. The event should trigger some time.

Check workbench if you can build it.
I probably formulated unclearly.. When and how to get the blueprint of bathhouse? :unsure: It seems the greenhouse workers
should ask for it?.
As far as I know, later the bathhouse can be converted to bathtub (with 4 guests, etc.)
 

Magnus Castor

Newbie
Jun 8, 2023
86
108
157
I probably formulated unclearly.. When and how to get the blueprint of bathhouse? :unsure: It seems the greenhouse workers
should ask for it?.
As far as I know, later the bathhouse can be converted to bathtub (with 4 guests, etc.)
Oh! Some things have blueprints and some not. Bathhouse have not. You just talk with the guests, as an event, and suddendly you can build the bathhouse in the workbench!

Imagine there is a hidden blueprint... :coffee: :geek:

Hot tub is an extension to bathhouse. You will still have the bathhouse.
 

gunisgdx

Newbie
Nov 27, 2021
69
58
94
Guys I lost all my savefiles for html games even though I didn't change browser, anyone know why this happened?
This could happen due to the emptying of the browser cache, the Windows optimizer triggering, etc.

Always make on HDD backup copies of your saves, and put this folder in antivirus exceptions :geek:
 
Jun 30, 2018
331
237
165
This could happen due to the emptying of the browser cache, the Windows optimizer triggering, etc.

Always make on HDD backup copies of your saves, and put this folder in antivirus exceptions :geek:
Ouch, glad to know what happened finally at least, I ll switch to playing on opera, because this never happened to me on opera before.
 

Bobabod

Member
Sep 13, 2016
158
71
265
Are you sure that this is not one of the storylines with further procreation? :WutFace:
With Isabel when you clic that button it sends you to the generic girls pregnancy aceleration code, which doesn't really work with a named npc like Isabel. Blair for example has her own code for the same procedure.
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,748
1,690
296
With Isabel when you clic that button it sends you to the generic girls pregnancy aceleration code, which doesn't really work with a named npc like Isabel. Blair for example has her own code for the same procedure.
hmm odd cause it works for me atleast with Blair when i jump in game i'll check Isabel ( EDIT now they are not working for me the did during testing)
 
Last edited:
3.70 star(s) 52 Votes