CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Fuzzcat

Active Member
Oct 27, 2017
624
664
My only issue with this game is the fact that settings are saved globally, so if I want to run several saves at the same time with different characters and settings for roleplay purposes, I have to manually change the ratio of men to women and such every time I switch saves. is there any way around this? I was looking for the settings file so I could just make a couple copies and overwrite when needed as a basic fix, but I couldn't find it.
Though one...

local disk (C: ) > Users > [your name here] > AppData > Local > Lifeplay > Saved
that's the path for the "hidden" saves, which contain all the data aside of NPC stats.
You could do an extra set of saves from there, but you'd still need to swap them before loading, there's not much point.
(or manually edit the saves if there's multiple? Not sure)

Maybe doing a game run on X city and save, then doing another run (with different settings) on another city?
 

Hargan2

Well-Known Member
Nov 27, 2017
1,197
1,392
Maybe doing a game run on X city and save, then doing another run (with different settings) on another city?
Just tested that. Unfortunately it didn't seem to work, the settings transferred between saves still. So it must not be tied to the map file.
 

Funman619

Newbie
Dec 12, 2019
80
145
I hear that they are bringing out an overhaul in 5.0. does anyone no the details because right now the code for this game is all over the place.
 

terragon

New Member
May 23, 2017
4
27
I hear that they are bringing out an overhaul in 5.0. does anyone no the details because right now the code for this game is all over the place.
I'm pretty sure its right on his patreon for everyone to see, but its focus is on Dynamic animations and Exteriors. If you are asking for a clean up with the code, Vinfamy addressed that he's gonna port to UE5 next year I believe so that's when that'll happen
 

Zeph3r

Member
Oct 22, 2020
133
192
Anyone know how to trigger babysitter content or netori content? Babysitter content has never appeared despite having kids and not sure how netori works as I've had a few events popup with couples, just never been given the option to attempt to seduce one away from the other. Even when getting with someone else's partner, the game seems to bugout and have them maintain their relationship with their original spouse, which bugs out the game even further by preventing them from giving birth unless you use cheats to terminate the relationship between the two.
 

GetOutOfMyLab

Conversation Conqueror
Modder
Aug 13, 2021
7,430
20,451
Anyone know how to trigger babysitter content or netori content? Babysitter content has never appeared despite having kids and not sure how netori works as I've had a few events popup with couples, just never been given the option to attempt to seduce one away from the other. Even when getting with someone else's partner, the game seems to bugout and have them maintain their relationship with their original spouse, which bugs out the game even further by preventing them from giving birth unless you use cheats to terminate the relationship between the two.
As far as I know, the babysitter content triggers only when you're in you're own home. It doesn't trigger that often, either. I've spent in-game hours doing actions and it rarely triggers. In terms of netori...not sure how that works. Does the child live in your home? That might be the other factor.
 

Zeph3r

Member
Oct 22, 2020
133
192
As far as I know, the babysitter content triggers only when you're in you're own home. It doesn't trigger that often, either. I've spent in-game hours doing actions and it rarely triggers. In terms of netori...not sure how that works. Does the child live in your home? That might be the other factor.
Yup, child lives in the home. Maybe another factor is playing a part like the age, amount of family members in the house (I have a lot) or because I don't own the house and am still renting. I'll test it out further. Thanks for the info!
 

GetOutOfMyLab

Conversation Conqueror
Modder
Aug 13, 2021
7,430
20,451
Yup, child lives in the home. Maybe another factor is playing a part like the age, amount of family members in the house (I have a lot) or because I don't own the house and am still renting. I'll test it out further. Thanks for the info!
Take a look at babysitter.lpscene in notepad or (preferably) Notepad++. It's located in \LifePlay\Content\Modules\vin_Pregnancy\Scenes.

This may give you a better idea of how it works.
 
  • Like
Reactions: Zeph3r

Zeph3r

Member
Oct 22, 2020
133
192
Take a look at babysitter.lpscene in notepad or (preferably) Notepad++. It's located in \LifePlay\Content\Modules\vin_Pregnancy\Scenes.

This may give you a better idea of how it works.
Thanks for the info! Just took a look at both that and netori. Seems I've got the netori events before but not the final version where they join you. With the babysitter, the script says "dating" so I don't know if that means it only triggers if you're "boyfriend/girlfriend" status or if it also includes "husband/wife' relationships, maybe it's just the child is too young. Probably will just play some more and see if it triggers.
 
Mar 31, 2019
31
45
Piledriving and anal are practically out of the question lol
Average means it's the exact right tool for the job: smack, slap, pump, you can do all. More than average just wins morale and bragging points, not much else, honestly. It's all about what you can do in bed rather than size.
(the only "small" friend I have is only around 3", yet the little fucker is quite popular with girls.)
Haha I was indeed talking about vaginal penetration. And it's true that an acrobat during intimacy is more important than the size of the genitals, if someone can't make their partner orgasm then they really suck.
 

jkstfs123

Newbie
Sep 27, 2018
62
23
the script says "dating" so I don't know if that means it only triggers if you're "boyfriend/girlfriend" status or if it also includes "husband/wife' relationships
It does not include husband and wife. That's a separate relationship type called "Spouses". Doesn't matter though. Script will still execute just without that branch. Well, it would if it worked.

I'm looking at this script and I don't think it does work. It has a conditional for execution that "Actor" have an age of less than 14 but Actor isn't defined until AFTER that conditional check where it's used for the babysitter. Pretty sure
Code:
WHO: Actor2 = getAnyRelative(Child); If Actor:age < 14
should be
Code:
WHO: Actor2 = getAnyRelative(Child); If Actor2:age < 14
 

GetOutOfMyLab

Conversation Conqueror
Modder
Aug 13, 2021
7,430
20,451
It does not include husband and wife. That's a separate relationship type called "Spouses". Doesn't matter though. Script will still execute just without that branch. Well, it would if it worked.

I'm looking at this script and I don't think it does work. It has a conditional for execution that "Actor" have an age of less than 14 but Actor isn't defined until AFTER that conditional check where it's used for the babysitter. Pretty sure
Code:
WHO: Actor2 = getAnyRelative(Child); If Actor:age < 14
should be
Code:
WHO: Actor2 = getAnyRelative(Child); If Actor2:age < 14
Good catch.

I've successfully triggered this event a few times now, though, and my child is only "0" lol.
 

Skaldy

Well-Known Member
Nov 7, 2017
1,271
1,196
9 and a half inches schlong, sure. WTF? You're an orc and you mate with humans?
Never ever met a woman in my life who enjoyed sex with dick bigger than 18-20 cm. But from what i know really depends on woman body size. Bigger woman enjoy bigger body parts. Of course if there is fetish involved everything goes. But average woman like average dick size. I am average guy myself and i engage in group orgy sex activities, many times i saw woman outright denied entrance to her holes due to size of penis(20 something dude was)
 
  • Angry
Reactions: PhazeUFO

Coomer341

Member
Apr 20, 2020
122
60
As I promised new version with the corrected scenes and two new.


157 New custom scenes & 220 Altered/replacement scenes.
Last Updated January 7, 2022

Instalation or how to add mod /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
You can place "Ravenger_Scenes" file in *\LifePlay\Content\Modules then activate mods 'while playing character' then go to 'game setting' and click "mod manager" to turn on/off mods. [Update safe]

Or you can take the contents of "Ravenger_Scenes", remove[Ravenger_Scenes.lpmod], and place folder in *\LifePlay\Content\Modules. [Note: New versions/updates to LifePlay will erase changes made.]

I personally do both methods it insure it works 100%

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Go through and pick stuff you want and delete stuff you don't

Don't forget to turn on mod in mod manager.

Please notify me if anything is wrong.

Warning: Scene replacement

Bathroom and hallway made by Lostlegends

Streets by NickNo

Nudity matters original creator Dbcaf

A stripped down version of sb_BetterPregnancy and one added scene. {sb_BetterPregnancy is too old now, so had to remove majority of stuff that would conflict with game. But is is need for some of Sexy Bastard's other work and for it's drugs.}
Sexy Bastard's other work { https://f95zone.to/threads/lifeplay-v4-8-vinfamy.11321/post-2659408 }

"NPC_gives_birth" replacement scene {You can now be an asshole and not show up to birth. Or be there with a chance of twins. child will still be around just not at your home.}

vin_Incest/Scenes/proactive
Check_on_my_family {followup pro_underbed_peep2 instead of pro_underbed_peep}

pro_caught_family_masturbating, pro_feel_up_bedroom, pro_peep_family_shower, pro_snoop_around, caught_family_masturbating, {Family members with a high intelligence will catch you in the act or you can catch them masturbating}

cms_ica_sep06 & cms_ica_sep08 {scene fix}

fit_family {added follow up scenes to these.}
fit_dating
weak_family
weak_dating
ignorant_family
ignorant_dating
intelligent_family
intelligent_dating {added follow up scenes to these.}

vin_Base/Presents {my preferences}

public_indecency {crime seemed too harsh}

vin_Base/World {best shower, toilets, bathroom I could find}

vin_NonConsensual {changed to be based on player Karma}

porn_shoot_streak {changed to just give you a choice and chance of cops showing up.}

goodbye_companion {This one scene has 2,805 lines of code, that was a bitch to work on.}
neighbour_grocery
neighbour_fixes
neighbours_argue

Donate_Sperm {donate sperm for money, meet a stranger, Breeding stuff} ++Update++
You don't have permission to view the spoiler content. Log in or register now.

use_elven_magic {Then look so helpless... Let me help.}

reluctant_star {Rapist should not get away from there crimes.}

assaulted_by_costar---fixed---

cam---fixed--- {now you can fuck someone you are not dating & that relative}

onlyfans---fixed--- {actor: pornfame stuff}

"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.
You don't have permission to view the spoiler content. Log in or register now.

vampire_invades {If Random(5, 25) > energy; "-Warning! Possibility of turning into vampire if your human-"} [Warning: You can't change back. Unless character is saved.]
sucked_by_vampire_cms
invade_a_home {Added a little something for vampire players}

orc_breeds {A little more fucking}

New custom Scenes
You don't have permission to view the spoiler content. Log in or register now.
//////////////////Base////////
You don't have permission to view the spoiler content. Log in or register now.
//////////////////Pregnancy//////
You don't have permission to view the spoiler content. Log in or register now.
//////////////////NonConsensual/////

Bad_Medicine {If you take too much "chineseaphrosidiac" you will end up having a raping spree.}

fantasy_Elf_Cursed {Mean elves throwing shade... No, a Horny Curse!}

//////////////////Incest/////
Family bed share 2 {someone living with you shares your bed as you sleep}

Family bed share 3 {ask to sleep in sibling bed "not sleeping"}

family_morning_wood2 {sleep in and get caught with boner}

family_movie_sex_scene2 {watch TV/movie with rest of family}

Family sit on lap2 {Sister or mom sit on lap during tv time}

Nude_Around_Sibling {Like waking around naked at home. What will your family think?}

Nude_Sibling {Is my sibling a nudist?}

Family_fucks_Friend {When your friend come to visit and then fucks a member of your family. Do you join?} ++New++

(Family in porn stuff)
Family_in_porn_career
Family_porn_video
family_Home_Porn
Family_fucks_Companion (Companion is not someone you are dating nor is family)
Family_porn_shoot_public
family_pornaddiction

//////////////////Nudity Matters\\\\\\\\\\\\
Naked public {From nudity matters mod, I change it to include threesome and foursome}

Nude_Stranger {why are people naked?}

//////////////////POLICE JOB MOD////////{Note: drop file in C:\...\LifePlay\Content\Modules\vin_Base\Scenes}

start_a_career_as _cop [at police station] {bet you can't guess what this is.}[in order to quit job change cop level to 0]

Resign from police

Cop_level {don't touch unless you wish to quit}

Firing_Range {improves firearms at police station}

Shooting {firearms stat used in scenes}

Paper_work_Cop [at police station] {police office work}

Street_work_Cop [at police station or under crime tab]

Cop_come_across_robbery { Street_work_Cop }

Respond Bank robbery { Street_work_Cop }

Cop_darkalley_rape { Street_work_Cop }

Cop_Guard_work

Cop_Security { Cop_Guard_work }
[note: do have [masochist > Random(1, 65) && intelligence < Random(50, 90) && karma < Random(10, 50)] or you will die from this Easter egg.]

Cop_BodyGuard{ Cop_Guard_work } [Note: watch out for 47]

Clue [Try and solve a murder.] {action trigger: Street_work_Cop && intelligence > Random(0, 50) }
///

Update January 7, 2022
Note: Someone requested that I make it easier to know where stuff is and break up independent parts.
second Note: sb_BetterPregnancy is not incuded in Ravenger_Scenes
third Note: If you just want 'Police' stuff it can be placed in \LifePlay\Content\Modules\vin_Base\Scenes
Mpds above incude pregancy mods and NRT(Cop/femdom stuff). Vin will replace all the mods and base module, Vin has it's own mod instiallton and updates. See the download insturctions :). R8kie's additional mods cover anything else. Ipbuilder will patch the mentioned above.

Is there any list of up-to-date mods.
LP installer is useless
 
3.30 star(s) 118 Votes