May 20, 2019
54
106
would there be someone who published a version with all the paid but unblocked content
There is no content locked behind a paywall, it's all free regardless of if you support the patreon or not. The only blocked content is incest, bestiality, rape, etc. which can be unblocked using the patch in the main post
 

PuToUtO

Member
Sep 11, 2019
126
58
I do like how it works. But I would like maybe 10% more color.
Can I get the male vampire texture too?
apply_sunscreen.lpscene, "force them" -> ""Awh... "", is this path really work?
I have check the condition [[martial - Actor:fitness] < [Actor:martial - sneak]] || [Actor:masochist > 75 && Actor.isInterestedIn(Player)] to make it is false, but I still got "Smack".
 

Ravenger6660

Active Member
Sep 14, 2017
865
1,010
apply_sunscreen.lpscene, "force them" -> ""Awh... "", is this path really work?
I have check the condition [[martial - Actor:fitness] < [Actor:martial - sneak]] || [Actor:masochist > 75 && Actor.isInterestedIn(Player)] to make it is false, but I still got "Smack".
I see what I did wrong. Should look like this.


Code:
                        karma -= 20
                        Sub = 0
                        Sub += Actor:perversion
                        Sub += Actor:masochist
                        If Sub > Random(130, 180) && Actor.isInterestedIn(Player)
                            Actor(flirty):: "Awh... "
                            Player():: "Oh! You like that don't you?"
                            Actor:attractiontoplayer += Random(1, 10)
                            Actor:perversion += Random(5, 20)
                            Sex(Player, Actor)
                            Fucked = true
                            Actor:masochist += 15
                            masochist -= 15   
                            
                        Else
                            If [[martial - Actor:fitness] < [Actor:martial - sneak]] && !Fuck
                                "Smack"
                                Player(Pain):: "Ah!"
                                Actor(Angry):: "That should teach you to not sexually assault people!"
                                Actor:rapportwithplayer -= Random(0, 9)
                            Else
                                "The element of surprise was too great. <Actor.He_or_She> was overwhelmed before <Actor.he_or_she> could even react to the assault."
                                Actor(Crying):: "No! Please stop ... I beg you ... Somebody help ..."
                                "<Actor.His_or_Her> cries for help went unheard and <Actor.he_or_she> had no choice but endure it all at my hand."
                                filter(Aggressive)
                                TalkNonConsensual()
                                SexNoAffair(Player, Actor)
                                Actor:masochist += 15
                                masochist -= 15
                                If Actor:masochist < 45
                                    Actor.setActorVar(tag_Raped, 1)
                                    Actor:attractiontoplayer -= 100
                                    If !Actor.isRelative() && !Actor.isExrelative()
                                        blockContact(Actor)
                                    Endif
                                    Actor:rapportwithplayer -= 100
                                Else
                                    Actor:perversion += 35
                                    Actor:masochist += 15
                                Endif                   
                            Endif
                        Endif
 

PuToUtO

Member
Sep 11, 2019
126
58
I see what I did wrong. Should look like this.


Code:
                        karma -= 20
                        Sub = 0
                        Sub += Actor:perversion
                        Sub += Actor:masochist
                        If Sub > Random(130, 180) && Actor.isInterestedIn(Player)
                            Actor(flirty):: "Awh... "
                            Player():: "Oh! You like that don't you?"
                            Actor:attractiontoplayer += Random(1, 10)
                            Actor:perversion += Random(5, 20)
                            Sex(Player, Actor)
                            Fucked = true
                            Actor:masochist += 15
                            masochist -= 15  
                           
                        Else
                            If [[martial - Actor:fitness] < [Actor:martial - sneak]] && !Fuck
                                "Smack"
                                Player(Pain):: "Ah!"
                                Actor(Angry):: "That should teach you to not sexually assault people!"
                                Actor:rapportwithplayer -= Random(0, 9)
                            Else
                                "The element of surprise was too great. <Actor.He_or_She> was overwhelmed before <Actor.he_or_she> could even react to the assault."
                                Actor(Crying):: "No! Please stop ... I beg you ... Somebody help ..."
                                "<Actor.His_or_Her> cries for help went unheard and <Actor.he_or_she> had no choice but endure it all at my hand."
                                filter(Aggressive)
                                TalkNonConsensual()
                                SexNoAffair(Player, Actor)
                                Actor:masochist += 15
                                masochist -= 15
                                If Actor:masochist < 45
                                    Actor.setActorVar(tag_Raped, 1)
                                    Actor:attractiontoplayer -= 100
                                    If !Actor.isRelative() && !Actor.isExrelative()
                                        blockContact(Actor)
                                    Endif
                                    Actor:rapportwithplayer -= 100
                                Else
                                    Actor:perversion += 35
                                    Actor:masochist += 15
                                Endif                  
                            Endif
                        Endif
deflowered_loves.lpscene, you forgot SceneStart(), I noticed it because it won't trigger.
 

Ravenger6660

Active Member
Sep 14, 2017
865
1,010
https://f95zone.to/threads/lifeplay-v2023-04-stable-vinfamy.11321/post-4138623

I did some minor stuff for "working hourly" Hope you enjoy.
Other fixes too.


"I work as a bartender."
followUp(WH_Bar_Drug)
followUp(WH_Bar_Service)
"Moe's Tavern"

"I work as a cashier."
followUp(WH_Robbery)

"I work at a salon."
followUp(WH_Fake_gay)

"I work as a barista."
followUp(WH_Robbery)

"I work at a bookshop/libray."
followUp(WH_Public_sex)

"I work as a pharmacist."
followUp(WH_Boner_Issues)

"I work at the clothing section."
followUp(WH_Dressing_Room)

"I work as a coach to kids."
followUp(WH_Soccer_Moms)

"I work at the electronics section."
followUp(WH_Porn_Cammer)

"I work at Hooter."
followUp(WH_Hooters)

"I work at an old Gift shop."
followUp(WH_Cursed_items)
followUp(WH_SexToys)

"I work at the Farmers Market"
followUp(WH_vegetables)

"I work at the hotel."
followUp(WH_maid_cleaning)
followUp(WH_maid_voyeur)

"I work at a photo studio."
followUp(WH_camera_man)

"I work as a personal trainer."
followUp(WH_trainner)

"I work as a Life Guard."
followUp(WH_life_guard)
 

Ravenger6660

Active Member
Sep 14, 2017
865
1,010
Two of my actors have the tag and perversion < 50, "~" ->"deflowered_loves.lpscene" doesn't work too.
This is the code.
Code:
WHO: Actor = getPerson(tag_Deflowered); If Actor:attractiontoplayer > 0 && !Actor.isDating()
OTHER:

Likes = Actor.GetActorVar(tag_Stalker)
If Likes > 0 || Actor:perversion > 50
1. is Actor tag_Deflowered ?

2. Actor:attractiontoplayer > 0 ?

3. !Actor.isDating() Specifically the player ?

4. is Actor tag_Stalker ? Or Actor's perversion > 50 ?

Sometimes 'The Game Itself' will only trigger some scenes and not others.
 
  • Like
Reactions: R0y

PuToUtO

Member
Sep 11, 2019
126
58
1. Do you have more than one person tag_Deflowered
2. Based on 'stats' and/or 'tags' are they also able to trigger scene?
"If Likes > 0 || Actor: Perversion > 50"

3. Chances are that the scene could keep picking someone unable to trigger scene.

But otherwise I have no idea why you are having problems.
1.Yes
2.idk, maybe yes
3.So, it picks actor who has tag_Deflowered but doesn't have tag_Stalker, reducing the chance of continuing?
 

QueenSari

New Member
Apr 9, 2021
11
28
Vinfamy
Are there any mods or plans to allow male characters to use the same penis model and penis customization as female characters?

I feel like it should be possible, but I know nothing of coding so I can't really mod it to do so myself.
 

zii1

Member
Jun 20, 2019
132
65
Last edited:

Ravenger6660

Active Member
Sep 14, 2017
865
1,010
thank you for the reply, I searched for it earlier and realized , I should have said I had the mod installed and active already, but not sure how get to those scenes in to be used in game
In order to get Breeding_Rabbits to work you will need to Donate_Sperm at Hospital so that you can get the tag_Breeder on some npcs. Breeding_party_2 also helps.

Bad_Medicine {Take chinese aphrodisiac more than once. And fuck same girl over and over.}

make_baby {try and get girl-friend pregnant}

Wants_Baby {playing as a male an ovulating female npc will want to get pregnant}

Give_me_Baby {playing as a female ovulating and male npc you know will try to knock you up}

Roommate_Drug {You need roommate and chinese aphrodisiac in inventory}

Breeding_family_Drug {You need a family member and chinese aphrodisiac in inventory}

You can also manual trigger scenes by press [ ` ] key and typing name of scene.
 

zii1

Member
Jun 20, 2019
132
65
In order to get Breeding_Rabbits to work you will need to Donate_Sperm at Hospital so that you can get the tag_Breeder on some npcs. Breeding_party_2 also helps.

Bad_Medicine {Take chinese aphrodisiac more than once. And fuck same girl over and over.}

make_baby {try and get girl-friend pregnant}

Wants_Baby {playing as a male an ovulating female npc will want to get pregnant}

Give_me_Baby {playing as a female ovulating and male npc you know will try to knock you up}

Roommate_Drug {You need roommate and chinese aphrodisiac in inventory}

Breeding_family_Drug {You need a family member and chinese aphrodisiac in inventory}

You can also manual trigger scenes by press [ ` ] key and typing name of scene.
Thanks
 
3.30 star(s) 118 Votes