jimdandy

Member
Jul 1, 2017
248
165
How does the dom, masochist stat actually work? It says -100 is dom and 100 is sub. Because girls I set to 100 like femdom and my char does to while they prefer pace and he doesn't. Are these numbers reversed and the game is giving me the wrong info?
I believe the sex preferences numbers are what you are experiencing. If they have higher numbers in those than the MC, then they will choose those, which may be overiding the dom/sub stat.Perhaps somebody else here could look into that and explain it better.
 

Ravenger6660

Active Member
Sep 14, 2017
841
977
How does the dom, masochist stat actually work? It says -100 is dom and 100 is sub. Because girls I set to 100 like femdom and my char does to while they prefer pace and he doesn't. Are these numbers reversed and the game is giving me the wrong info?
If you want faster paced sex, "rough" is the stat you want to raise.
masochist -100 is they want to change positions a lot.
 
  • Sad
Reactions: new2021

Ravenger6660

Active Member
Sep 14, 2017
841
977
If I get ideas. Currently my white whale is making kids generate with appropriate relationships.
keywords: Sibling, StepSibling, Child, StepChild, Cousin, ParentSibling (AKA uncles/aunts), GrandParent, Parent, StepParent

Mother.isRelativeType(Parent) //wrong

if actor.isRelative(Parent) && actor.isFemale
"Actor is mother"
elseif actor.isRelative(Parent) && actor.isMale
"Actor is father"
else
"Actor is futa parent"
Endif
 

M2xim

Newbie
Jun 10, 2018
58
47
Been playing since the first version of the game came out. Really like it, it's one of my favorite and it's cool to see it keeps evolving. That being said, is there any mods for clothing? Or is there any plan to add more and/or rework the clothes available? Overall i feel like it's the only thing holding that game back. Visually at least. There's so much clipping and i really don't try to be mean(because i love the game like i said and i know you've been putting alot of work into this) but many of these pieces are just horrendous. Dresses and skirts especially.

Options are rather limited right now. I feel like characters, scenes and the overall game could look so much better just by putting a little bit of work and polish into that part.
 

jimdandy

Member
Jul 1, 2017
248
165
Been playing since the first version of the game came out. Really like it, it's one of my favorite and it's cool to see it keeps evolving. That being said, is there any mods for clothing? Or is there any plan to add more and/or rework the clothes available? Overall i feel like it's the only thing holding that game back. Visually at least. There's so much clipping and i really don't try to be mean(because i love the game like i said and i know you've been putting alot of work into this) but many of these pieces are just horrendous. Dresses and skirts especially.

Options are rather limited right now. I feel like characters, scenes and the overall game could look so much better just by putting a little bit of work and polish into that part.
The April&May updates are about fixing issues and polish(clipping fixes plus much more). Give this a read(the whole thing)
 

Otomo

Member
Dec 17, 2017
454
158
keywords: Sibling, StepSibling, Child, StepChild, Cousin, ParentSibling (AKA uncles/aunts), GrandParent, Parent, StepParent

Mother.isRelativeType(Parent) //wrong

if actor.isRelative(Parent) && actor.isFemale
"Actor is mother"
elseif actor.isRelative(Parent) && actor.isMale
"Actor is father"
else
"Actor is futa parent"
Endif

Tested your new release. It makes things works (I got the public scenes with neighour as porn actor for example).

But some functions on the 3.23 version seems to not occur yet...

- Girlfriend/ boyfriend experience: asked to go on a romantic date with a John before doing the deed, occasionally coming across someone so smitten with you that a genuine relationship is proposed
- Asked to accompany a rich and powerful John to high-class events to to seal business deals
- Approached by Johns wanting to roleplay an 'aggressive' or femdom situation
- the final 25% of update will be about prostitutes being "rap... music" by pimps and johns, about 'rough' por n co-stars and about being 'strongly convinced' to enter the adult industry.

Some contetnr relative to the subject can be good to be added... i suppose i'll need to talk with vinfamy. How commisions works actually ?
 
Nov 22, 2017
123
101
https://f95zone.to/threads/lifeplay-v3-23-vinfamy.11321/post-4138623

Small update

"Calling hooker" & "booty call" can now trigger "inexperienced Family member sex"

Vampire_suck {Has bonuses if player drinks blood of other races.}
Elf +=attractiveness
Orc += fertility
Vampire += Fitness
Human target has 1/10 chance to turn into vampire.

orc_breeds {A little more fucking}
Tell me, how to make the game have both the original VIn files and the ones you changed? I would like to have two versions in the game.
 
  • Red Heart
Reactions: Medievalover

jimdandy

Member
Jul 1, 2017
248
165
Most of the poses clip horribly through the bodies
IMPORTANT: v4.0 Variety and Polish Overhaul (+ 6 KotM Updates)
2/ Polish:

In terms of characters:

- Extensive use of morphs often lead to either deformation of the vagina or terrible clipping with clothes, limiting your customization options even more, making characters look every more identical.

- Dick poking through partner's stomach during adult scenes and some other character-on-character clipping issues

In terms of clothes:

- The clothes currently in game aren't worth much more than as placeholders. Not only do they lack in variety, there are just too many issues with them.

- Due to both poor morph transfer and skeleton rigging, more often than not clothes cause terrible-looking clipping issues with the body

- Skirts and dresses are the worst, all it takes is for the girl to sit down and they go straight across through her knees

- Each clothing asset currently takes too much hard drive space, takes too long to load (main cause of choppy gameplay) and can cause fatal error crashes. For variety of clothes to happen, each piece can't be as heavy as it is right now or the game will be 50GB to download!
 
  • Like
Reactions: Maxsion Josh Wood

david123

Member
Game Developer
Jul 1, 2017
350
964
When I sneak into someone's room I get the animation of them sitting on a chair naked - wtf? Is this a new bug? I remeber playing this few years back and they would be in bed sleeping.
 
  • Like
Reactions: ThatCrew

Some_Dude?

Member
Apr 27, 2017
356
188
I don't think the surrogate mother works, I tried it with my female character she got pregnant but didn't get the first half of the payment, I retried again and it still didn't work, I also think this should be expanded on and the surrogate dad should have an option to ask to do it the "regular way" and have sex with you and keep trying until you get pregnant.
 
Aug 8, 2017
386
302
keywords: Sibling, StepSibling, Child, StepChild, Cousin, ParentSibling (AKA uncles/aunts), GrandParent, Parent, StepParent

Mother.isRelativeType(Parent) //wrong

if actor.isRelative(Parent) && actor.isFemale
"Actor is mother"
elseif actor.isRelative(Parent) && actor.isMale
"Actor is father"
else
"Actor is futa parent"
Endif
Thanks! I would not have guessed ParentSibling.
 

T_M_i_k

New Member
Jan 22, 2021
14
5
elo I only have 1questions does anyone know
1.)Dear developer, this small updates are nice, but when can we expect girls "who became pregnant and gives birth"
 

jimdandy

Member
Jul 1, 2017
248
165
elo I only have 1questions does anyone know
1.)Dear developer, this small updates are nice, but when can we expect girls "who became pregnant and gives birth"
What do you mean? NPC's get pregnant and after some time give birth. If you leave the pregnancy multiplier at the default of 1 (found in settings section, push esc key and select settings in the menu) then it will take about 9 in game months for the birth event to happen(270 days). You'll need to lower that number to see the event sooner.
 

asa7

New Member
Mar 21, 2021
2
0
Here's my third mod.
It's a HUGE addition to vin_pregnancy (around 1200% more content, not a joke :D), it can be used as stand alone but will used by my other mods. Despite the fact that a few things are only accessible when PimpYourGirl is installed. Please report bugs if you find one.

It's called: Better Pregnancy

Now pregnancy can be handled without the pregnancy notifications from the game (I recommend to turn it off, to make the system more rewarding). More real life experience as a pregnant female, more options with pregnant companions as well.

- Complete overhaul of the scenes for pregnant player & npcs: the game can now differentiate between a spouse that is pregnant from someone else or pregnant from you. Also the child will not always living with you from now on, depending on what your relationship to this NPC is. Also now children of your Dating/Wife don't look like you if your aren't the father.
- Adds the possibilty that NPCs can have childs with their boyfriend/husband, based on a random check
- Adds the possibilty to meet and date already pregnant woman!
- Adds pregnancy tests, buy it in supermarkets & pharmacy
- Adds pregnancy checks at doctor & hospital
- Adds abortions, possible until 160 days only at the doctor & hospital
- Adds adoptions, possible after giving birth
- Adds a lot of different small experiences and details with pregnancies and pregnant companions
- Adds the possiblity of vasectomies for male & trans players
- Adds prenatal classes that you can take with your companion
- Adds fertility drugs - CHECK IMPORTANT NOTICE!
- Adds chinese aphrosidiac, buy it in pharmacy & chemist
- Adds rape drugs, but it ... yeah find out yourself ... CHECK IMPORTANT NOTICE!
- Birth control pills & condoms still are working the same way
- Still supports pregnancies from creatures and pregnant shemales (if they are turned on/base mods are active)

IMPORTANT NOTICE:
1. NEW FERTILITY SYSTEM
This mod changes the whole fertility system! Your fertility is now 7 at default, but it will grow and sink depending on how healthy your lifestyle is. So this stat can raise through the game. Additionally you can take fertility drugs (works for all genders) to give you a fertility buff for a certain amount of time to higher the chance for a pregnancy.
Last but not least is fertility now based on age! This means that old women can't become pregnant anymore. Also as teen your are highly fertile and then fertility goes down day after day if you don't work to keep it up. After activation in the Mod Manager, the mod will constantly monitor and change the fertility stats and pregnancies from all npcs and the player as well.
NPC's now have fertility, but the game itself will not take this into account, at the moment it is used to calculate random NPC to NPC pregnancies. Other modder can use this stats, like PimpYourGirl will do with the next update.
If you want to turn this feature off, set the fertility system player stat to 0. If it is turned off the fertility will just slowly decrease throughout the game and all age groups can get pregnant like before.

2. RAPE DRUG & APHROSIDIACS
These two are implemented for use with other mods. I'll use them in two of my mods, including PimpYourGirl.

You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.

UPDATE 1.0a
- Two small fixes in text content

UPDATE 1.1
- Added the first random calls from your pregnant wife/dating
- Additional story and sex events with pregnant women ... including fivesome scenes :D
- Added a lot more to the story of the two special characters + new character presets
- Bug fixes and adjustments all over the place for times, durations and money checks (no waiting times anymore)
- Bug fixes for male characters and birth
- A few fixes in the prenatal classes

UPDATE 1.2
IMPORTANT! PLEASE DELETE THE OLD MOD FILES BEFORE INSTALL THE UPDATE!
OTHERWISE SOME FIXES WILL NOT WORK!

- Bug fix for presets, before the game was using my presets to generate random chars
- Bug fix for NPCs giving birth, child is living with you
- Bug fix for last name of child when mother is affair
- Fixes for vin_base childcare so that scenes come up a bit more, chances were really low
- Fixed some scenes from vin_base to prevent that they pop up when your child is under 18
- Removed all NPC stats for tracking pregnancy that were needed (Now this is handled through a new game function)
- Added possibility of animal birth when player is pregnant from ... you know what! (to be honest, I didn't test, pls report bugs!)

UPDATE 1.3
No bugfixes, but a big content update!
- I decided to rewrite ALL the brith scenes completly to include all current possible scenarios (which are a LOT) and made them using only one stream of code. Added a lot of new dialog lines, rewrote existing dialogs, added adoption & family options, NTR stuff and a little bit of drama to the birth.
- Made the story line from the prenatal course available to male player characters when they take the course with a pregnant companion.
- Added a lot of random scenes when you have a pregnant dating/wife and you are male.

UPDATE 1.4
- Bugfix for other Player/NPC genders in birth discovery dialogs
- Bugfix for low pregnancy duration behavior
- A lot small fixes for spelling errors and english language in dialogs from ZTex (Thank you very much!)
- Adding info files & explanations for other modders (main folder)

UPDATE 1.5 (ONLY BUGFIXES)
- Bugfix for animal birth for female players without dating/husband (now no animal birth will happen)
- Bugfix for not tagged relationships for unexpected combinations (mainly incest)
- Bugfix for male players when affair gives birth to NPC child, the child has now the mothers last name, instead of a random name

UPDATE 1.6 (Lifeplay Version 2.15 required)
- USING THE NEW 3D ROOMS FOR MOST SCENES - A big thank you to Vima for designing most of them!!
View attachment 499331 View attachment 499332 View attachment 499333 View attachment 499334
- Added service functions and settings (to check and end pregnancies if needed)
- Dialog changes and fixes - Thank to ZTex for proofreading!
- Vima's fix for taking pets to the hospital :D
- Added a few random encounter for pregnant wifes/NPCs
- Small dialog changes in prenatal class and other places to make it more clear for player what they need to do
- Fix for prenatal course conditions to prevent the weird situtation of nurse being pregnant from you, your companion AND holding the course at the same time
- Fix for random calls when player & dating are pregnant
- Fix for pregnant woman giving birth twice
- Fix for already pregnant woman as dating/wife (birth sometimes was just skipped)

UPDATE 1.6a (Lifeplay Version 2.15 required)
- Small bugfix for random calls from your pregnant gf/wife

UPDATE 1.6b (Lifeplay Version 2.15 required)
- Excluded slaves and harem girls from doing relationship things
- Small fix for random calls

Please report any bugs, especially with female players.

INSTALLATION INSTRUCTIONS (From vinfamy):
Download and extract the mod into Content/Modules
Make sure you don't leave an extra directory level for the mod, meaning:
For Better Pregnancy for example, it should go like this:
Modules/sb_BetterPregnancy/sb_BetterPregnancy.lpmod
and NOT
Modules/sb_BetterPregnancy_v1_3/sb_BetterPregnancy/sb_BetterPregnancy.lpmod
(If this is the case after you extract the mod, you need to move the sb_BetterPregnancy folder out to
Content/Modules and delete the (now empty) sb_BetterPregnancy_v1_3 folder)
After this, make sure the mod is active in the Mod Manager.
Also, please keep in mind this is a FULL REPLACEMENT of vin_pregnancy now, but you still need vin_pregnancy to be turned on.

MY OTHER MODS:
PIMP YOUR GIRL BEAUTY EXPANSION BETTER PREGNANCY PARTY & NIGHTLIFE
THE NEW GOODBYE NO MORE YOUTUBE WEIGHT & FITNESS

View attachment 455161 View attachment 455162 View attachment 455163 View attachment 455164




1>) How do you download

2>) How do I access settings?
3>) write step by step what I should do to make it work
 
3.30 star(s) 118 Votes