Nov 22, 2017
123
101
The ones before 2.0 the characters looked terrible.
Think that is one of my mods. Sorry, not sure why that happens?

It should be based on fertility or both male and female characters verses random number.

C:
If Random(75, 200) < fertility + Actor:fertility
    "She's having twins!"
    Actor3 = Player.generateRelativeMatchRace()
    Actor3.setRelativeType(Child)
    If Actor2.isValid()
        addNpcRelationship(ParentChild, Actor2, Actor3)
    Endif
    "It's a <Actor3.boy_or_girl>! What should I name my <Actor3.son_or_daughter>?"
    Actor3.enterFirstName()
    Actor3:age => 0
    Player:children += 1
    If Random(110, 300) < fertility + Actor:fertility
        "She's having triplets!"
        Actor4 = Player.generateRelativeMatchRace()
        Actor4.setRelativeType(Child)
        If Actor2.isValid()
            addNpcRelationship(ParentChild, Actor2, Actor4)
        Endif
        "It's a <Actor4.boy_or_girl>! What should I name my <Actor3.son_or_daughter>?"
        Actor4.enterFirstName()
        Actor4:age => 0
        Player:children += 1
    Endif     
Endif
Note: if you don't show up there will only be one kid. And they will still exist they just don't live with you.
Will you be add some things for the NPC gives birth file from the latest Vin Pregnancy update? The file has just got new content . Will you adjust it for twins, triples and more twins?
 

NickNo

Member
Modder
Jan 19, 2020
186
262
Is there a way to get more futas to appear in the world?
While in game, press ESC->Customize NPC distribution
Set male / femal percentage as you wish.
Delta of male+female will be futa. (so: 0%Female, 0%Male -> All dick girls...)
 
  • Like
Reactions: jimdandy

Shaoram

Newbie
Oct 11, 2020
46
4
While in game, press ESC->Customize NPC distribution
Set male / femal percentage as you wish.
Delta of male+female will be futa. (so: 0%Female, 0%Male -> All dick girls...)
Thank you a lot! Would you also happen to know if there's a way to adjust a single actor in a scene, or otherwise fix the mispositioning or model stretching in animations due to playing with the Morph Sliders in character customization? When I t ry to adjust actor height etc it moves both actors at once.
 

Grim

Active Member
Aug 17, 2016
587
454
Has anyone determined what bugs were fixed in the latest update? I'm still seeing all of the same ones that I normally do, including some brand new ones. I also don't see anything new listed in the mod API docs, so I'm curious what got added for modders.
 
Last edited:

Ravenger6660

Active Member
Sep 14, 2017
821
956
Will you be add some things for the NPC gives birth file from the latest Vin Pregnancy update? The file has just got new content . Will you adjust it for twins, triples and more twins?
I have updated my "NPC gives birth" mod file. Twins & triples have a chance of happening if you "show up".

Note: my "Donate_Sperm" will replace the newly made one, but I think mine is way better.
 
Last edited:
  • Like
Reactions: AlexWolfJEDYNY

X&X

Newbie
Mar 24, 2020
21
8
So the current verson, I have my game's polyamory mod on, but I can't have more than one girlfriend? What's the issue?
You first need to suggest an open relationship to your partner, if she accepts, then you can have more girlfriends. You can ask it while on a date, its one or two lines below the Propose relationship to compaignion.
 
  • Like
Reactions: srg91

NickNo

Member
Modder
Jan 19, 2020
186
262
Would you also happen to know if there's a way to adjust a single actor in a scene, or otherwise fix the mispositioning or model stretching in animations due to playing with the Morph Sliders in character customization?
So you played with these silders and ignored the warning?
1609055082261.png

Basically I think you will have to reset the character. (By loading another preset with correct scaling.)
The game animations in my understanding are not (yet ?) prepared for scaled actors.

Maybe 4.0 will improve on this as well.
 

NickNo

Member
Modder
Jan 19, 2020
186
262
Has anyone determined what bugs were fixed in the latest update? I'm still seeing all of the same ones that I normally do, including some brand new ones.
Yeah this annoys me as well. Vin needs to improve on this.
I already suggested we use github to file bug and feature requests but he did not agree (yet...) I'll bug him more :D
Possible problem I see coming up might be that github will not like to see bugs about animal porn or incest as well... so maybe we need another bug tracker.

I also don't see anything new listed in the mod API docs, so I'm curious what got added for modders.
Seems he forgot to add the new docs I send im in advance.
I attach them here. Not sure if he added more APIs. View attachment new_API_3.17.7z

Pls be aware that currenly some of these APIs are still broken:
  • getPersonHere()
  • show(x,y,z)
For details of bugs or missing counterparts see Discord or attached txt file.
 
  • Like
Reactions: Grim

Shaoram

Newbie
Oct 11, 2020
46
4
Basically I think you will have to reset the character. (By loading another preset with correct scaling.)
The game animations in my understanding are not (yet ?) prepared for scaled actors.

Maybe 4.0 will improve on this as well.
Yeah I ignored that, if there's no way to adjust to it right now I'll just reset it and wait for it to be fixed then! Thanks.
 

Grim

Active Member
Aug 17, 2016
587
454
Possible problem I see coming up might be that github will not like to see bugs about animal porn or incest as well... so maybe we need another bug tracker.
Does Github actually care about that stuff? I've never really read through their TOS

Seems he forgot to add the new docs I send im in advance.
I attach them here. Not sure if he added more APIs. View attachment 958593
Thanks for these

For details of bugs or missing counterparts see Discord or attached txt file.
I agree with all the requests in the attachment. The one about buildings would have been nice recently. Was trying to store a reference to a specific building and get the AI to move there, but this didn't seem possible with current modding limitations. Deciding whether random temp characters appear in the building or not would also be nice
 
Last edited:

b_stCloud20

New Member
Apr 6, 2020
7
6
Having a weird bug, apart from the Impregnation parties and events, can't get a npc pregnant in normal scene. Both fertilities are at 100 or high. No fertility tooltip apart from impreg scenes too.
 

Krankeseele

Newbie
Aug 3, 2017
82
114
Hi I have some few questions, Can I edit each room? or just MY room? and can I add the clothes of my Girlfriend to her ? and are there more hair mods out there? ty in advance
 

NickNo

Member
Modder
Jan 19, 2020
186
262
Hi I have some few questions, Can I edit each room? or just MY room?
You can edit EVERY room with a small trick:
- Open the Room editor using "Edit bedroom"
- If you NEVER saved your bedroom to a file do it NOW
- Load the room preset you really want to edit (Base Locations are in vin_Base\World\)
- Save the preset as something like "my_new_bar" it will be in \LifePlay\Content\Modules\
- Rename your file to match the name of the original. (eg: bar___vin01.lpworld if you redesign the bar) DO NOT replace the orig. file in vin_base. This is not required!
-> Room replaced.
-> Load the save of your bedroom or you sleep in a new location :D

@ everyone here: If you think you made a cool replacement feel free to send it to me.
I'm currently working on a "Location Facelift" mod, that revamps some of the "disney world" style rooms. ;-) (I only have done the restaurant yet, so you can freely contribute.)

And can I add the clothes of my Girlfriend to her ? and are there more hair mods out there? ty in advance
Currently it is not possible to "redress" NPCs. Vin tried to give me an API that does this in 3.17 but its not working as required.
So I could let you strip your girlfriend and let her walk around naked... But you cannot choose clothing yet :p
Wait and pray for 3.18 if you want her dressed...

About the hair (or new clothing currently not in the base game): No. Not ATM. Hair is an asset which is "hard wired" in the base game atm. Vin has "external asset loading" on the roadmap for 4.0. By the way, if I recall correctly, there are not more "base assets" as this would bload the already large initial download.
 
Last edited:

Krankeseele

Newbie
Aug 3, 2017
82
114
Ty very much,for ur quick answer,but i still have one question left XD how can I promote my buissness via internet n How should i understand this with the edit room ? I creat my blanko room put thinks in it and recalled bathroom livingroom etc n the npc will except this as bathroom livingroom or even her room ? like Room of Carla,n she will sleept/act in there?
Ok I have like u told me edit every room in the House but ,only me bedroom shows up .what did I make wrong, I have edit bathroom /livingroom and renamed like livingroom___vin01 but only the real one pops out not the one if made. Did i missing something?
 
Last edited:

NickNo

Member
Modder
Jan 19, 2020
186
262
Did i missing something?
Yeah ... or I did not understand your request ;)

In a "home" you currently only have that one editable bedroom.
Additionally there are different locations on the world map - each having a lpworld file associated with it depending on its type.

Having more rooms in a House could be done using a mod. I'll think about this...
 

NickNo

Member
Modder
Jan 19, 2020
186
262
Alright, done!
Did some testing and coding and the result is a new mod called "HomeExtensions 0.3".
This adds five 3D rooms to any "Home" in LifePlay (3.17) - it also adds new scenes / locations for the bathroom.
Tow additional bedrooms can be let to other contacts / random NPCs.

nn_he_intro.gif
(More screens below.)

You can get the mod here: or use my LPLauncher / ModManager to get it.

Current rooms:
- Living room
- Bath room (duplicates the LP original, see readme.txt)
- 2nd bedroom
- 3rd bedroom
- Home-Office - yeah its covid 19!
- Kitchen

The mod is a WIP. But already playable.

You don't have permission to view the spoiler content. Log in or register now.

More Ideas, Bugs, Feature requests? Just let me know. And please: Tag me or I won't notice it.
 
Last edited:
Nov 22, 2017
123
101
Alright, done!
Did some testing and coding and the result is a new mod called "Home Expander".
This adds four more 3D rooms to any "Home" in LifePlay (3.17).

View attachment 960173

You can get the mod here: or use my LPLauncher / ModManager to get it.

Current rooms:
- Living room
- Bath room (duplicates the LP original, see readme.txt)
- 2nd bedroom
- Home-Office - yeah its covid 19!

Planned features:
- Make NPCs stay/live in a room
- Rooms shall initially be empty (as if you move into a new home)
- Add option to buy room furniture
- Add more rooms

More Ideas, Bugs, Feature requests? Just let me know. And please: Tag me or I won't notice it.
Excellent job Bro, we waiting for more :D
 
3.30 star(s) 117 Votes