Apr 23, 2018
236
70
So is there anyway to get console commands to work? I was told before that you had to be in a scene for it to work. But if I trigger a scene the console menu doesn't pop up. I was trying to do a command that lets me trigger a relative of an actor but it doesn't matter what I input nothing ever happens.
 
Apr 23, 2018
236
70
I figured out how to get scenes to work, but still change change the clothes yet. I can bring up an ip scene in the console but still can't do something like actor.dress yet.
 

Morrigan12345

Newbie
Feb 5, 2021
56
167
I'm still trying to learn how to do scenes. And I have some questions that aren't answered in the game documentation or modding.
1. Can the scene consist only of dialogs, or are you necessary to the player had a choice (even if from one option (i.e. if))
2. Is it possible to force a character to be in a specific outfit at a given moment with a command
3. do the gaps in the script for playing the scene matter, or are they only needed for the author's convenience
4. Is there any way to modify existing animations? (bed scenes)
5. Can I insert made rooms from presets into the scene itself, and what command is used to do this?
6. Is there any way to make the character's nails ( like in Beutiful Expansion, French manicure) painted?
7. Maybe somewhere there is a more complete description of modding, where these or other questions are answered more?
8.Is there a command that, during the scene, gives commands to the character (lie down, sit on a chair, kneel, walk up, etc.)?
 
Last edited:

larsV

Member
Jan 13, 2018
203
70
I'm still trying to learn how to do scenes. And I have some questions that aren't answered in the game documentation or modding.
1. Can the scene consist only of dialogs, or are you necessary to the player had a choice (even if from one option (i.e. if))
2. Is it possible to force a character to be in a specific outfit at a given moment with a command
3. do the gaps in the script for playing the scene matter, or are they only needed for the author's convenience
4. Is there any way to modify existing animations? (bed scenes)
5. Can I insert made rooms from presets into the scene itself, and what command is used to do this?
6. Is there any way to make the character's nails ( like in Beutiful Expansion, French manicure) painted?
7. Maybe somewhere there is a more complete description of modding, where these or other questions are answered more?
8.Is there a command that, during the scene, gives commands to the character (lie down, sit on a chair, kneel, walk up, etc.)?
have you looked at here ?
 

Terence896

New Member
Sep 13, 2018
4
3
lazycodemonkey
A basic create relationship mod would be easy to make if anybodys interested!

was bored so just made it.
Unpack into Lifeplay main folder
Dir should look like this: LifePlay\LifePlay\Content\Modules\vin_Incest\
two files: set_relationship.lpaction and:set_relationship.lpscene
RMB /Set actor relationship
Will alow you to set people to Dating each other, Marry, Make brother/sister or parent and child.
You must be able to contact both actors for this to work, as it uses select NPC.
View attachment 341309
lazycodemonkey
A basic create relationship mod would be easy to make if anybodys interested!

was bored so just made it.
Unpack into Lifeplay main folder
Dir should look like this: LifePlay\LifePlay\Content\Modules\vin_Incest\
two files: set_relationship.lpaction and:set_relationship.lpscene
RMB /Set actor relationship
Will alow you to set people to Dating each other, Marry, Make brother/sister or parent and child.
You must be able to contact both actors for this to work, as it uses select NPC.
View attachment 341309
 

nogling

Member
Jul 26, 2021
101
66
I have some more wonderful screenshots for you using my morph settings. First we have Melissa, a 30 year old gym employee who likes...well liked to stay fit, that is until she got flooded with cum. She looks bigger standing up but this is pretty nice and round compared to stock settings almost 28 weeks.

melissa1.jpg

Next is her roommate, poor 18 year old Megan. Her ass was just to nice to ignore so of course I had to fill her up too when I visited Melissa to give her some love. Interesting, Megan fell pregnant first, a week ahead. She's almost 29 weeks but looks a lot bigger. I suspect she has twins or even triplets in there. Here belly is bigger than her ass now, which is saying something:

megan1.jpg

And finally we have a couple shots of one of my office sluts, Riley. She thought she was a strong, independent woman, but that quickly changed when too many loads of hot cum found themselves in her fertile womb. Now she's very round for how far along she is and still loves getting it on in the office, just like she did pre-pregnancy. She still begs to be filled whenever we do it: riley1.jpg riley2.jpg
 

xxxtent

Member
Feb 26, 2018
158
53
i need help, my player seems to automatically get naked whenever he has to attend a interview or enroll for college. What do i do? , it happens with and without the nudity matters mod.
 
Aug 13, 2017
78
99
I was not sure how to search for this, but I got a "fatal error" when I was hanging out with a woman that complained that 10 guys had left her, after i flirted with her and found her to be Bi-Courious there was a sex scene, when that was over the fatal error occured.
Anyone stumbled on to this before?
I play as a female charracter.
 

jkstfs123

Newbie
Sep 27, 2018
62
23
I'm still trying to learn how to do scenes. And I have some questions that aren't answered in the game documentation or modding.
1. Can the scene consist only of dialogs, or are you necessary to the player had a choice (even if from one option (i.e. if))
2. Is it possible to force a character to be in a specific outfit at a given moment with a command
3. do the gaps in the script for playing the scene matter, or are they only needed for the author's convenience
4. Is there any way to modify existing animations? (bed scenes)
5. Can I insert made rooms from presets into the scene itself, and what command is used to do this?
6. Is there any way to make the character's nails ( like in Beutiful Expansion, French manicure) painted?
7. Maybe somewhere there is a more complete description of modding, where these or other questions are answered more?
8.Is there a command that, during the scene, gives commands to the character (lie down, sit on a chair, kneel, walk up, etc.)?
1. Only dialogue is fine.
2. Yes. The dress() function lets you specify clothing items by filename.
3. Some do. You have to keep a blank line after choices, for example.
4. Not that I know of.
5. Yes. Specify a room by filename as the parameter for setBackground3D().
6. Not that I know of.
7. Yes. When you download the game there is a folder "Docs" and under that another folder "Modding" which contains tutorials, function references, etc. Basically, the answer to almost every question you asked is there.
8. Yes. "Actor.animate(animation)"
 

jkstfs123

Newbie
Sep 27, 2018
62
23
i need help, my player seems to automatically get naked whenever he has to attend a interview or enroll for college. What do i do? , it happens with and without the nudity matters mod.
Certain contexts of the game require certain outfit types. The game is trying to force your character to dress formally but you don't have any formal clothes so you wind up naked. You can buy some or ignore it because it doesn't actually matter your character is naked as far as the scene is concerned and it won't force formal wear the rest of the time you go to work or college.
 
  • Like
Reactions: Coomer341

Morrigan12345

Newbie
Feb 5, 2021
56
167
Oh thanks, I'm just trying to figure it out, I've already reread the files from docs modding several times. But not everything is clear, English is not my language.
 
  • Like
Reactions: Coomer341

Coomer341

Member
Apr 20, 2020
122
60
I was not sure how to search for this, but I got a "fatal error" when I was hanging out with a woman that complained that 10 guys had left her, after i flirted with her and found her to be Bi-Courious there was a sex scene, when that was over the fatal error occured.
Anyone stumbled on to this before?
I play as a female charracter.
Redownload or delete mods. Game not loading correctly.
 
  • Like
Reactions: Turd Fergusson
Aug 13, 2017
78
99
Redownload or delete mods. Game not loading correctly.
I was running on an older save..........no mods(never used mods), but just "pasted" the new DL over the old files, will try to save the charracter atleast, and save folder for a fresh install and try, thanks :)
 
3.30 star(s) 118 Votes