elfelganor

Member
Jun 19, 2017
146
138
kinda. You have to set it to a normal dating/spouse relationship, then trigger one of the poly scenes. there's no way to do that with the stock set NPC-NPC tool

Hmm.. sort of figured. The option of setting up the kinks would have been nice. There are of course loop holes, but that's a lot of RNG with load and save involved XD
 

Icebird

Member
Sep 22, 2017
369
269
Any modders able to help debug a broken edited scene?

You don't have permission to view the spoiler content. Log in or register now.
My opinion is to try use other counting method for 'choice' value:
Example:
at main question
0::"Accept"
1::"Refuse"

at sub question
10::"Accept2"
11::"Refuse2"

at subsub question
100::"Accept3"
101::"Refuse3"

And of coz must be modify the 'If' leads (If 0, If 10, If 100 and so on, or alternatively you can use the full 'If choice == 0' form, etc...). Anyway it's better overlookable, and help yourself a lot in debug.
 

shiion1

Member
Mar 1, 2017
361
260
Hmm does anyone which stat value trigger NTR scenarios? Tried messing with them for like an hour and got no scenes (m protag)
 

kuro95zone

Newbie
Jul 8, 2021
77
54
you need to enable the content in the mod list, start a game > esc > mod manager or CTRL+M

then enable all the mods you want, you can find more mod on the first page and scattered around this thread.
Not sure how up todate the first page is.
 

hanshass

Newbie
May 3, 2017
29
20
is there a way to turn down poly couple frequency? seems almost like it's an inevitabilty for all couples to be poly given enough time
 

kuro95zone

Newbie
Jul 8, 2021
77
54
you can edit the scene files and change the timeout(xxx, yyy) in the bottom.

not all of the scenes has a timer and some are only 300
 

kuro95zone

Newbie
Jul 8, 2021
77
54
timeout(hours, sceneid1, sceneid2, ..., sceneidN)

USE:
Timeout these scenes for x hours so that they won't trigger again. The number of hours is adjusted by the scene frequency setting however.

300 should be 12.5 day, but maybe there are a ton of those scenes
 

Thermophob

Well-Known Member
Apr 10, 2018
1,925
2,617
timeout(hours, sceneid1, sceneid2, ..., sceneidN)

USE:
Timeout these scenes for x hours so that they won't trigger again. The number of hours is adjusted by the scene frequency setting however.

300 should be 12.5 day, but maybe there are a ton of those scenes
My impression is that timeout value is given in minutes.
 
Aug 8, 2017
388
303
timeout(hours, sceneid1, sceneid2, ..., sceneidN)

USE:
Timeout these scenes for x hours so that they won't trigger again. The number of hours is adjusted by the scene frequency setting however.

300 should be 12.5 day, but maybe there are a ton of those scenes
Isn't timeout modified by the scene frequency setting? So 300 would default to being 300 hours, but could be as low as 30 (i.e. a bit over a day)
 

kuro95zone

Newbie
Jul 8, 2021
77
54
it is affected by frequency, look in LifePlay\Docs\Modding\Command_Functions to see the full descriptions of the function.
 

BareFootS

Newbie
Sep 17, 2021
16
8
During an lpscene-
Directly after a - sex(actor1, actor2) function,
is it possible to determine if actor1 and/or actor2 achieved orgasm?
 
3.30 star(s) 118 Votes