4,00 звёзд 238 Votes

musicudaisuki

Member
28.10.2021
259
431
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.
 

darkhound1

Well-Known Member
Game Developer
08.08.2017
1 845
8 715
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
06.01.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
08.08.2017
1 845
8 715
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
28.10.2021
259
431
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
06.01.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
20.03.2020
186
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:
 
  • Like
Реакции: VincentKeller и copit60221

yankeeInKy

Well-Known Member
01.03.2020
1 948
6 501

sfcpres

Member
29.03.2019
276
692

ogr blanc

Active Member
15.05.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 звёзд 238 Votes