exjoker \SX

Newbie
Oct 14, 2022
80
51
OK, finally, I can have a vanilla sex scene in my gameplay!:ROFLMAO:

As long as I don't propose a more intimate relationship with NPC, I can feel free to release my MC's arousal mood. Yes, eating random pussy and sucking random girly dick is OK while the same thing with a dating partner is not accessible.

Can I claim that this game is encouraging the MC to be a horny slut, rather than to be a pure wife or girlfriend?
 

Ravenger6660

Active Member
Sep 14, 2017
860
1,005
was this game continued by someone after abandonment?if so can someone list me on new "mods" update?
https://f95zone.to/threads/lifeplay-v2023-04-stable-vinfamy.11321/post-4143701
I have been away, looking at other stuff. But I believe my Mod is the most up-to-date still, and has to most features.
I am planning about doing a full rebuild/replace of every scene in the game to reduce the amount scenes and better scene quality.

https://f95zone.to/threads/lifeplay-v2023-04-stable-vinfamy.11321/post-2659408
Has some descent ones that can work but are old. DO NOT use his BETTER PREGNACY

https://f95zone.to/threads/nicknos-lifeplay-mods.71827/post-4947983
I never used, but is still functional.

https://f95zone.to/threads/lifeplay-v2023-04-stable-vinfamy.11321/post-3049865
Some more scenes.

https://f95zone.to/threads/lifeplay-v2023-04-stable-vinfamy.11321/post-3016638
One of the first mods to be abandoned and the reason I started modding I took most of the stuff and improved upon it. If you don't use anything in mine this one is good.
 

R0y

Member
Nov 25, 2017
384
241
There is something similar to trash when I gather poly members moving on the floor. Very annoying. I know how to fix it by opening up the ncps files and deleting all the ones except the ones I want. The save is on a year and half now and there are over a 1000 npcs and would take forever deleting them all. Does anyone have any idea how to fix it without doing that? I would really appreciate the help.
 

Ravenger6660

Active Member
Sep 14, 2017
860
1,005
There is something similar to trash when I gather poly members moving on the floor. Very annoying. I know how to fix it by opening up the ncps files and deleting all the ones except the ones I want. The save is on a year and half now and there are over a 1000 npcs and would take forever deleting them all. Does anyone have any idea how to fix it without doing that? I would really appreciate the help.
Here is a scene for you that will delete every npc that is not in you contacts.
Code:
    SceneStart()
    Delete_Person = getPerson(false)
    While Delete_Person.isvalid()
        Delete_Person.deletePerson()
        Delete_Person = getPerson(false)
    Endwhile
    SceneEnd()
If you want to delete Npcs in contacts that have a trait you don't like. Like getting rid of all Npcs over 50 years old.
It can also be change to be.
:fitness < 10
: Perversion <= 20
:muscle >= 80
.isAsexual()
.isGay()
.isMale()
.isProstitute()
.isTrans()
.isCreature()
.isInterestedIn(player)
//If they like player's gender
!Delete_Person.isInterestedIn(player) //If they don't like player's gender

Code:
    SceneStart()
    Delete_Person = getPerson(true)
    While Delete_Person.isvalid()
        If Delete_Person:age > 50
            Delete_Person.deletePerson()
        Endif
        Delete_Person = getPerson(true)
    Endwhile
    SceneEnd()
 

Giantguy8854

New Member
Jan 30, 2024
14
31
There aren't any. It would be extremely difficult if not impossible for anyone besides the dev, who has been MIA for a long time now.
On this topic, I'm curious if it would be simple to swap out some of the gender-specific sex animations. For instance, could we take some of the transmale animations and adapt them for straight males? I recently tried the transmale on female animations, and I actually prefer them since they include facial animations. I think adding more options for males, especially the missionary makeout vag, doggy vag, prone bone vag or lying down vag animations, would be great. It surprises me that there aren't enough prone bone animations for straight men, considering they're simple and all the good ones are locked for transmale, while there are so many variations for foot animations for some reason :sick:.
 
3.30 star(s) 118 Votes