hotspot123

Member
Oct 16, 2018
135
89
The relationship stat measures the level of that character's relationship to the player. That goes to the rapport stat also.

If you need to create/edit some stat, check out the LPSTAT modding guide, and *.lpstat files. See also the "Incestuous Tension" stat is actually part of the incest mod, not the base game. This means you can add any stat you like. To make it work however, you need to write some scenes/events to support it.
LPSTAT modding guide
Where to find it? Please
 

MattShizzle

Well-Known Member
Oct 31, 2019
1,354
1,276
Usually by now we see a preview of what's coming for the Saturday or Friday release (and the day or 2 before beta)...:oops:
 
  • Like
Reactions: srg91

Some_Dude?

Member
Apr 27, 2017
351
182
I really like this game, i hope the seducing gets improved on though, the scenes i get i don't think would ever really happen, except maybe in a porno (dark alley sex,sex store try toy, adult/porn theater) they're great but i want the old fashion ones, bar pick up, "netflix and chill", nightclub dance pick up etc.
 
  • Like
Reactions: srg91

Vinfamy

creating moddable 3D life simulator
Game Developer
Jul 5, 2017
1,250
4,847

(Note that this isn't July's 'Kink of the Month' update focusing on Pregnancy yet, that's always the second update of each month, i.e. v3.6 for July)
This update continues where v3.2 left off and adds the rest of the essential daily activity animations, focusing this time on business and scene-specific animations, rounding up the whole 'full 3d' experience that the v3.0 overhaul introduced:
- Animations for working and being served at the different types of establishments in the game
- AI behavior improvements so that NPCs play the correct animation with the correct objects depending on whether they're at the current location because they work there or simply are customers.
- Animations for some common actions described in scenes (like fighting, shooting, messing around before sex, etc) to make scenes more lively, instead of relying so much on text and ask the player to imagine the action going on while the characters just stand there awkwardly.
- Modify existing scene scripts to use these new scene-specific animations
- Improve the character skin shader for more detailed and realistic-looking skin, most noticeable when zoomed in. Special thanks to Semaj, another game dev who was kind enough to share with me their own experience working with Daz and Unreal Engine 4.
- A few new erotic description lines written by EtB for the Transformation start
- Bug fixes and other improvements
Estimated Release Date: Saturday, 10 July
 
D

Deleted member 951332

Guest
Guest
Hey guys, i write this code to turn normal npc into relative but it doesnt stop when i choose and force me to make all 3 choices and creat 3 npc child stepchild & grandchild, not just 1. Helppp me please!!!! How can i fix it??
WHAT: none

WHERE: none

WHEN: 0 - 24

WHO: none

OTHER: none



SceneStart()

“Choose”

0:: “Child”

1:: “StepChild”

2:: “GrandChild”

3:: “Exit”



If 0

selectNPC()

Actor = getSelectedNPC()

Actor2 = Actor.generateRelativeMatchRace()

Actor2.setRelativeType(Child)

Actor2.cloneFrom(Actor)

Actor.deletePerson()

Elseif 1

selectNPC()

Actor = getSelectedNPC()

Actor2 = Actor.generateRelativeMatchRace()

Actor2.setRelativeType(StepChild)

Actor2.cloneFrom(Actor)

Actor.deletePerson()

Elseif 2

selectNPC()

Actor = getSelectedNPC()

Actor2 = Actor.generateRelativeMatchRace()

Actor2.setRelativeType(GrandChild)

Actor2.cloneFrom(Actor)

Actor.deletePerson()

Else

“Done”

Endif

SceneEnd()
 
Last edited by a moderator:
Jul 17, 2018
355
154
How do I disable the open relationship? I used it so I can have more than one wife, but now, when they give birth, they keep telling me that the baby isn't mine.
 
  • Like
Reactions: srg91

srg91

Member
Nov 30, 2017
223
360
How do I disable the open relationship? I used it so I can have more than one wife, but now, when they give birth, they keep telling me that the baby isn't mine.
Assuming you use sb's mods, hang out with your partner, walk them home and accept the invitation inside, then talk about relationship and you should have an option to end open relationship. As a side note, the baby IS yours; I've looked into the code and they always say the baby might not be yours if you're in an open relationship regardless of the circumstances. The paternity test also always says you're not the father, but if you accept the baby as yours, it will appear as yours anyway. If you want an actual paternity test, lemme know; I made some tweaks to the code and now it actually checks if you are the father and it seems to be working so far.

You can also go into the contacts list, find your partner and click on their relationship, uncheck 'dating', uncheck 'ex' then check 'dating' again.
 
D

Deleted member 810812

Guest
Guest
When you use the interaction option 'Flash' and you get arrested... when in Prison and do it again - you get re-arrested. That script needs looking at. I would say do a IF check for the location, IF the PLAYER is in PRISON. No Arrest option should trigger.

There was another bug I encountered, but it slips my mind ATM.

But coding for this is kind of weird, you cannot use tabbing to space your code because that breaks the code from working. And the If else etc behaves quirky in some ways. I'm making myself two mod sets one for lesbianism and one for bestiality. With some incest additions thrown into the mix.
 
  • I just jizzed my pants
Reactions: Highland_Hunter

NickNo

Member
Modder
Jan 19, 2020
186
262
Apparently, "NickNo's - LifePlay Launcher / Mod Manager" needs some adjustments / fixes, so that it doesn't disable "ESC" use, at the start of the game.

PLEASE . . NickNo - FIX it ! I like using it other-wise. :cry:
Well there is no single line of code in the launcher that disables any key ;-) - Apparently, you are the first and only user with this prob. But anyway: I asked Vin if he has an idea how this could happen. But I assume there won't be a fix too soon.

Btw All: Upped PornEmpire to 0.6.
 

Ravenger6660

Active Member
Sep 14, 2017
826
960

(Note that this isn't July's 'Kink of the Month' update focusing on Pregnancy yet, that's always the second update of each month, i.e. v3.6 for July)
This update continues where v3.2 left off and adds the rest of the essential daily activity animations, focusing this time on business and scene-specific animations, rounding up the whole 'full 3d' experience that the v3.0 overhaul introduced:
- Animations for working and being served at the different types of establishments in the game
- AI behavior improvements so that NPCs play the correct animation with the correct objects depending on whether they're at the current location because they work there or simply are customers.
- Animations for some common actions described in scenes (like fighting, shooting, messing around before sex, etc) to make scenes more lively, instead of relying so much on text and ask the player to imagine the action going on while the characters just stand there awkwardly.
- Modify existing scene scripts to use these new scene-specific animations
- Improve the character skin shader for more detailed and realistic-looking skin, most noticeable when zoomed in. Special thanks to Semaj, another game dev who was kind enough to share with me their own experience working with Daz and Unreal Engine 4.
- A few new erotic description lines written by EtB for the Transformation start
- Bug fixes and other improvements
Estimated Release Date: Saturday, 10 July
Could you do a workout/yoga scene: Where two people are working out, there is a suggestion of nudity either your character is naked or the other person strips. Your character or other person asks for help. Then "accidents happen" you are now fucking each other.

Watch TV scene where you are watching a movie at home with someone (incest, date, or partner), or alone in which someone enters, they decide to watch with you, sexy movie?, maybe sit on lap?, temptation?, make-out?, sex?.

spending time with family you hear a noise?
check kitchen, living-room, or bedroom find family member stuck under/in (bed, sink, table, couch, or window)
Help them or "help them"

call for massage or get massage
Nuru? -> they're naked I'm naked maybe I should push my luck? or "accidents happen"
or "why is there a hole in this massage table?" (milking table)

Sleep event: Thunder storm or bad dream at night (sister, daughter, son, or your character) is scared and needs to find some comfort in someones bed.

Neighbor/someone has no shower/bath/toilet and needs to barrow yours, peek, join?

drunk, date, or temporally homeless needs a place to crash/sleep and will spend night(s) at your place. Still need a place to live? Room-mates
 

MattShizzle

Well-Known Member
Oct 31, 2019
1,354
1,276
Yes, pretty annoying bug, the weeks ends up having 8 days :D

You can "fix" it by opening console command (Insert) and typing wait 24, which will move the clock 24 hours into Tuesday.
That will fuck up the MC's energy, horniness and mood.
 

MattShizzle

Well-Known Member
Oct 31, 2019
1,354
1,276
Could you do a workout/yoga scene: Where two people are working out, there is a suggestion of nudity either your character is naked or the other person strips. Your character or other person asks for help. Then "accidents happen" you are now fucking each other.

Watch TV scene where you are watching a movie at home with someone (incest, date, or partner), or alone in which someone enters, they decide to watch with you, sexy movie?, maybe sit on lap?, temptation?, make-out?, sex?.

spending time with family you hear a noise?
check kitchen, living-room, or bedroom find family member stuck under/in (bed, sink, table, couch, or window)
Help them or "help them"

call for massage or get massage
Nuru? -> they're naked I'm naked maybe I should push my luck? or "accidents happen"
or "why is there a hole in this massage table?" (milking table)

Sleep event: Thunder storm or bad dream at night (sister, daughter, son, or your character) is scared and needs to find some comfort in someones bed.

Neighbor/someone has no shower/bath/toilet and needs to barrow yours, peek, join?

drunk, date, or temporally homeless needs a place to crash/sleep and will spend night(s) at your place. Still need a place to live? Room-mates
You should put as many of these in the Patreon page posts on scene requests (but you have to be a patron and how many you can request depends on how much.)
 
3.30 star(s) 117 Votes