PhazeUFO

Well-Known Member
Sep 28, 2021
1,639
1,603
So can a male MC be in a Femdom relationship with a female NPC or is it just Female MC's that can be dominated by NPC's?
Yes, I believe so. The animations are hardly there, but I believe most of the events are there. Getting spanked, being their slave, etc.
 

hiddink

Active Member
Jul 20, 2017
858
939
The answer to this is no. Just checked and they will always be a futa as opposed to a dickgirl.

Don't forget that most of the positions are for male despite ladies being able to have a dick too.

Are you looking for the game or the mods? There is a whole section for mods, and I know they have some for the game.
I am looking flr the mods
 

Gagagoug

Newbie
Mar 5, 2018
54
13
Is there a reason why all he download options lead to files that always fail to download?

I tried them all for 64bits and it fails each time.
 

Coomer341

Member
Apr 20, 2020
125
62
Vin need more KoTms or people who make mods/bugfixes, I can repsect what he does but it's nice if we got some updates w/ out a KoTm
 

Déshonorée

Newbie
Nov 12, 2017
81
26
C:\Games\LifePlay_5_8_64bit\Content\Heavy\StreetMap This route not working. In the menu that we choose which city we are living there's not installed warning. Can someone help me about custom cities?
Edit: All mods except ModManager's default won't work either.
 
Last edited:

Icebird

Member
Sep 22, 2017
396
284
C:\Games\LifePlay_5_8_64bit\Content\Heavy\StreetMap This route not working. In the menu that we choose which city we are living there's not installed warning. Can someone help me about custom cities?
Edit: All mods except ModManager's default won't work either.
I think your path is wrong. Missing one folder from it, and should look like this:
"C:\Games\LifePlay_5_8_64bit\LifePlay\Content\Heavy\StreetMap\"
 

Pif paf

Engaged Member
Feb 5, 2018
3,097
2,112
Hi, anyone knows if I can specify other monitor then default? I have external monitor connected to my laptopbut the game is not giving possibility to choose on which i want it to run.
 

Ravenger6660

Active Member
Sep 14, 2017
865
1,010
Hi, anyone knows if I can specify other monitor then default? I have external monitor connected to my laptopbut the game is not giving possibility to choose on which i want it to run.
I think that is more of a setting on your computer, than the game.
 

Pif paf

Engaged Member
Feb 5, 2018
3,097
2,112
I think that is more of a setting on your computer, than the game.
Thanks for 4 reply, I'm asking this because unity games sometimes has the initial screen asking about on which display device I want it to run, so I thought it can be easier done gameside
 

ririmudev

Member
Dec 15, 2018
304
312
Is there a way to prevent random NPC spawns at a location? I'm looking into some controlled scenarios. I suppose you could be in a scene already and do moveTo and/or setLocation, but just wondering if there were any other options or hacks?
 

Ravenger6660

Active Member
Sep 14, 2017
865
1,010
Is there a way to prevent random NPC spawns at a location? I'm looking into some controlled scenarios. I suppose you could be in a scene already and do moveTo and/or setLocation, but just wondering if there were any other options or hacks?
I tried to create a copy of lifeplay where no-one would spawn and Adam & Eve my way to repopulation. But sadly I failed there is seems to be no way to stop npcs from spawning in the room.

However earlier builds of the game that didn't have rooms also did not have npc spawning for them.
 
  • Like
Reactions: Coomer341

Morrigan12345

Newbie
Feb 5, 2021
56
167
Hi all. Can anyone tell me - I've never had my life play out. I put these mods, and probably messed up something, but I can not figure out what exactly, and delete and play without mods do not want. Maybe there will be someone kind and look at this list will tell what mods are conflicting, or what the other problem? (I think the problem in mods Bastardo and Ravenger_Scene), maybe it can be how to fix it? The game hangs, randomly, but fast enough after a couple of minutes of play during the action (assume that the game does not run any scene, or run it wrong).

1662083535405.png
 

Icebird

Member
Sep 22, 2017
396
284
Is there a way to prevent random NPC spawns at a location? I'm looking into some controlled scenarios. I suppose you could be in a scene already and do moveTo and/or setLocation, but just wondering if there were any other options or hacks?
Only location where is naturally not spawn any npc is the 'home'. (Exept if your PC is lives together with bf/gf or husband/wife).
Only you can do is to start your script with move to home and after that call the wanted background on it. But using the 'moveTo' will interrupt any activity what your PC doing and leave that location too of course.

For example from pornempire mod:
Code:
moveTo(Home)
setBackground3D(Modules/nn_PornEmpire/Rooms/nn_pe_office_1.lpworld)
or
Code:
moveTo(Home)
setBackground(brothel)
Also worth a try (don't know if it is working or not) if you want avoid changing the location:

Code:
setBackground(Home)
setBackground3D(street)
 
3.30 star(s) 118 Votes