Vantzex

Newbie
Dec 28, 2019
17
5
How can i add Anna Bell to my game. English isnt my native language i cant understand what should i do (instructions)
 

gunisgdx

Newbie
Nov 27, 2021
68
50
Why do we need virgin girls in the game? Will there be any quests with them, or just sell them at a higher price?.
 

SusaSwarm

Newbie
Nov 3, 2019
55
80
Every patch I spend four to ten hours rewriting code that game would treat any age NPC as fully adult.
Is it just me?
Is there any demand for a patch like that?

I have never coded before, but this game made me want to learn :)
 
  • Thinking Face
Reactions: GamerDaddy

GamerDaddy

Engaged Member
Feb 6, 2023
2,105
1,271
Every patch I spend four to ten hours rewriting code that game would treat any age NPC as fully adult.
Is it just me?
Is there any demand for a patch like that?

I have never coded before, but this game made me want to learn :)
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
 

graverobber

Newbie
Jan 27, 2020
31
56
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
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,105
1,271
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
70
21
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
70
21
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.
 
3.60 star(s) 42 Votes