ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,534
1,828
Thank you. How do you get the option to invite? Also how can you get more champagne?
When house party starts there are list of guests and right next to the names are "invite" link.
As for more champagne I am planning a repeatable event for that with Eve + you will be able to fuck her.
In 0.14 will focus 90% of content on new events.
 
  • Like
Reactions: GamerDaddy

Billshwr

Active Member
Feb 17, 2021
761
219
Ahh, I don’t have any guests… how can you get them? Explore?
And sorry for all the questions!
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,534
1,828
Ahh, I don’t have any guests… how can you get them? Explore?
And sorry for all the questions!
Yes. Either explore and find a girls and enslave them and after that you can increase relationship and put them in guest house.
Or in nightclub, but you need to have reputation to them agree to go live with you.

As for party. A small bug. It was intended to be available only if you have at least 2 guests available. Will be fixed for next release.
 
  • Like
Reactions: Billshwr

Brok TheDog

Active Member
Donor
Jun 2, 2018
713
882
Small question, on the birth side. There are only boys born or there are also girls. Because on my side 3 births 3 boys.
 
Jul 4, 2018
365
507
What kind of cheating is on your mind? Probably more later as the only thing that comes in my mind right now is that you would be able to marry girls but still fuck others, etc
What I was thinking of was, the girls cheat on you instead with or without your consent.
 
  • Like
Reactions: ttyrke

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,534
1,828
The chance rate would not be higher for boys, because I am 7 boys in a row and no girls on the horizon. :cry::cry:
It's very unlucky as I just checked the code and it's 50/50
Code:
<<set _childGender = randomInteger(0,1)>>
Just to double check run tests with 1000 chances. The result:
1683143033454.png
 

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,534
1,828
When you move slaves to guests the party option disappears. Is there a way around this bug?
Couldn't reproduce. Party option still available. Keep in mind that party option is only available from 19:00-20:00.
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,488
1,500
playing online version via the link on the OP..
Error: <<set>>: bad evaluation: unexpected token: identifier

<<set $tmpGirl.name = 'Eve', $tmpGirl.corruption = 0, $tmpGirl.hair = 'black', $tmpGirl.race = 'white', $tmpGirl.quests = {}, $tmpGirl.relationship = 5 $tmpGirl.birthDate: setup.getBirthDate(32) >>
Screenshot 2023-05-03 174437.jpg I started a new playthrough
 
  • Like
Reactions: ttyrke

ttyrke

Well-Known Member
Game Developer
Jun 10, 2017
1,534
1,828
playing online version via the link on the OP..
Error: <<set>>: bad evaluation: unexpected token: identifier

<<set $tmpGirl.name = 'Eve', $tmpGirl.corruption = 0, $tmpGirl.hair = 'black', $tmpGirl.race = 'white', $tmpGirl.quests = {}, $tmpGirl.relationship = 5 $tmpGirl.birthDate: setup.getBirthDate(32) >>
View attachment 2593967 I started a new playthrough
Thx. Fixed in online version
 
  • Like
Reactions: GamerDaddy

nobody14789

Newbie
Sep 28, 2019
52
49
It's very unlucky as I just checked the code and it's 50/50
Code:
<<set _childGender = randomInteger(0,1)>>
Just to double check run tests with 1000 chances. The result:
View attachment 2593637
Just a point of interest, not sure you can "fix" this (since I assume the new characterID is generated at birth) , but gender is assigned at birth, not conception, so if the RNG is being mean with too many of one gender over the other, just reload the day until you get the desired gender.
 
3.70 star(s) 52 Votes