- Jul 5, 2017
- 298
- 393
This mod is so old, that it is almost better to not use it. The creator's Pregnancy stuff has already adapted/updated most of it to the game already.Is the pregnancy content compatible with the one offered by the "Better Pregnancy" mod?
[/Quote/] Pimp your Girl, Beauty Expansion, Party and Proposition, Weight and Fitness, Nudity Matters, and Ravenger6660's Custom Scenes, are about the only ones that work without a lot of bugs or game crashes,is there a current list of what mods are outdated and what mods are no longer needed or suggested? I feel like most mods haven't been touched since 3.0. Are any of them worth using at this point?
Is it possible to elaborate on what all is included in this- Bug fixes and some modders' requests
why is it so hard for people to make mods that go in the right file, where is this "game directory" file? im not seeing it anywhere or anything close to it
Patreon demanded that Vinfamy removed it from the game. However, a mysterious modder has uploaded it (and added extra content) to lewdpatcher.com.The last time I played was in 3.11. Now I just updated to 3.17, I want to ask this. Does the interactions with family members who live with us removed from the game? Because I can't seem to find any interaction with family living in the same house with my character anymore.
As I know now not all modules downloads with game archive. You need to download it separately from the link on the main page.The last time I played was in 3.11. Now I just updated to 3.17, I want to ask this. Does the interactions with family members who live with us removed from the game? Because I can't seem to find any interaction with family living in the same house with my character anymore.
The ones before 2.0 the characters looked terrible.Is it possible to get legacy versions of the game? I mean early builds, something between 1.0 - 1.9
The earlier the better, but I'd be thankful for any of mentioned builds
HELP! I can't stop having kids! I downloaded a modified NPC gives birth file, and everytime a girl gives birth, she gives birth to triplets! It does have one of those random values, but I'm not really sure how that works. Can anyone help? Or should I just replace the file?
Think that is one of my mods. Sorry, not sure why that happens?HELP! I can't stop having kids! I downloaded a modified NPC gives birth file, and everytime a girl gives birth, she gives birth to triplets! It does have one of those random values, but I'm not really sure how that works. Can anyone help? Or should I just replace the file?
If Random(75, 200) < fertility + Actor:fertility
"She's having twins!"
Actor3 = Player.generateRelativeMatchRace()
Actor3.setRelativeType(Child)
If Actor2.isValid()
addNpcRelationship(ParentChild, Actor2, Actor3)
Endif
"It's a <Actor3.boy_or_girl>! What should I name my <Actor3.son_or_daughter>?"
Actor3.enterFirstName()
Actor3:age => 0
Player:children += 1
If Random(110, 300) < fertility + Actor:fertility
"She's having triplets!"
Actor4 = Player.generateRelativeMatchRace()
Actor4.setRelativeType(Child)
If Actor2.isValid()
addNpcRelationship(ParentChild, Actor2, Actor4)
Endif
"It's a <Actor4.boy_or_girl>! What should I name my <Actor3.son_or_daughter>?"
Actor4.enterFirstName()
Actor4:age => 0
Player:children += 1
Endif
Endif
put it in a codeblock and it wont remove whitespaces.Think that is one of my mods. Sorry, not sure why that happens?
PS. forms cut out spaces
The ones before 2.0 the characters looked terrible.
Will you be add some things for the NPC gives birth file from the latest Vin Pregnancy update? The file has just got new content . Will you adjust it for twins, triples and more twins?Think that is one of my mods. Sorry, not sure why that happens?
It should be based on fertility or both male and female characters verses random number.
Note: if you don't show up there will only be one kid. And they will still exist they just don't live with you.C:If Random(75, 200) < fertility + Actor:fertility "She's having twins!" Actor3 = Player.generateRelativeMatchRace() Actor3.setRelativeType(Child) If Actor2.isValid() addNpcRelationship(ParentChild, Actor2, Actor3) Endif "It's a <Actor3.boy_or_girl>! What should I name my <Actor3.son_or_daughter>?" Actor3.enterFirstName() Actor3:age => 0 Player:children += 1 If Random(110, 300) < fertility + Actor:fertility "She's having triplets!" Actor4 = Player.generateRelativeMatchRace() Actor4.setRelativeType(Child) If Actor2.isValid() addNpcRelationship(ParentChild, Actor2, Actor4) Endif "It's a <Actor4.boy_or_girl>! What should I name my <Actor3.son_or_daughter>?" Actor4.enterFirstName() Actor4:age => 0 Player:children += 1 Endif Endif
While in game, press ESC->Customize NPC distributionIs there a way to get more futas to appear in the world?