How do you have a breeding party? I keep getting the same events over and over with different NPCs... I don't even know how time works in this game.How do you give birth in this game? I had a breeding party and can't get rid off this pregnant status.
Mine occurred randomly after work. But I think you can call for a breeding party with "friends" in one of action options at home (never tried though; my character is already pregnant and I just want her to give birth).How do you have a breeding party? I keep getting the same events over and over with different NPCs... I don't even know how time works in this game.
A pregnancy lasts about 280 days - even in the game.How do you give birth in this game? I had a breeding party and can't get rid off this pregnant status.
You don't need the mod. In settings you can change how long it lasts. I usually have it at .05 (meaning the pregnancy advances 20 days every game day.) Occasionally a "stuck pregnancy" happens where even at 280 days she's still pregnant.A pregnancy lasts about 280 days - even in the game.
So wait and drink tea and continue to have fun. Saves costs for contraceptives. I have not tested whether you can have an abortion and I have in all my game runs never lasted long enough to give birth to a child. All the bugs and inconsistencies spoil the fun of the game for me after a short while.
However, with the mod "Better Pregnancies" you should be able to influence the time of pregnancy and the growth time of the child.
I think its just how the way the script written.I tried the game, while the sex scenes seemed well written and intriguing seeming quite realistic (change of pace, position etc.) i found weird and annoying the fact that you seem not to be able to choose to move to a private place.
I was at home, 5 minutes in game, got "teleported" to a hospital then "teleported" again to a bar where i agreed to give some attention to an elf woman in exchange for a medication, and then instead of a dialogue about my home, yours or a hotel they beging to have sex in the café with all the people around wandering and talking.WTF? Is there a way to avoid that?
If not it might be a good focus for the next update...
0:: "Private"
1:: "Public"
If 0
Loc = CurrentCompanion.getBuilding(home)
moveTo(Loc)
EndIF
sex(Player, CurrentCompanion)
The person who does Sex guru is on discord.i seem to have a loop in the sex guru mod where i cant ever rent a temple because i apparently have too much equipment and products, how do i fix this? i dont have any guru based equipment of merch.
Tedious and a total mood killerI think its just how the way the script written.
It seems you've triggered scenes that used setBackground() while the latter used moveTo(Loc)
I do agree, I also want an option for the player able to choose public or private
its kinda easy... but tedious to add that to all the sex scenesCode:0:: "Private" 1:: "Public" If 0 Loc = CurrentCompanion.getBuilding(home) moveTo(Loc) EndIF sex(Player, CurrentCompanion)
Note: That moveTo(Loc) does break/stop/end current action your character is doing which can be working, shopping, or sleeping. Shopping is worse be cause you pay first but don't get the item unless you complete action.I think its just how the way the script written.
It seems you've triggered scenes that used setBackground() while the latter used moveTo(Loc)
I do agree, I also want an option for the player able to choose public or private
its kinda easy... but tedious to add that to all the sex scenesCode:0:: "Private" 1:: "Public" If 0 Loc = CurrentCompanion.getBuilding(home) moveTo(Loc) EndIF sex(Player, CurrentCompanion)