Grim

Active Member
Aug 17, 2016
913
623
Tried to mod game a little today (write a small scene), but I don't seem to get "If" function to work properly - it acts just like there is no conditions. Is there some trick to get it work?.. I'm using NP++, if this matters.
Attached is a file with a small test scene I wrote - just to make sure it does not work.
Other scenes (vanilla and a number of additional mods) seem not to have any issues with If.
You're using tabs which don't get interpreted correctly. Configure Notepad++ to insert spaces for tabs instead. You can also convert all existing tabs to spaces in a file by doing Edit -> Blank Operations -> TAB to Space
 

Pilotus13

Newbie
Aug 14, 2018
32
26
You're using tabs which don't get interpreted correctly. Configure Notepad++ to insert spaces for tabs instead. You can also convert all existing tabs to spaces in a file by doing Edit -> Blank Operations -> TAB to Space
Wow, it worked! Thanks a lot!
 

Birthworm

New Member
Aug 12, 2020
7
5
Thanks. Sucks there's no labor/birth scene akin to the Hollywood drama type with the mom cursing the dad for knocking a baby in her, or a cuckold being restricted from the maternity ward because the personel knows he's not the dad, or the surprise where they think he is and it's not the case. Still neat to watch the belly expand bit by bit though.
 

Moabit

Newbie
May 3, 2018
19
4
Could someone tell me are there High Heels in the Game? I am new here and would like to by them for my Character.
 

soldier321

New Member
Jan 3, 2018
10
2
push the esc key and look in the settings section, uncheck the "Auto-Pause after action" box. The pop up tool tip says it makes the game behave more like a turn based game.
Have off already, for instance, If I "work for an hour" and a scene triggers, like "customer left no tip, be professional/be angry" it, once I choose my option, the time stops and I have press space/click resume

That option suppose to keep the time running even after a scene that pops up?
 

Grim

Active Member
Aug 17, 2016
913
623
Have off already, for instance, If I "work for an hour" and a scene triggers, like "customer left no tip, be professional/be angry" it, once I choose my option, the time stops and I have press space/click resume

That option suppose to keep the time running even after a scene that pops up?
That option has to do with the game pausing after an action completes, not after a scene. Scenes get triggered in the middle of actions. I don't think there's any way currently to automatically resume after a scene

Edit: That option also appears to be broken. Even with it off it still pauses after an action completes
 
Last edited:
  • Like
Reactions: jimdandy

sirus.d

Newbie
Dec 5, 2017
86
55
I ran into an annoying situation

girlfriend: lives in the MC flat, is shown in the rooms and can be interacted with
BUT as soon she becomes a
wife: still lives with MC, but is no longer shown in the rooms and can't be interacted with - unless I use general shortcuts like the Propose Sex to Partner or the phone...

Is that a known bug?
Is there a fix other then don't marry her?
I tried the forum search on that, but couldn't find anything

edit:
Nevermind, I solved the problem somehow after some more trial&error saves including breaking up with her, moving her in/out of the flat before the marriage, passing time, etc. Not sure what combination actually worked, but all is fine now. *shrug*
 
Last edited:

Deleted member 2476484

Member
Modder
Jun 15, 2020
164
117
Hi all,
I've separated the ShopAddons mod into mini mods.

It's not perfect yet, but it works !

I'm not sure about my coding, if one modder can take a look of one of my mini mods (shop), and make the fix, I will fix the others by myself. I just want to be sure I'm using set/get/modifyActorVar the right way....

If my coding is good, I will post them to the mod repository, ModManager, fandom ...
 
  • Like
Reactions: NickNo

Vima

Newbie
Modder
Jul 3, 2018
94
239
Moabit
you can do it via the contact list -> edit appearance -> select morphs, there should be body morphs.
if you mean this :)
 

ExITzz

New Member
May 8, 2020
3
5
As promised I want to share the LifePlay Launcher / Mod Manager with you.
It is a stand alone launcher (32/64 Bit .NET) for LifePlay. Just put it next to the LifePlay.exe in your game directory.
It can install, update and manage LifePlay modules and addons like character and room presets.


Current Version: 1.4.3.5 (15.01.2021)
Download:
Documentation:
When I run LPLauncher.exe it shows "Cannot download mod repository."
It is v1.4.2.0. but GIT says there are no differences in the 1.4.3.5?
 

Pilotus13

Newbie
Aug 14, 2018
32
26
Is it possible to set a proper animation for a scene - like one person is sitting (everytime scene starts), another one is, let's say, drinking coffee? I tried "animate" function - it didn't work, however AnimatePair, that I found in another scene works, but if only for two people...
 

NickNo

Member
Modder
Game Developer
Jan 19, 2020
270
335
When I run LPLauncher.exe it shows "Cannot download mod repository."
It is v1.4.2.0. but GIT says there are no differences in the 1.4.3.5?
Love this kind of reports - where the fix is alredy included :)
Just use the latest version. There are dozens of changes ;) - See here:
 

NickNo

Member
Modder
Game Developer
Jan 19, 2020
270
335
I've separated the ShopAddons mod into mini mods.


I'm not sure about my coding, if one modder can take a look of one of my mini mods (shop), and make the fix, I will fix the others by myself. I just want to be sure I'm using set/get/modifyActorVar the right way....
Looks promising ;-)

About the way you coded it:
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Pilotus13

Newbie
Aug 14, 2018
32
26
Having a problem, getting required chars for scenes - it seems that selection rules (after If) do not work.
For example, I assume that the string below should give me two chars for a scene - one is my colleague from my contact list, who is at least a little submissive. Second char is my boss. And the colleage selected should be in his love interests (is boss is heteromale, no trans or men should appear as Col char).
WHO: Col = getPerson(true); Boss = getSpecific(Boss); If Col.isColleague() && Boss.isInterestedIn(Col) && Col.masochism > 10

However, I'm getting any person from my contact list (except for syblings for some reason), also without any references to boss love interests...

Could please anyone advise on what is wrong there?..
 
3.30 star(s) 117 Votes