ZTex

Engaged Member
Apr 3, 2019
2,891
4,177
I found this game yesterday and completely love this open-sourced and moddable adult-game concept. I've been playing around with it and tried to make a new stat for a mod when I found out it randomizes whenever I generate a new NPC. Is there a way that I can keep it at zero whenever a new NPC spawns?
Should be possible to generate the npc, select that one and set their stats to 0.
I'm not sure why you'd want their stats at 0 though.
 

Zerutti

Newbie
Jul 4, 2017
19
21
Trying to use it as a 'progress tracker' like how incestuous tension works. I was hoping to have this stat when a NPC generates to be set at zero for that reason.
 

ZTex

Engaged Member
Apr 3, 2019
2,891
4,177
Trying to use it as a 'progress tracker' like how incestuous tension works. I was hoping to have this stat when a NPC generates to be set at zero for that reason.
Oh see i think i misunderstood your design goal.
I thought you wanted to set all the character stats to 0. Heck i might still be misunderstanding exactly what you are trying to do with this mod but in general if you wanted to have a mod that created a permanant actor then set their stats that much i know can be done. I can't be sure about creating a custom stat though.
 

Zerutti

Newbie
Jul 4, 2017
19
21
Yeah, I should probably clarify. I'm trying to create a 'broken-in' stat to represent that the NPC has been broken in by the player like how 'incestuous tension' works, but I'm hoping to have it applied to randomly generated NPCs than just creating a preset characters for the goal. (Creating a quest for it could be an easier thing to do, but not as open as I would like it.)

Thanks for any help y'all could offer. ;)
 
Sep 28, 2017
98
131
Bug report: When using update 2.12, options like "Bathe" no longer grey out after use.

Going back to 2.11 fixes this.

My folder with the game is renamed to LifePlay 2.12 - I don't think this should cause this but it's possible I suppose?
 

Vinfamy

creating moddable 3D life simulator
Game Developer
Jul 5, 2017
1,250
4,846
Bug report: When using update 2.12, options like "Bathe" no longer grey out after use.

Going back to 2.11 fixes this.

My folder with the game is renamed to LifePlay 2.12 - I don't think this should cause this but it's possible I suppose?
Esc > Settings > No Action Timeout to false
 

Vinfamy

creating moddable 3D life simulator
Game Developer
Jul 5, 2017
1,250
4,846
Yeah, I should probably clarify. I'm trying to create a 'broken-in' stat to represent that the NPC has been broken in by the player like how 'incestuous tension' works, but I'm hoping to have it applied to randomly generated NPCs than just creating a preset characters for the goal. (Creating a quest for it could be an easier thing to do, but not as open as I would like it.)

Thanks for any help y'all could offer. ;)
you can make that lpstat's min and max both 0
of course, this will later prevent functions like this: brokenin += 5 because modifystat has a clamp function at the end
but this should still work: borkenin => brokenin + 5 because setstat shouldn't have clamp at the end

Oh wait, even better:
I added new functions for modders in v2.12 but haven't written docs about them:
use the new setActorVar and getActorVar for this instead of lpstats, check test.lpscene for example
 

Tavern

Newbie
May 16, 2019
33
31
I have yet to discover how to shift the dom/sub stat for the player character or others through gameplay.
Any one have any pointers?
 

Lightrunner

Active Member
Game Developer
Oct 9, 2018
636
421
keep getting the same error i always get at unreal engine games here.
'' LowLevelFatalError [File:Unknown] [Line: 251]
Result failed
at
D:\Build\++UE4\Sync\Engine\Source\Runtime\Windows\D3D11RHI\Priv
ate\D3D11Viewport.cpp:304
with error 8876017C ''
got the necessary

 

dbp5ca

Active Member
Donor
Mar 13, 2017
990
796
- New Radiant Quest "She Kissed A Girl": This is a repeatable quest where you help any straight female NPC awaken and explore her lesbian side (i.e. that NPC will have the 'Interested in Women' tag after the quest completes). If the player is female, she can do the 'teaching' herself. If you're playing a male character however, you can ask any bisexual girlfriend/ wife you have to do it.

Thank you, thank you thank you :) Hated having to edit the NPCs just to get some girl on girl happening LOL
 
Aug 8, 2017
366
287
Thank you, thank you thank you :) Hated having to edit the NPCs just to get some girl on girl happening LOL
You can also set the chance for NPCs to spawn interested in the same sex in the 'Customize NPC Distribution' menu (might not be that exact phrase, currently afk so I can't verify the verbiage). I've been setting mine to 0.9, 0.9, 0.9 to have most people generate as pan, but occasionally there will be exceptions.
 

JayDoubleDee

Newbie
Dec 16, 2017
46
84
I just haven't written the description and dialogues for them yet.
Okay, cool. Will porn directors respect orientation if you have that option checked in the future?

If I may I'd also like request trans/futa gang bangs, and women on futa reverse gang bangs at some point, if possible. I rolled up a college professor turn trans-activist turn porn star for getting it on with multiple Futa/T-girls. :LOL:

I experimented with random NPC distribution, but figured out the actors in shoots are (mostly) gender locked when it comes to the gang bang scenes.
 

Zerutti

Newbie
Jul 4, 2017
19
21
you can make that lpstat's min and max both 0
of course, this will later prevent functions like this: brokenin += 5 because modifystat has a clamp function at the end
but this should still work: borkenin => brokenin + 5 because setstat shouldn't have clamp at the end

Oh wait, even better:
I added new functions for modders in v2.12 but haven't written docs about them:
use the new setActorVar and getActorVar for this instead of lpstats, check test.lpscene for example
Thanks, Vinfamy!

You got a great game in the making here and I'm excited to see what other cool stuff you're going to do with it. (y)
 

sexybastardo

Member
Modder
Jul 15, 2017
129
415
I found this game yesterday and completely love this open-sourced and moddable adult-game concept. I've been playing around with it and tried to make a new stat for a mod when I found out it randomizes whenever I generate a new NPC. Is there a way that I can keep it at zero whenever a new NPC spawns?
Use this:
Code:
HIGHER_BETTER: no_difficulty_adjustment
STAT_MIN: 0
STAT_MAX:
DAILY_CHANGE: 0
DEFAULT_VALUE: 0
Edit: Oh, I just saw vinfamy already answered. :D
 
  • Like
Reactions: Zerutti

sexybastardo

Member
Modder
Jul 15, 2017
129
415
Here's a small mod I made yesterday because of a request in discord:

NO MORE YOUTUBE

It adds a "never show up again" option to the youtube questions that are popping up again and again.

If you select the new option the questions will no longer appear in this playthrough. I also reduced the chances for this scenes to appear at all. This is especially helpfull in longer playthroughs with high stats.

MY OTHER MODS:
PIMP YOUR GIRL BEAUTY EXPANSION BETTER PREGNANCY PARTY & NIGHTLIFE
THE NEW GOODBYE NO MORE YOUTUBE WEIGHT & FITNESS
 
Last edited:

re_volvo

New Member
Feb 21, 2018
9
11
First of all I love the game but I'd like to do more. So what can I do? Well, maybe a translation? But since I don't know squat about modding I would need a bit of help. I've browsing the code but if someone could point me towards where you find the language sources in game that would be very appreciated.
And yet again, I love the game and all the mods that have been made for it.
 

sexybastardo

Member
Modder
Jul 15, 2017
129
415
First of all I love the game but I'd like to do more. So what can I do? Well, maybe a translation? But since I don't know squat about modding I would need a bit of help. I've browsing the code but if someone could point me towards where you find the language sources in game that would be very appreciated.
And yet again, I love the game and all the mods that have been made for it.
If you are a native english speaker you could proof read my mods (or translate them if not), would like to have all dialogs cleared from typing errors and other mistakes. :D
 
  • Like
Reactions: Robert Monotoli
3.30 star(s) 115 Votes