Fuzzcat

Active Member
Oct 27, 2017
624
662
Are you able to share/cuckold your wife in this game?
Yes you can.
Cuck or get cucked, share, cuck preggo, etc.
Or you can be the bull, sneaky or requested by another cuck.

I've been playing around most fetishes, and they do work, you just renember to be careful which mods are enabled or the game will connect them.
For example, if you have bestiality enabled along NTR/Netori, the game will trigger a cuck scene with a dog/horse.
So, there are basic NTR/Netori scenes, basic bestiality scenes, and combined NTR/bestiality scenes. Disabling one or the other disables the combination, but not the basic scenes of the fetish you want.

Or just go the absolute perv and enable everything :eek:
(like most of us probably do!)
 
  • Like
Reactions: FruitySakuraBoi

ZTex

Engaged Member
Apr 3, 2019
2,895
4,183
another feature: NPCs do not use furniture with several places, such as sofas - if there is a large sofa in the room, it will be empty, despite 3-4 seats on it
I have not noticed this. I've noticed the opposite where 3-4 npc will try to use the same object.
Usually fine for the bigger sofas but for the smaller desk / exercise stuff it's funny.
 

ririmudev

Member
Dec 15, 2018
304
302
So... the thing is... my file was named lpsene instead of lpscene. :oops:
Gotta remember to take a break and come back with fresh eyes later.
You don't have permission to view the spoiler content. Log in or register now.
Thanks; I saw that a lot of existing scenes don't have initial indentation.
You don't have permission to view the spoiler content. Log in or register now.
Thanks; for me it's the ` key. And yep, intended to add in exchangeContact
Surprised no one else pointed this out to you but your relational operators here are backwords.
Actually, that's the documented way for assigning values; thanks though.

BTW, is there a way to load the game faster? It takes a few seconds to load the sample character on the left side; seems to slow things down when testing.
 

R0y

Member
Nov 25, 2017
366
218
I'm so intrigued by this game that I'm gonna dedicate my website to it. Use my free time to make models to share and learn to mod it. My wish is to be one of the best at it.
Godspeed
Roy
 

Icebird

Member
Sep 22, 2017
309
207
Oh, while I read back what i wroted this condition never meet ' OTHER: Random(1, 100) < 1 ' because the randomgenerator start from numeric 1, so no generated number will be less than 1. You should modify to ' Random(0, 100) < 1' to have that 1% chance. And my opinion is to think over the chance values, it's still too low to be appear when you in the specified locations.
 
Nov 4, 2017
308
544
If i create a Mother and a Father for my MC and marry them, the game thinks it's incest. Am i doing something wrong or is it just coded like that?
 

daunjaun21

Newbie
Jul 30, 2018
17
14
First of all, LOVE the game...

I am, however, having an issue with NPC skin textures. The first 5 - 10 minutes, textures are great, but then NPC textures go blurry (i.e. nipples lose focus, you can see the seams on arms, back legs, etc). I have to close out and reopen to get textures back, but then it starts again.

It's not an issue when I import my textures. It's only NPCs.

Any way to resolve this?
 

Deleted member 2476484

Member
Modder
Jun 15, 2020
164
117
I'm so intrigued by this game that I'm gonna dedicate my website to it. Use my free time to make models to share and learn to mod it. My wish is to be one of the best at it.
Godspeed
Roy
A forum dedicated to LifePlay ???
If yes, I applause!
 
  • Like
Reactions: R0y

Grim

Member
Aug 17, 2016
477
401
There seems to be some differences between the randomization tools in the character editor vs the randomization tools that appear when a new NPC is introduced in a scene and the randomizeFace() command. The randomize face tool in the character editor makes the characters look younger or older depending on the selected age, but the randomize face tool in scenes and the randomizeFace() command don't seem to apply any sort of age details. I'm having to open up the character editor for newly generated NPCs to re-generate their faces to get them looking their age if they are teens or 40+, otherwise they all just kind of end up looking the same age.

I can't tell if this issue applies to bodies as well since I'm not sure if bodies are supposed to look different depending on age.
 
Last edited:

jackozwell1

Newbie
Sep 27, 2020
30
41
I'm having a problem every time my companion gets pregnant it continuously says they're going into labour and to take them to hospital. I try to but nothing happens now that scene keeps replaying every day while the companion stays pregnant and doesn't give birth. Any one know how to fix?
 
  • Like
Reactions: srg91

Icebird

Member
Sep 22, 2017
309
207
I'm having a problem every time my companion gets pregnant it continuously says they're going into labour and to take them to hospital. I try to but nothing happens now that scene keeps replaying every day while the companion stays pregnant and doesn't give birth. Any one know how to fix?
Try this: get the desired NPC as a companion, then press 'ins' key, and type 'force_birth'. This is self explanatory.
Anyway that 'going into labour' script seems broken. To determine which it is: when it runs hover cursor over emergency button. In the bubble over cursor shows the full path of that lpscene.
(If you using better pregnacy mod i suggest you to disable and forget, this mod is old and causing many problem with the pregnacy features. And try not mixing other pregnacy mods. Check if desired NPC have any tag like 'pregnant' or 'inseminated' and delete, because some script using it to call the event)
 
Last edited:
  • Like
Reactions: jackozwell1

Icebird

Member
Sep 22, 2017
309
207
There seems to be some differences between the randomization tools in the character editor vs the randomization tools that appear when a new NPC is introduced in a scene and the randomizeFace() command. The randomize face tool in the character editor makes the characters look younger or older depending on the selected age, but the randomize face tool in scenes and the randomizeFace() command don't seem to apply any sort of age details. I'm having to open up the character editor for newly generated NPCs to re-generate their faces to get them looking their age if they are teens or 40+, otherwise they all just kind of end up looking the same age.

I can't tell if this issue applies to bodies as well since I'm not sure if bodies are supposed to look different depending on age.
I think maybe it cause that (and i'm not sure about it) the randomize face tool button using the last value set from character editor screen (as i remember age 25 beauty 75 by default), or using the default beauty distribution parameters.

If you write/modify a scene are you tried blend any age preset before the randomizeFace() command?
something like this (and this order):

Actor = generatePersonTemporary()
Actor.blendPreset(twenties)
Actor.randomizeFace()
This doesn't work the right way too?
 

jackozwell1

Newbie
Sep 27, 2020
30
41
Try this: get the desired NPC as a companion, then press 'ins' key, and type 'force_birth'. This is self explanatory.
Anyway that 'going into labour' script seems broken. To determine which it is: when it runs hover cursor over emergency button. In the bubble over cursor shows the full path of that lpscene.
(If you using better pregnacy mod i suggest you to disable and forget, this mod is old and causing many problem with the pregnacy features. And try not mixing other pregnacy mods. Check if desired NPC have any tag like 'pregnant' or 'inseminated' and delete, because some script using it to call the event)
Awesome it worked. Thanks for the help!
 
  • Like
Reactions: Icebird

R0y

Member
Nov 25, 2017
366
218
If you can, ideas for sections:
-All fan made character presets
-All working mods

-Development
-- Ideas for modder
-- modding tutorials
-- mods in progress
Thank you for the excellent suggesting. I will add them :)
Try this: get the desired NPC as a companion, then press 'ins' key, and type 'force_birth'. This is self explanatory.
Anyway that 'going into labour' script seems broken. To determine which it is: when it runs hover cursor over emergency button. In the bubble over cursor shows the full path of that lpscene.
(If you using better pregnacy mod i suggest you to disable and forget, this mod is old and causing many problem with the pregnacy features. And try not mixing other pregnacy mods. Check if desired NPC have any tag like 'pregnant' or 'inseminated' and delete, because some script using it to call the event)
Disable better pregnancy find meet_new_person.lpscene in better pregnancy copy it and paste it in LifePlay/content/Modules/vin_base/Scenes/meet_random. Now, you meet the pregnant women without all the bugs. I been using it for a while now, no problems at all.
 
3.30 star(s) 116 Votes