surfpup

Member
Jun 23, 2021
215
159
If the guests can lose submission over time, is there any chance they can start to dominate you? That might be fun. Otherwise, it seems like there is no upside to this happening?
Also, if the doctor was accompanied by a male nurse, and you could choose which one you wanted to milk you, that would make those scenes more fun for some.
 
  • Like
Reactions: ttyrke

Ford Mustang

Member
Jul 12, 2023
245
282
i swear there is less virgin in this game after that stupid symbol installed.Only found them in slave market unlike everywhere before
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,471
1,715
I understand the fuel thang, but having to repair the car EVERY time I take it out. Hould about a random damage - a high probability maybe since dealing with old parts and the rough terrain.
Car takes damage only in some events. One would be where some people with other cars try to hit you. I think other events don't take it away.
 

decker666

Member
Sep 29, 2017
213
495
i swear there is less virgin in this game after that stupid symbol installed.Only found them in slave market unlike everywhere before
The symbol is just display based on existing information, did not change the % chance.

Only girls found that are 18-20 have a 1/2 chance of being virgins.
There is a 55*3/10 = 16,5% to meet a girl that age.
So only 8,25% of the girls will be virgin.

<<if (setup.getAge(_npc) <= 20 && setup.percentageChance(50))>>
<<set _npc = setup.setToVirgin(_npc)>>
<</if>>

[...]

setup.ageRoll = function() {
var _ageRoll = window.randomInteger(1, 100);
var _ageRange = new Array();
if (_ageRoll <= 55) {
_ageRange = [18,27];

[...]

Change your html file if you want more virgins.
 
Last edited:
  • Like
Reactions: Ford Mustang

Den4lk

New Member
Mar 30, 2024
9
0
Tell me what to do with the milk barn? I don't really understand how it works and how to send someone there?
 

ttbcs

New Member
Oct 24, 2017
2
1
Tell me what to do with the milk barn? I don't really understand how it works and how to send someone there?
Slaves that have been pregnant for a few days will have an option to assign them to the milk house. During the day you can see them getting milked. Daily report will show how much milk was produced.
 
  • Like
Reactions: Den4lk

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,471
1,715
Was going to support on patreon but paying per post is a big no from me.
It' s gonna change from september. Because of IO's playstore or something like that, patreon is obligated to charge per month, not per post.
Won't change anything for existing supporters as I only set "charge for post" only for one release (event). So per month in my case actually was "per month".
 

Silverliy

New Member
Aug 3, 2024
9
4
You can duplicate your slaves if you do the following steps :
1 Assign slave as maid
2 Don't cancel the assignment and send her to the basement
3 When she works as Maid in your room cancel the assignment


Edit : i am not sure if this is the right way but i am sure that i brought my slave to the dungeon but she was still doing the maid job after that and her relationship level was the same as pre-dungeon
There should be some order of events that leads to this outcome.
 
Last edited:
3.60 star(s) 42 Votes