Ford Mustang

Member
Jul 12, 2023
285
305
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,526
1,817
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
228
550
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,526
1,817
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
10
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:

Xythurr

Well-Known Member
Oct 29, 2017
1,481
3,125
Hey guys I started up .44 and it told me there was a .44a available. Is it not on this site? I can't find it.
 

Silverliy

New Member
Aug 3, 2024
10
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
I think it was some kind of freak bug because i cant reproduce it
 
  • Like
Reactions: ttyrke

Tenerax

New Member
Aug 30, 2024
13
3
Really cool game, glad I found it! One thing that's kind of annoying is that you can only have one birth per day, especially later in the game. Sorry if this has been asked and answered already, but would it be possible to make it so we can have multiple women give birth on the same day?
 
  • Like
Reactions: Oscarsz
3.70 star(s) 52 Votes