Tarrang

Member
Oct 13, 2021
306
331
Ok dude, take it easy on the burns. I semi got it the first time, but wasn't sure if you used actual math signs or just happened to type like that (the "current - modified by X10 days" threw me off) and english isn't my first language.
My gratitude = (You taking time to answer * accuracy of information - convolutedness of your typing) / (1 + your arrogance)
Didn't mean it as a burn. TBH the vast majority of people don't remember it. I don't remember the vast majority of algebra due to not using it since college. Lots of people don't remember anything past arithmetic if that.
 

seth23

Member
Aug 12, 2020
136
149
Didn't mean it as a burn. TBH the vast majority of people don't remember it. I don't remember the vast majority of algebra due to not using it since college. Lots of people don't remember anything past arithmetic if that.
Sry for the misunderstanding then and thx for your detailed explanation. Best one I could find in this thread.
 
  • Like
Reactions: Tarrang

Dr.Feelgood

Member
Sep 21, 2018
178
223
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.
 

Deserted Mind

Newbie
Jun 28, 2021
25
49
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
178
223
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
826
960
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
826
960
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
826
960
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
41
5
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
826
960
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
826
960
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
41
5
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
41
5
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
3.30 star(s) 117 Votes