musicudaisuki

Member
Oct 28, 2021
264
433
I also noticed that relationship requirements are not working properly. E.g. if a scene requires you to have a level 1 affection (>=20), it doesn't work; you need 29 points actually.
 

musicudaisuki

Member
Oct 28, 2021
264
433
> would be "greater than" so it sounds like it is working fine...
If there was ONLY ">", I'd have no problem with that. However, there's ">=" which means "greater than or equal to". Now, come to think of it, maybe it's just some kind of a choosing a random number from a pool.
Yes, I know I'm picky.
 

junior366

Well-Known Member
Jun 20, 2017
1,328
2,600
If there was ONLY ">", I'd have no problem with that. However, there's ">=" which means "greater than or equal to". Now, come to think of it, maybe it's just some kind of a choosing a random number from a pool.
Yes, I know I'm picky.
You have that option, but computer games can ALSO be picky as fuck!!!
 
  • Like
Reactions: musicudaisuki

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,847
8,749
I also noticed that relationship requirements are not working properly. E.g. if a scene requires you to have a level 1 affection (>=20), it doesn't work; you need 29 points actually.
Nope. It's not like that.
The checks are working as they are supposed to. If you need 29 affection for a lvl1 check, the scene isn't tagged the correct way. It should be a lvl 2 check. There may be some with wrong tags, but it's certainly not a general problem.
A level 1 affection check is done against: 20 + (2 - looks) * 2
So with "looks" at 4, you only need 16 affection instead of 20
A level 2 affection check is done against: 35 + (2 - looks) * 3
So with "looks" at 4, you only need 29 affection instead of 35
 

ARB582

Active Member
Jan 6, 2018
561
333
darkhound1
So thats what Looks is used for. Nice to know.
Also is there any plan to make sperm congestion easier to trigger with the mod ? If not, is there any way to do it using console or Universal Renpy Mod ?
 

darkhound1

Well-Known Member
Game Developer
Aug 8, 2017
1,847
8,749
darkhound1
So thats what Looks is used for. Nice to know.
Also is there any plan to make sperm congestion easier to trigger with the mod ? If not, is there any way to do it using console or Universal Renpy Mod ?
type in the console:
player.rem_action_cooldown("orgasm2days")
--> after that change location, wait or whatever - this will trigger the 48 h sperm congestion email

player.rem_action_cooldown("orgasm3days")
--> after that change location, wait or whatever - this will trigger the 72 h sperm congestion email

Do use one OR the other, not both at the same time.
 

musicudaisuki

Member
Oct 28, 2021
264
433
Nope. It's not like that.
The checks are working as they are supposed to. If you need 29 affection for a lvl1 check, the scene isn't tagged the correct way. It should be a lvl 2 check. There may be some with wrong tags, but it's certainly not a general problem.
A level 1 affection check is done against: 20 + (2 - looks) * 2
So with "looks" at 4, you only need 16 affection instead of 20
A level 2 affection check is done against: 35 + (2 - looks) * 3
So with "looks" at 4, you only need 29 affection instead of 35
Interesting... so there's a formula to calculate relationship requirements. Thank you for an explanation.
 

ARB582

Active Member
Jan 6, 2018
561
333
type in the console:
player.rem_action_cooldown("orgasm2days")
--> after that change location, wait or whatever - this will trigger the 48 h sperm congestion email

player.rem_action_cooldown("orgasm3days")
--> after that change location, wait or whatever - this will trigger the 72 h sperm congestion email

Do use one OR the other, not both at the same time.
Thank you so much for this
 

Deadshot1984

Member
Mar 20, 2020
187
553
I really miss having content about the fitness girls in the next update, like the twins, Ivy, Amy, Sara, Joy or Jennifer, would love an event that involves them all, to see who is the strongest, like a arm wrestling contest or something in the gym to see who can lift the heaviest weight. :love:
 

ogr blanc

Active Member
May 15, 2019
938
1,581
gonna be honest, have played the game multiple times. still dont get the point of the preference thing when you start the game.
 
4.00 star(s) 239 Votes