Anteron

Engaged Member
Jun 17, 2023
2,001
2,504
You should read the thread.
I have been, along with Discord and Patreon. He thought last on Discord things would be back to normal by late August. No word since, and he's still taking the Patreon money. Not sure if payments can get suspended due to inactivity, unless the dev makes it so.
 
  • Like
Reactions: Coomer341

PhazeUFO

Well-Known Member
Sep 28, 2021
1,598
1,553
I have been, along with Discord and Patreon. He thought last on Discord things would be back to normal by late August. No word since, and he's still taking the Patreon money. Not sure if payments can get suspended due to inactivity, unless the dev makes it so.
Well, as others have said, they couldn't get a response on other sites. Things don't look good, but if there is personal or family issues, it would make sense that you drop everything non-essential.
 
  • Like
Reactions: VanillaDog

PuToUtO

Member
Sep 11, 2019
126
58
Man, it hurts a bit to see the game getting abandoned. This game is still my one of my all-time favorites with its ability to make new events and stories. Good luck, Vinfamy, on whatever you do next.
You don't have permission to view the spoiler content. Log in or register now.
I read your code and tried to edit it with my preference, but I'm not sure what selectedBoobage1~8 do. Can you explain it?
 
May 20, 2019
54
105
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
852
996
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
852
996
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
852
996
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
10
25
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.
 
3.30 star(s) 118 Votes