dividesense

Newbie
Nov 2, 2021
36
22
Just writing to say that I finally completed the quests in the game and I like how those NPCs on my contacts have a tiny backstory to them. This game lacks much emergent world building so having it inserted into the game was nice.
 

Corrupt King

Member
Game Developer
Nov 21, 2017
153
1,091
Would be great to be able to change the NPC's name as part of the scene. Right now I'm able to use something hardcoded via blendPreset, but it's clumsy at best.
 

Xhaji

New Member
Aug 6, 2017
4
0
You should probably reinstall the patch or download the whole game again and go for a completely fresh install.

But, if you're willing to dive into the file structure, the command to exchange contacts with an NPC is exchangeContact(Actor1/2/3/etc.). I haven't played it in a couple of iterations, but if you know the scene that is firing, you could go in and make sure it's in there.
The problem is I get the scene to add the contacts. But afterwards, the contact list is just Me and empty. I tried redownloading but didn't do anything.
 

elfelganor

Member
Jun 19, 2017
147
138
All jobs are the same?

As far as I know, yes. But there are some unique ones, but I do not know of whether they are mods or part of the game :\


One such is the medical career. Any hospital gives you that option. And there's also the warden career for the prison. And I'm not so sure about the university, but you can give it a shot by looking at the options.
 

R0y

Member
Nov 25, 2017
383
241
I tried to changed the hold the moans to where it is mom. When I saved it it said formatting lost and doesn't work. "See attach file" View attachment my_horny_mom_cms.zip Would anybody know a fix of what I did wrong? It would make a great scene which I was gonna share with the LifePlay community.
 

elfelganor

Member
Jun 19, 2017
147
138
!HELP!

Can anyone tell me of how to hire employees after taking over a business.


To be more specific just in case the type of business matters, I took over a strip club.
 

SidRay

Newbie
Jan 10, 2019
15
13
How to rent a temple? I went and changed un unknown building to a place of worship and even changed the name to my religion but I still can't rent a temple. I'm just being told that I don't have a temple.
 

elfelganor

Member
Jun 19, 2017
147
138
How to rent a temple? I went and changed un unknown building to a place of worship and even changed the name to my religion but I still can't rent a temple. I'm just being told that I don't have a temple.
In the religious mod, when it comes to the temple; as far as I know there is no physical building. So you editing it, naming it and putting it somewhere in the map won't help.
If i remember correctly, the way to rent a temple is to go to that religious option? where you can check your inventories, see all your stats and such. After becoming a guru, you will be able to rent a temple.
 

lfforumvr

Newbie
May 14, 2017
29
28
Hi all,
Hi Vinfamy , it would be great if you would add just a (pink?) chastity cage for male/trans in the BDSM clothes for men update!
This would really open up to many new scenarios with custom mods. I think the added value of just 1 cloth is really disproportionately big.
 

foofoo3344

Well-Known Member
Dec 5, 2017
1,560
1,307
Does this game have a tutorial? Last time I played it, there wasn't any and it confused the hell outta me. It'd be nice if there was a tutorial level.
 

lfforumvr

Newbie
May 14, 2017
29
28
Hi all,
I can see that with the Filter() command we can filter down to a specific set of scenes for sex scenes.
Is there a way to select a specific animation/scene and not a series of scenes ?
Thank you!
 

Icebird

Member
Sep 22, 2017
379
275
Hi all,
I can see that with the Filter() command we can filter down to a specific set of scenes for sex scenes.
Is there a way to select a specific animation/scene and not a series of scenes ?
Thank you!
As I know the Filter() command can filter animation types (tags) only. If you can narrow it down what you want you can use more filter options. Example: Filter(blowjob, lying). If you exactly know the animation name you sould try put them directly the Filter() option, I'm not sure but maybe it works.
 
Last edited:
  • Like
Reactions: lfforumvr

Icebird

Member
Sep 22, 2017
379
275
Hi all,
one more question. I can't find a command to "swap roles" in a script. Is there any ?
Thank you!
You can't interfere the sex scene from script. So "swap roles" only exist in the sexscene interactively.
Within script you can swap the order of actor like this:
First scene:
Sex(Player, Actor, Actor2)
Second scene:
Sex(Actor2, Actor, Player)

You can find more info about this at \Docs\Modding\Command_Functions\Sex.txt
 
  • Like
Reactions: lfforumvr

lfforumvr

Newbie
May 14, 2017
29
28
You can't interfere the sex scene from script. So "swap roles" only exist in the sexscene interactively.
Within script you can swap the order of actor like this:
First scene:
Sex(Player, Actor, Actor2)
Second scene:
Sex(Actor2, Actor, Player)

You can find more info about this at \Docs\Modding\Command_Functions\Sex.txt
Thank you for the reply!
As mentioned also in Sex.txt the order is important only for group sex. I am mainly focusing on pair sex.
I am interested mainly to 2 people, like the wife being the Dom and using a strap-on on the man
 

lfforumvr

Newbie
May 14, 2017
29
28
As I know the Filter() command can filter animation types (tags) only. If you can narrow it down what you want you can use more filter options. Example: Filter(blowjob, lying). If you exactly know the animation name you sould try put them directly the Filter() option, I'm not sure but maybe it works.
Thank you for the reply!
Yes, I have tried with the tags, but can't get very specific; I can't seem to be able to make it work with an animation name or something, I get the "scene not found" error.
Also when putting multiple tags (like Filter(blowjob, lying) ) I think it just picks from scenes that contain ANY of the tags, not BOTH of them.
Is that correct Vinfamy ?
Thanks!
 
Last edited:

straydogg

Member
May 9, 2017
260
127
Thanks, the game with no mods, just the download, no bugs, no crashes, runs like it should, and the bondage clothes in stores, good job thanks again:giggle:
 

Ravenger6660

Active Member
Sep 14, 2017
852
996
Thank you for the reply!
Yes, I have tried with the tags, but can't get very specific; I can't seem to be able to make it work with an animation name or something, I get the "scene not found" error.
Also when putting multiple tags (like Filter(blowjob, lying) ) I think it just picks from scenes that contain ANY of the tags, not BOTH of them.
Is that correct Vinfamy ?
Thanks!
Filter(blowjob, lying) = any blowjob sex positions or any lying sex positions. It does not isolate between both tags.
 
  • Like
Reactions: lfforumvr
3.30 star(s) 118 Votes