Déshonorée

Newbie
Nov 12, 2017
76
24
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
341
242
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
Jr. Uploader
Feb 5, 2018
2,733
1,575
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
841
977
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
Jr. Uploader
Feb 5, 2018
2,733
1,575
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
308
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
841
977
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
163
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
341
242
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)
 

Loner22

Newbie
Feb 19, 2018
29
19
Would be nice to have more ways to manage owned companies. Like a way to have staff meeting to get introduced to your staff for example. Or to make someone a manager etc.
 
  • Like
Reactions: Stroh80

Blue_Ant

New Member
Jul 23, 2021
12
7
How to control 100% or 0% chance of pregnancy?
How to control the gender of the child born?
Thank you all~
if you want using script
Code:
100% 
Actor:fertility_npc => 100
or
Actor.impregnate(Player)
0%
Actor:fertility_npc => 0
or
blockPregnancy()  // add this above the Sex(Player, Actor)

For the gender...
//If you want male
While !Actor2.isMale()
    Actor2 = Actor.generatePersonTemporaryMatchRace()
Endwhile
Actor2.makePermanent()

//If you want female
While Actor2.isMale()
    Actor2 = Actor.generatePersonTemporaryMatchRace()
Endwhile
Actor2.makePermanent()
I don't recommend editing the preg files since its already borked in its current state already.
 

smmtt001

New Member
Mar 10, 2022
5
1
Blue_Ant,帖子:8897170,成员:3964874 said:
如果你想使用脚本
[代码]
100%
演员:fertility_npc => 100
或者
Actor.impregnate(播放器)
0%
演员:fertility_npc => 0
或者
blockPregnancy() // 在 Sex(Player, Actor) 上面添加这个

对于性别...
//如果你想要男性
而 !Actor2.isMale()
Actor2 = Actor.generatePersonTemporaryMatchRace()
结束时
Actor2.makePermanent()

//如果你想要女性
而 Actor2.isMale()
Actor2 = Actor.generatePersonTemporaryMatchRace()
结束时
Actor2.makePermanent()

[/代码]
我不建议编辑 preg 文件,因为它已经处于当前状态。
[/引用]

very thk for u~~~
 

jimdandy

Member
Jul 1, 2017
248
165
Question: does incest module affects NPC and their own relatives? or is it just intend to affect player with relative NPC's?
Some of them do affect NPCs and their relatives. Some scenes, where you are with a friend and they confide they have feelings for a relative or they are actually dating.
 

ririmudev

Member
Dec 15, 2018
304
308
Well... two different things in one post, but here goes. Topics are 1) vscode highlighting plus snippets; 2) law profession mod draft
  1. I overhauled the vscode extension I started previously
    1. Contains highlighting that covers .lpscene,.lpai,.lpaction,.lpstat,.lptalk,.lpdesc.
    2. Contains snippets for .lpscene, including basic completions for some core functions and some enums (like values from AllWheres)
    3. File: lplang.zip
  2. Early Draft of a Law Career mod (hence why I asked about controlling NPC spawns a few days ago)
    1. Basically, showing a couple code samples in case anyone wants to suggest ideas
    2. Main controller script:

    3. You don't have permission to view the spoiler content. Log in or register now.
    4. Enrolling in law school script:

    5. You don't have permission to view the spoiler content. Log in or register now.
Note: I'm still on 5.0 stable, so I haven't seen the university update; no idea how this would play with that. I haven't yet decided if I'll upgrade anytime soon. View attachment lplang.zip
That's all for now; stay free (y).
 
  • Like
Reactions: srg91
3.30 star(s) 118 Votes