Lostlegends

Active Member
Modder
Jul 9, 2017
592
1,159
I definitely second (third, and fourth!) that part about the child-raising scenarios! My child hasn't been born in-game yet so for now that's a bridge I've yet to cross. I am disappointed that kid models aren't there, not even T-posing shrunken player stand-in models for now, but I could forgo the visuals temporarily just to get some scenes where one can pretend to experience the struggles of parenthood. I've a feeling writing those would be far beyond my pay grade and maybe not even possible due to the quick ageing up process. I have literally no idea right now
I have already looked at this and implamented Childish models and improved the basic child care scenes. The main problem is once you start messing with these things, I think it will cause problems with some scenes.(You could probably end up with them in random sex actions) And I for one would rather not get banned.
One thing I want to mention is the stats. I know the game is basically a big sandbox where the player can do as they like and don't even really have to sleep or eat unless they want, to but it does break immersion for me when my character can work for 12 hours, gamble, have sex, watch a movie, do housework, visit a prison, go shopping, go to the doctors, repeat, repeat, repeat for days and not have to sleep or eat at all. She's not a robot! I wish there was a way to toggle something to experience an overall faster decay rate of needs. Would this be possible one day?
This could be easly implamented, the main problem being mods like the pregnancy one use a lot of scenes(including sleep) and currently there is no way to make 2 scenes alter one file, the later in the mod list wins. So you then have to start makingpatches which makes more problems (If preg mod updates, patch is broke)
As for more scenes; I'm one of the rare few that don't like Incest romance scenarios (as in siblings falling in love)
I currently have a fixed sort of story mod made, were you can instantly start with a ready made family and corrupt and train them. But its made from the perspective of a 20yo male(includes 2 sister,mother,father,aunt,2 cousins,uncle,grandmother.) This could be made avalable if there was interest(needs about 2 hours work!)
 

Lostlegends

Active Member
Modder
Jul 9, 2017
592
1,159
Well I have made several characters using the blending option with my 20 character pack and other players creations. Sometimes the game made them all by itself. I am also making porn starts but not real life ones.

The blending option only take a second. Its take about 10 to 20 blends to get an awesome looking character. In less than 5 minutes I can get a nice looking character. Takes at least an hour or two using just sliders.

I can post them for you if you want. Have 10 elder females. No guys yet. Have to add Dads to make some.
Would be nice to have more variation to blend from, However I wont just use someone elses work without permission! To much of that shit around already! There are 4 elders I merge from and 1 student, hence the similarities.
 

Vinfamy

creating moddable 3D life simulator
Game Developer
Jul 5, 2017
1,250
4,846

Since the last list I posted on 7 Dec, even more new mods have been released and many existing mods have received major updates. I'm very grateful for the efforts of these wonderful modders. Here's an updated list:
"New" means the mod was released within the last month. "Updated" means the mod was recently updated within the last month.
If you want to make mods for LifePlay yourself (which requires no coding experience nor special software), start by checking out the and join our - modders are usually quite active on there.

How to Install Community-Made Mods:
Download and extract the mod into Content/Modules
Make sure you don't leave an extra directory level for the mod, meaning:
For Better Pregnancy for example, it should go like this:
Modules/sb_BetterPregnancy/sb_BetterPregnancy.lpmod
and NOT
Modules/sb_BetterPregnancy_v1_3/sb_BetterPregnancy/sb_BetterPregnancy.lpmod
(If this is the case after you extract the mod, you need to move the sb_BetterPregnancy folder out to Content/Modules and delete the (now empty) sb_BetterPregnancy_v1_3 folder)
After this, make sure the mod is active in the Mod Manager. (Ctrl + M > Tick Mod > Confirm)
 

Lostlegends

Active Member
Modder
Jul 9, 2017
592
1,159
@Vinfamy
Your getting quite a list of Mods there now, must be good to see it starting to get more popular!
I will change all my mods to unpack to the Modules folder from now on if this is current advice, As I was packing so they go in the root.
 

Lostlegends

Active Member
Modder
Jul 9, 2017
592
1,159
@Vinfamy
Sorry I think I have found a rather bad bug. In Sugerbabe++ I modify a lot of stats, I have a sugerbabe with 100 attractiontoplayer. On doing "Actor:attractiontoplayer += Random(0, 1)" the attractiontoplayer stat changes to -100!
I tried "if attractiontoplayer > 100:attractiontoplayer =100"
The only fix I can get working is:
"Rnd = Random(0, 1)
If Rnd + Actor:attractiontoplayer > 100
Actor:attractiontoplayer = 100
Else
Actor:attractiontoplayer += Rnd
Endif"
No idea if other stats are the same! It will be a bitch to put this on all stat throughout the code!
 

Lostlegends

Active Member
Modder
Jul 9, 2017
592
1,159
Sugerdaddy++ bar bug fixes
Have up to 5 sugerBabes
Fully functioning date system
Date tracking/ Date satisfaction
turn sugerbabes into girlfriens (Suggested)
Hotel Rooms by Vima (Thanks)
Currently all activities are free (waiting for user input to see costs should be added)
Install to the /Modules directory then Activate in game ESC/Mods/LL_ActiveMods.
Download here:
https://f95zone.to/threads/ll-game-mods-for-lifeplay.43387/
 
  • Like
Reactions: Robert Monotoli

gypsytears

Newbie
Aug 24, 2018
28
16
Currently all activities are free (waiting for user input to see costs should be added)
Just thinking about it quickly, each date should cost a few hundred dollars. If you go to a high end restaurant, a nice dinner for two is typically around $250 if not more. That, and the hotel for the nights activities plus the envelope of cash in the morning could add another $300-$400.

One suggestion, in my opinion, would be to forego the envelope of cash in the morning. You already pampered your sugarbabe with the fancy restaurant and the lavish hotel, why would you leave money in the morning? Might as well just use a hooker at that point. Instead, there could be additional scenes later on where your sugarbabe will call and ask for money and/or material things. Not sure how difficult it would be to implement a system that would alter their opinion of you based on whether you indulge them or not with gifts and/or money.
 
  • Like
Reactions: Lostlegends

cm90

New Member
Jan 14, 2020
1
0
Modding documents mostly go over scripting- how would we go about adding hair/clothing and so on? Or at least to retexture what's there?

Also, a lot of the shoes clip really badly, might want to put a mask on the feet texture or something at least.
 

Lostlegends

Active Member
Modder
Jul 9, 2017
592
1,159
Just thinking about it quickly, each date should cost a few hundred dollars. If you go to a high end restaurant, a nice dinner for two is typically around $250 if not more. That, and the hotel for the nights activities plus the envelope of cash in the morning could add another $300-$400.

One suggestion, in my opinion, would be to forego the envelope of cash in the morning. You already pampered your sugarbabe with the fancy restaurant and the lavish hotel, why would you leave money in the morning? Might as well just use a hooker at that point. Instead, there could be additional scenes later on where your sugarbabe will call and ask for money and/or material things. Not sure how difficult it would be to implement a system that would alter their opinion of you based on whether you indulge them or not with gifts and/or money.
If you havent looked at the mod yet there are quite a few diffrent activities you can do. EG you dont have to take her to a fancy resturant and hotel, instead you could take her to a burger bar and cheap hotel, and screw here in the park. She wouldnt be happy about it, but you can do it. Activities affect the relationship +- stats, if stats to low your not gonna get anything. It's more if the player wants the roleplay of having the actual money removed from them.
 

Lostlegends

Active Member
Modder
Jul 9, 2017
592
1,159
Modding documents mostly go over scripting- how would we go about adding hair/clothing and so on? Or at least to retexture what's there?

Also, a lot of the shoes clip really badly, might want to put a mask on the feet texture or something at least.
You don't not without going intto the base code in unreal and adding them before it compiles.
 

Lostlegends

Active Member
Modder
Jul 9, 2017
592
1,159
Kind of the point of sugardaddy/momma - sugarbabe is gifts/money. Otherwise it's just dating.
Well considering you can just add cash in the stats menu. Its more roleplay than anything, but I get the point. Looks like I will be adding values to everything then:eek:
 

Lostlegends

Active Member
Modder
Jul 9, 2017
592
1,159
Not sure how difficult it would be to implement a system that would alter their opinion of you based on whether you indulge them or not with gifts and/or money
Allready done! But that just made me think. I suppose a Sugerbabe should also leave you if he/she gets too unhappy because you dont treat them right. So much for Final lol.
 

Lostlegends

Active Member
Modder
Jul 9, 2017
592
1,159
Ok Sugerdaddy 1.1 coming tomorrow with cash subtractions, unhappy sugerbabes dumping you and sending them gifts lol.
 

Kemal Ataturk

Member
Dec 23, 2019
167
441
It's 2020 ... I haven't even played skyrim and fallout 4 since 2017. I retired from Bethesda modding as soon as Bethesda started the Creation Club with its forced updates that break Script Extender mods every few weeks. I wasn't exactly the only modder that went out during that period (in fact, you can probably count on one hand the number of popular Bethesda modders from the 15 - 17 period that are still active now). With all the crap Bethesda's done since, I don't exactly regret my retirement as a modder, to be quite frank.
Pretty sure I didn't sign a lifetime contract when I first published my free mods that prevented me from moving on from Bethesda games and focusing on other projects :p
All my mods' source code is still on LoversLab, available for anyone to use and modify. Some more recent mods have done exactly that.
If your mod uses script extender plugins then make them version independent by removing version checks, the script extender team updates skse/f4se within a day or two after a game update. Hating on CC because it's cool to do so is not an excuse to quit modding
 
  • Haha
Reactions: Robert Monotoli

gypsytears

Newbie
Aug 24, 2018
28
16
If you havent looked at the mod yet there are quite a few diffrent activities you can do. EG you dont have to take her to a fancy resturant and hotel, instead you could take her to a burger bar and cheap hotel, and screw here in the park. She wouldnt be happy about it, but you can do it. Activities affect the relationship +- stats, if stats to low your not gonna get anything. It's more if the player wants the roleplay of having the actual money removed from them.
You're right. I quickly played through a bit and I must've been thinking about something else because I breezed past it. Long day at work I guess:sleep:.

Still, if you're open to suggestions, I would like to see random events where your SB calls for things and depending if you indulge them or not it affects your relationship with them.

Great mod as is, anything else is a bonus.

Edit: Just saw your post about the update tomorrow. If you need any ideas for gifts or whatnot I have an idea or two.
 

Lostlegends

Active Member
Modder
Jul 9, 2017
592
1,159
Edit: Just saw your post about the update tomorrow. If you need any ideas for gifts or whatnot I have an idea or two.
Always up for suggestions , Ideas are the hardest part. post away or use PM, going bed now, but I will check back tomorrow.
 

MattShizzle

Well-Known Member
Oct 31, 2019
1,354
1,275
For PYG - some problems where very high submissive hoes with very high dominant pimps even with decently or even high perversion refuse to train with a friend. Also like 0 martial hoes are able to beat 100 martial pimps for refusing when this happens and leave instead of giving in and doing what they're told like a hoe should. That shit makes a pimp mad. And you know what happens when a pimp gets mad. Bitches get slapped. There actually should be a system for punishment for refusal of a pimp order - spanking, whipping (with pimp sticks made from untwisted wire hangers) or rape, etc.
I also like the idea of (way outside the mod) where in any case one character tries rape and fails by far, there's a chance the intended victim decides to get revenge and rapes the want to be rapist instead.
 
3.30 star(s) 116 Votes