Deserted Mind

Newbie
Jun 28, 2021
27
55
This has probably been asked a dozen times in the past by now, but I'll ask it again anyways. How exactly does one manage to update the game properly without downloading the new version from scratch. I've tried it a few times in the past... but as you can clearly tell, it did not work out. I would greatly appreciate some advice on how to do this without killing my current saves for once.
You have to download the proper update (32 or 64bit) from the OP and copy the extracted files into your Lifeplay directory. You should be asked to overwrite many files. Confirming this should do the trick.

Got an issue too. When I try to add a relative, it's not working properly. A new person is spawned, has the right name and gets listed as relative. But when I encounter the person, I still have to exchange numbers. I wouldn't care, but when I actually do exchange numbers, a new person gets added to the contacts list. Wouldn't be tragic either. The problem is, whenever I get into a relationship with the relative, I end up having an relationship with that new person.
 
  • Like
Reactions: Dr.Feelgood

larsV

Member
Jan 13, 2018
194
66
Could it be the modeling scene that is a bit more the njust modelling?

if you hover the mouse over the emergencey break you can see what scene is running and that way find out where it goes "wrong", well after some time that is and you need to monitor you pornstar status
well not sure,because when you start,you should not have had a modeling scene yet.
 

Dr.Feelgood

Member
Sep 21, 2018
182
227
You have to download the proper update (32 or 64bit) from the OP and copy the extracted files into your Lifeplay directory. You should be asked to overwrite many files. Confirming this should do the trick.

Got an issue too. When I try to add a relative, it's not working properly. A new person is spawned, has the right name and gets listed as relative. But when I encounter the person, I still have to exchange numbers. I wouldn't care, but when I actually do exchange numbers, a new person gets added to the contacts list. Wouldn't be tragic either. The problem is, whenever I get into a relationship with the relative, I end up having an relationship with that new person.
You are a legend, mate. I never did think to replace all of the files inside of the folder instead of attempting to swap out the entire folder manually. That makes... an embarrassing amount of sense. Thanks.
 

Ravenger6660

Active Member
Sep 14, 2017
841
977
I really like the small updates but.... is there a way just to make whats new work. It's a pain in the ass to set it back up the way you like it just to always have to get rid of the stuff that's always uploaded every time! For an example it always includes the rooms... Why? then you have to change them again to the ones you downloaded from here!!!!
Agreed, and with all I have changed it takes like half an hour to fix.
This is what I do.
You take all the stuff you added: rooms, NPC/PC, stats changes. The stuff you replace every update. And a copy in a separate "add-ons" folder. So every time you update game just go to your "add-ons" folder and replace them in updated game.

Or place your replacement stuff in a mod folder that is 'lowest on mod manager' and 'least updated'.
 
  • Like
Reactions: R0y and Ssato243

Ravenger6660

Active Member
Sep 14, 2017
841
977
Is it posiible to undress only the shoes with script ?
Like Actor.undress(Foot)
Actor.stripOne()

Strip this actor of a single currently equipped piece of clothes (but still follows logical order, so no stripping underwear before outerwear etc).

I think it goes head, coat, shirt, bra?, shoe, pants/1-piece-dress, bra?, underwear. But as for specific Actor.stripOne(foot) I don't know.
 
Last edited:

Tarrang

Member
Oct 13, 2021
306
331
This is what I do.
You take all the stuff you added: rooms, NPC/PC, stats changes. The stuff you replace every update. And a copy in a separate "add-ons" folder. So every time you update game just go to your "add-ons" folder and replace them in updated game.

Or place your replacement stuff in a mod folder that is 'lowest on mod manager' and 'least updated'.
I have a folder on my desktop of "Lifeplay stuff", but it doesn't include where I only change 1 or 2 files in a folder there, and of course doesn't delete scenes I don't like.
 

Ravenger6660

Active Member
Sep 14, 2017
841
977
I have a folder on my desktop of "Lifeplay stuff", but it doesn't include where I only change 1 or 2 files in a folder there, and of course doesn't delete scenes I don't like.
For scenes you don't like, save a copy of the scene but leave the information inside scene blank.
 

DejanBodi

New Member
Jan 8, 2021
12
2
Question
In a scene where WHO means that is randomly showing up some certain colleague for example
Actor = getSpecific(Colleague)
I'm trying to change that and make another specific npc to show up, someone who is not a colleague, or employee, or relative, or neighbour (all of them seem to work). I want to randomly show up npcs which are on my contact list simply as acquaintances.
Actor = getSpecific(Acquaintance) does not showing anyone.
Is there a way to do that?
I hope i explained it clearly enough with my poor English...
 

xyzman

Newbie
Jul 4, 2019
47
7
Actor.stripOne()

Strip this actor of a single currently equipped piece of clothes (but still follows logical order, so no stripping underwear before outerwear etc).

I think it goes head, coat, shirt, bra?, shoe, pants/1-piece-dress, bra?, underwear. But as for specific Actor.stripOne(foot) I don't know.
I did many try and errors and now I found this:
Actor.dressExcept(Foot)
In a scene where the actor is new, it works well. If they are dressed it helps to undress first.


Now I would like to know, how can I make an event (scene?) that runs everytime somebody is my room.
 
Last edited:

Ravenger6660

Active Member
Sep 14, 2017
841
977
I did many try and errors and now I found this:
Actor.dressExcept(Foot)
In a scene where the actor is new, it works well. If they are dressed it helps to undress first.


Now I would like to know, how can I make an event (scene?) that runs everytime somebody is my room.
If your look for person living at your home

WHAT: all, -sleep, -nap
WHERE: home
WHEN: 0 - 24
WHO: Actor = getperson(true); If Actor.livesWithPlayer() && [Player.isInterestedIn(Actor) || Actor.isInterestedIn(Player)]
OTHER: isAtHome()

Tested

OR

GetPersonHere(optional bool permanent)

Bool = True or False

Actor = GetPersonHere(true)

USE:
Returns a person in the current building / location.

Have not tested this myself. So some warning.
 

Ravenger6660

Active Member
Sep 14, 2017
841
977
Question
In a scene where WHO means that is randomly showing up some certain colleague for example
Actor = getSpecific(Colleague)
I'm trying to change that and make another specific npc to show up, someone who is not a colleague, or employee, or relative, or neighbour (all of them seem to work). I want to randomly show up npcs which are on my contact list simply as acquaintances.
Actor = getSpecific(Acquaintance) does not showing anyone.
Is there a way to do that?
I hope i explained it clearly enough with my poor English...
Actor = getperson(true)
 

xyzman

Newbie
Jul 4, 2019
47
7
How can I check in a script, if actor2 is the bf or gf of actor1 ?

And what scene is played when I invite somebody from my contacts ?
I don't find it. Maybe this is hardcoded ?
 
Last edited:

dividesense

Newbie
Nov 2, 2021
36
22
Hello,

I'm looking for some help.

I'm getting into modding this game and I've quickly hit my head against a brick wall. I'm trying to generate characters of a specific phenotype or blend the preset onto the actor, but it's generating a random character entirely. I can blend other options like body type, but I'm looking to blend things like hair, skin, and face onto actors. Are the phenotypes found in vin base presets the wrong way to do this? Thank you.
 

xyzman

Newbie
Jul 4, 2019
47
7
Hi ! As I understand it, you can blend the bodies. Hair and face will work, if the preset and your new actor has the same sex. If not you should randomize them.
Actor.randomizeFace()
Actor.randomizeHairs()
For me it worked well with females. But then I learned the difference from loadPreset and blendPreset. I was looking for loadPreset.
 
  • Like
Reactions: falcen99

Mommysbuttslut

Forum Fanatic
Feb 19, 2021
4,022
9,789
By that logic, they should remove the young faces too. Believe it or not, but there are actually small adults in real life too.
Even beyond the loli/shota argument there's the issue that it'd fuck with the animations. There's already enough issues with things like large cocks clipping through the other person's stomach
 

Vinfamy

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

The results for the Kinks of the Month poll for November are as follows:
(Formula: $1-4 Votes + $5-$9 Votes * 3 + $10 Votes * 9 = Total)
  • Interracial : 35 + 12 * 3 + 6 * 9 = 125
  • Elves, Orcs and Vampires : 28 + 10 * 3 + 4 * 9 = 94
  • Polyamorous : 39 + 12 * 3 + 2 * 9 = 93
  • Cowgirl (bill Corr...) : 19 + 8 * 3 + 5 * 9 = 88
  • Reverse Cowgirl (Rap... music) : 24 + 6 * 3 + 4 * 9 = 78
  • BDSM : 19 + 10 * 3 + 3 * 9 = 76
  • Doggy (Best... position) : 22 + 9 * 3 + 2 * 9 = 67
  • Tentacles : 19 + 8 * 3 + 2 * 9 = 61
  • Scat : 6 + 5 * 3 + 3 * 9 = 48
  • Group Sex : 18 + 1 * 3 + 2 * 9 = 39
  • Gay : 7 + 5 * 3 + 1 * 9 = 31
  • Lesbian : 9 + 1 * 3 + 2 * 9 = 30
  • Watersports : 12 + 2 * 3 + 1 * 9 = 27
  • Toys : 4 + 3 * 3 + 0 * 9 = 13
  • Foot Fetish : 3 + 3 * 3 + 0 * 9 = 12
  • Non-NTR Voyeurism : 7 + 1 * 3 + 0 * 9 = 10
  • Vore : 7 + 1 * 3 + 0 * 9 = 10
Accordingly:
- Interracial will be the focus of v4.17 (ETA: 18 November). The community brainstorm period for this kink will be from today to 11 November.
- Elves, Orcs and Vampires will be the focus of v4.18 (ETA: 28 November). The community brainstorm period for this kink will be from 14 November to 21 November.
- BDSM only came fifth, but since it has never won before (while the three kinks ahead of it have historically won regularly and will no doubt win again in the foreseeable future), I decided to give BDSM some love in v4.19 (ETA: 8 December). The community brainstorm period for this kink will be from 24 November to 1 December.
 
3.30 star(s) 118 Votes