Deadmeataru

Newbie
Feb 24, 2020
18
14
There's only fantasy, and even that is very limited. Right now, the game is mostly a barebone platform to make script mods out of it. I doubt there can be a 'furry' mod, though, because to make it, you'll need new player models, and the only part of the game open to modding is the scripting one.
no interest in it but pretty sure Furry would just be new clothing. obviously any such scenes would need a forced change in case you aren't walking around as a giant pink teddy bear. would best be handled as a mod though both to implement scenes and so people like me could have it turned off.
 

kuro95zone

Newbie
Jul 8, 2021
77
54
didn't some one make and android a short while ago, meaning some character modding is possible.
It might just be a reskinning in some way
 

Fuzzcat

Active Member
Oct 27, 2017
624
664
Is it possible to TF someone else of just yourself?
If you mean TFing someone quest-like (giving them items, or magic, that kind of thing) then no.

If you mean simply changing an NPC into something more to your test, then yes, just open the contact list, select your NPC and change everything with the options (you have sliders on the right, and top-left are the options to change sex, race, etc).
I guess a modder could write some scene/quests that trigger those changes.

didn't some one make and android a short while ago, meaning some character modding is possible.
It might just be a reskinning in some way
Naw.
A furry would require reshaping the base model, it'd be easier to make a furry skin as clothes, as mentioned above.
The android is just a reskin, meaning it's still human in shape.

At best, you can do some fur-like skins, and reshape (using sliders) features. I think something close to an animalistic face (including muzzle for example) could be achieved, but there are no tails, and other body parts would still look humanish
 

Vima

Newbie
Modder
Jul 3, 2018
94
239
This time I have only a single scene.
I have reworked the whole Player_gives_birth scene to expand it.
There are now more possibilities.
1.) More variation in character generation. (based on the Player and/or Actor)
2.) It comes with a bit of Incest content if the Player and the Actor are relatives. (ExRelative is not included)
3.) There is a 50% chance to give birth to animals... if the Actor is a Horse or a Dog.
4.) At last the player can give birth to up to five children.

Feel free to add or change anything in it, if you want to do so. :)
Hopefully, you will like it. (Please let me know if you found bugs or errors in it)
View attachment player_gives_birth.zip
 
Last edited:
  • Like
Reactions: pootin and srg91

Icebird

Member
Sep 22, 2017
379
275
Hi!

Has anyone idea how to generate already pregnant characters (impregnated x days before when generated) without sb_BetterPregnancy mod (aka in normal vin_pregnancy's module limit) and where the pregnancy morphs (like the bigger belly and breasts) is aplied too? This tips is needed to new hospital events, like PC meets pregnant NPCs, etc.
Thx
 
  • Like
Reactions: srg91
Aug 8, 2017
389
304
Hi!

Has anyone idea how to generate already pregnant characters (impregnated x days before when generated) without sb_BetterPregnancy mod (aka in normal vin_pregnancy's module limit) and where the pregnancy morphs (like the bigger belly and breasts) is aplied too? This tips is needed to new hospital events, like PC meets pregnant NPCs, etc.
Thx
You can apply the morph (example from vin_Pregnancy/Scenes/prenatal_attend.lpscene):
Code:
Actor3.setMorphValue(Genesis8Female__PBMPregnant, 0.5)
However, the only way to make a pregnant NPC is to impregnate them immediately after generating them.
 
  • Like
Reactions: Icebird

Ravenger6660

Active Member
Sep 14, 2017
852
996
You can apply the morph (example from vin_Pregnancy/Scenes/prenatal_attend.lpscene):
Code:
Actor3.setMorphValue(Genesis8Female__PBMPregnant, 0.5)
However, the only way to make a pregnant NPC is to impregnate them immediately after generating them.
Thank you for this little piece of code. " Actor3.setMorphValue(Genesis8Female__PBMPregnant, 0.5) "

With this I have added Cumflation to my mod.
Cumflation: The act of injecting ludicrous quantities of spooge (usually greatly exceeding the volume of one's own body) into a receptive sexual partner, causing their entire body to swell up like a balloon.


https://f95zone.to/threads/lifeplay-v4-13-vinfamy.11321/post-4138623

New stuff
Extra Maid scenes{I felt like my 'maid mod' felt pointless when your playing as a female character. So I added some new scenes}[Note only works if playing a female character & not at home.]
Maid_caught_Someone_masturbating {Family, roommate, or spouse playing with themselves? maybe the maid will join.}
Maid_naked_around_Someone {Family, roommate, or spouse 'notice' someone naked in your house}
Someone_felt_up_by_Maid {maid might fuck Family, roommate, or spouse as they sleep.}

Added Cumflation to:
Breeding_Rabbits
make_baby
Wants_Baby
caught_family_Fertile
Breeding_family_Drug
Roommate_Drug
Donate_Sperm
Bad_Medicine
Cumflation0.png Cumflation1.png
 
Last edited:

He11mo

Newbie
Apr 9, 2020
38
32
im still waiting for TF scenario updates. like WORK related. being HIT on with some personal response from my oc. anyway another great update from this awesome game.
 

Icebird

Member
Sep 22, 2017
379
275
Thank you for this little piece of code. " Actor3.setMorphValue(Genesis8Female__PBMPregnant, 0.5) "
BTW You can find more related piece if you look in the LifePlay\Content\Modules\Pregnancy_Morphs.txt file. ;)
Combined with the setMorphValue command, you can better shape your visual ideas.
 

Icebird

Member
Sep 22, 2017
379
275
You can apply the morph (example from vin_Pregnancy/Scenes/prenatal_attend.lpscene):
Code:
Actor3.setMorphValue(Genesis8Female__PBMPregnant, 0.5)
However, the only way to make a pregnant NPC is to impregnate them immediately after generating them.
Thanks!
I hoped somebody already found it how to trick the pregnancy AI mechanism. I think it's a time mark somewhere, maybe in the global variables, what I don't find so far. But it's preg mechanism is very strange to me. I figured out it's related to the gamesetting sliders too. That's why if an NPC impregnated at -for example- in January 1 she will be 40-60 day pregnant at January 30 as the reminder says. The point is I must rethink my plans.

By the way your 'fixing' mods is up-to-date (or necessary) or these bugs are fixed by the dev or still needs to be fixing by the dev in his 'bugfixing campaign'? (I'm still use yours)
 

Laius

Newbie
Mar 17, 2017
64
87
Are there plans to enhance the lightings/shadows in the game? Rn the characters are really plastic looking and lifeless
 

princeofpoon

Newbie
Oct 14, 2018
65
112
Thank you for this little piece of code. " Actor3.setMorphValue(Genesis8Female__PBMPregnant, 0.5) "

With this I have added Cumflation to my mod.
Cumflation: The act of injecting ludicrous quantities of spooge (usually greatly exceeding the volume of one's own body) into a receptive sexual partner, causing their entire body to swell up like a balloon.


https://f95zone.to/threads/lifeplay-v4-13-vinfamy.11321/post-4138623

New stuff
Extra Maid scenes{I felt like my 'maid mod' felt pointless when your playing as a female character. So I added some new scenes}[Note only works if playing a female character & not at home.]
Maid_caught_Someone_masturbating {Family, roommate, or spouse playing with themselves? maybe the maid will join.}
Maid_naked_around_Someone {Family, roommate, or spouse 'notice' someone naked in your house}
Someone_felt_up_by_Maid {maid might fuck Family, roommate, or spouse as they sleep.}

Added Cumflation to:
Breeding_Rabbits
make_baby
Wants_Baby
caught_family_Fertile
Breeding_family_Drug
Roommate_Drug
Donate_Sperm
Bad_Medicine
View attachment 1452872 View attachment 1452874
Can someone please give me an idiots guide to make the cumflation happen? Ive clicked around a bit and cant for the life of me make it happen. NPC/Relatives whichever. Thanks :)
 
  • Like
Reactions: Hongfire Survivor

Blockout

Member
Mar 26, 2017
432
806
You can change the relationship of your relatives to Mum, Dad, Aunt ect, from the contacts page you just click on the relationship name and it will cycle through them, Scene wise its just changes some of the text it still uses the standard set of scenes.
LMAO

I've played this game for years and didn't know that. Always found it weird that there are no parents etc.

Jesus Christ I am an idiot...

 

xyzman

Newbie
Jul 4, 2019
47
8
Hi ! Is it possible to buy clothes ? Every clothes shop I try to visit seems to be only an office and has not a buying option. And the same thing is, can I buy food for the dog ?
And please can somebody help me how to config the game that woman do have less big boobs than vanilla. I don't like them unaturally big. Of course I can edit my contacts to my likings, so it's not a massiv problem to me. But the random partners in some scenes I can not change very much. I know there was a hint how to do this, but at this time the game was new to me and I did not know I need this and now I can't find it anymore. :)
Thanks and greetings !
 

xyzman

Newbie
Jul 4, 2019
47
8
Thanks I will. Can I change the height of an animation ? I can move and rotate it, but I did't can't lift/lower it.
 
3.30 star(s) 118 Votes