sdibolcrif

Well-Known Member
Jun 24, 2017
1,015
1,258
Speaking of the swinger party, it seems that if you sabotage protection, the PC *will* impregnate/be impregnated by whichever NPC they wind up with (assuming opposite sex obviously) no matter what acts are performed. I tried this 3 times, once spending the entire scene getting a blowjob, once eating out my partner, and once switching positions and blowing her nonexistent dick, and all 3 times she wound up pregnant as a result
 

3lfscout

Member
Jan 8, 2018
412
525
@Vinfamy I haven't checked since pre-.10 but I seen in log from .13 there's a "title screen" ?
Does that mean you heeded my call for avoiding the MultiLoad on startup ?

How bout the other thing I mentioned back then, the Overkill ?
The stuck-above-screenrefresh-Hz thing that even nvinspector couldn't cap. down

Knowing you from "before" - from the lab - you gotta agree after all:
Most essential for anything, before the actual in-game, is the framework
 

n1ck

Member
Feb 5, 2018
374
365
@Vinfamy, will implementing an API to directly get an answer of how much the player have contacts/relations be much a problem? I'd really like to see APIs like GetNumRelative(), GetNumRelations(acquintance), GetNumAllRelations(), etc, i.e.

Code:
if Player.GetNumAllRelations() > 20
    "Gee, I'm popular... Wonder if it means something..."

numDating = Player.GetNumRelations(dating)
if numDating > 3
   Actor(Furious):: "What!!!? You want to add me to your harem? In your dreams, jerk"
@Vinfamy
I've managed to write a converter from MBLab exports to *.lpcharacter, however I noticed that the game poorly manage morphs which change character height. The hair will stay in default height even if the character height is changed. Also, the Body_Size will shrink/enlarge the character head, but not the hair. Any plan to fix this issue?

For the time being, I'm commenting out these morphs from the converted lpcharacter
Code:
Body_Size_max
Body_Size_min
Arms_ForearmLength_max
Arms_ForearmLength_min
Arms_UpperarmLength_max
Arms_UpperarmLength_min
Legs_LowerlegLength_max
Legs_LowerlegLength_min
Legs_UpperlegLength_max
Legs_UpperlegLength_min
Neck_Length_max
Neck_Length_min
Pelvis_Length_max
Pelvis_Length_min
Shoulders_Length_max
Shoulders_Length_min
Torso_Length_max
Torso_Length_min
 
Last edited:

foofoo3344

Well-Known Member
Dec 5, 2017
1,435
1,159
Maybe you can model the chars yourself, or pay the devs a significant sum of money so he can hire a dedicated 3d artist
I wasn't complaining. I was only stating the truth. Don't worry. I'm not gonna bitch about it.
 

Strongwood

Newbie
Nov 9, 2017
77
38
How does pregnancy work in the game?

I have the mod enabled, but yet to have anyone become pregnant. Anyone have some pointers for me?
 

n1ck

Member
Feb 5, 2018
374
365
How does pregnancy work in the game?

I have the mod enabled, but yet to have anyone become pregnant. Anyone have some pointers for me?
Did you have condoms in your inventory maybe that cause it?
You can also enable the "Pregnancy Explanation" option in the settings.

To speed up the pregnancy term, set the "Pregnancy Term Multiplier" setting, with values more than 1 means longer term, below 1 shorten the term.
 

Vinfamy

creating moddable 3D life simulator
Game Developer
Jul 5, 2017
1,250
4,847
Also, is there anyway the test scenes which include childbirth without having to wait 280 days from conception?

Another is can the tips at the upper-left screen be disabled only when in settings menu? It obscure some of the settings and there's no way I know of to dismiss it.
Good shout about the tooltip conflict with Esc > Settings. I'll disable it when settings is on.
You can either speed up the term with Esc > Settings > Pregnancy Term Multiplier
Or you can open up the console, type in wait n , with n being the number of hours, or wait until DDMMYY

game is cool but how know this option work Optional: pregnancy ? or maybe change time or skip
See above

Speaking of the swinger party, it seems that if you sabotage protection, the PC *will* impregnate/be impregnated by whichever NPC they wind up with (assuming opposite sex obviously) no matter what acts are performed. I tried this 3 times, once spending the entire scene getting a blowjob, once eating out my partner, and once switching positions and blowing her nonexistent dick, and all 3 times she wound up pregnant as a result
I wanted to guarantee pregnancy as this scene was requested as 'pregnancy party' by a patron. I'll see if I can 'guarantee pregnancy, but only if creampie' instead.

@Vinfamy I haven't checked since pre-.10 but I seen in log from .13 there's a "title screen" ?
Does that mean you heeded my call for avoiding the MultiLoad on startup ?

How bout the other thing I mentioned back then, the Overkill ?
The stuck-above-screenrefresh-Hz thing that even nvinspector couldn't cap. down

Knowing you from "before" - from the lab - you gotta agree after all:
Most essential for anything, before the actual in-game, is the framework
Yeah, no more loading everything at startup, the clothes (which is by far the heaviest assets in the game) will now also be loaded dynamically as and when each of them is used. The default map (Central London) won't be loaded until you select it.

Can translate Chinese?
I'd love to, since there's probably a big Chinese-speaking audience that might enjoy the game. The game also has a few Chinese maps.
I have zero knowledge of the language though ... so unless someone volunteers (which is a big ask, with hundreds of scenes in the game, that's a lot of texts to translate), I can't see it happening.

@Vinfamy, will implementing an API to directly get an answer of how much the player have contacts/relations be much a problem? I'd really like to see APIs like GetNumRelative(), GetNumRelations(acquintance), GetNumAllRelations(), etc, i.e.

Code:
if Player.GetNumAllRelations() > 20
    "Gee, I'm popular... Wonder if it means something..."

numDating = Player.GetNumRelations(dating)
if numDating > 3
   Actor(Furious):: "What!!!? You want to add me to your harem? In your dreams, jerk"
@Vinfamy
I've managed to write a converter from MBLab exports to *.lpcharacter, however I noticed that the game poorly manage morphs which change character height. The hair will stay in default height even if the character height is changed. Also, the Body_Size will shrink/enlarge the character head, but not the hair. Any plan to fix this issue?

For the time being, I'm commenting out these morphs from the converted lpcharacter
GetNumRelative(), GetNumRelations(acquintance), GetNumAllRelations() should be no problem. I'll see if I can get these done in time for v1.15. If not, v1.16 it is.
Yeah, all the length morphs I exclude from the game, they mess up the animations pretty bad too. I do want to allow different character heights eventually, maybe when I update the models.
 
  • Like
Reactions: Strongwood

sdibolcrif

Well-Known Member
Jun 24, 2017
1,015
1,258
I wanted to guarantee pregnancy as this scene was requested as 'pregnancy party' by a patron. I'll see if I can 'guarantee pregnancy, but only if creampie' instead.
Doesn't the game already have a check for that? I could swear I've seen "no cum in vagina" or something along those lines in the impreg popup
 

Vinfamy

creating moddable 3D life simulator
Game Developer
Jul 5, 2017
1,250
4,847
Are there any plans for a fast forward months/ years mechanic? Instead of clicking fast forward and waiting manually for a change in days and months.
It's already in there, mostly for me and modders to test stuffs
Open up the console (~# , tilde button under Esc, or Insert), type in wait n , with n being the number of hours
Or waituntil DDMMYY
Doesn't the game already have a check for that? I could swear I've seen "no cum in vagina" or something along those lines in the impreg popup
Yes, there's already a check for that, but in that pregnancy party scene, I bypass all the checks to guarantee pregnancy. I haven't implemented a function to bypass one check but still use another yet.
 

n1ck

Member
Feb 5, 2018
374
365
GetNumRelative(), GetNumRelations(acquintance), GetNumAllRelations() should be no problem. I'll see if I can get these done in time for v1.15. If not, v1.16 it is.
Could you also update the docs for the API in th next version? I've seen many undocumented API in v1.15 scenes.

Also some notes and consistency with API which could return multiple actors is greatly appreciated. Like I saw that getSpecific(Dating) could be called multiple times, each will return another GF/wife if multiple GF/wife exists, but getSpecific(Affair) will return only one actor, despite there are multiple Lovers.

Yeah, all the length morphs I exclude from the game, they mess up the animations pretty bad too. I do want to allow different character heights eventually, maybe when I update the models.
I was thinking along the line of making the engine ignoring the length settings altogether.

Creating a real-time 3d engine which could handle variable height is a holy grail no devs has able to obtain so far, even triple A studios. Nobody seems too keen to write a realtime IK (Inverse Kinematics) needed to handle height variances. I once found a triple A 3d editing package which do exactly this but it was defunct more than 5 yrs ago. Apparently the market has spoken, realtime IK is not needed.
 

Vinfamy

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



Download:
Windows (64-bit): -
Windows (32-bit): -
Linux:

v1.16 Update Only:
(for those already with v1.10 or later)
Windows (64-bit): -
Windows (32-bit): -
Linux:

Change Log:
- Gangbang (1F, 3M+) animations
- Scenes and actions to trigger the new animations
- All NPC-NPC sex scenes (no player involvement) now has 5% chance of leading to pregnancy
- Home invasions as a criminal
- Add a few more API functions requested by modders
- Tweak the character lighting for less intense bloom
- Bug fixes and improvements
 
D

Deleted member 7072

Guest
Guest
The game is great, other than the ugly models. Hopefully the dev finds a way of making them attractive, not much point having visuals in a porn game if they are ugly as hell
 
  • Like
Reactions: John123456

CLDꝜ

̷ ̷ ̶ ̴ ̴ ̴ ̷ ̸ ̸ ̷ ̵ ̸ ̸ ̴ ̵ ̷ ̵ ̴ ̶ ̴ ̶ ̵ ̶ ̴ ̵
Staff member
Moderator
Community Liaison
Jul 7, 2017
1,342
5,491
The game is great, other than the ugly models. Hopefully the dev finds a way of making them attractive, not much point having visuals in a porn game if they are ugly as hell
This is very true. But unless a 3D artist joins him in creating this game, we need to wait until he gets enough patrons (or donations) to hire one, or buy high quality 3D models. Right now he only have 23 patrons, that gives a total of $64 a month, so I doubt anything will happen with the models any time soon :\
 

n1ck

Member
Feb 5, 2018
374
365
Wow, that was fast, 1.16 is out. Downloading now.

@Vinfamy
How does these settings work?
  • Sex Duration Multiplier
  • Scene Frequency
  • Pregnancy Term Multiplier
  • Child Growth Speed
What does higher and/or lower values than the default in these settings means?

Also, what are these settings?
  • Allow Home Dye
  • No Scene Redress
  • Ignore Animation Condition
Also, are there a list of changed/added APIs somewhere? I couldn't find it in the docs folder.

The game is great, other than the ugly models. Hopefully the dev finds a way of making them attractive, not much point having visuals in a porn game if they are ugly as hell
Well, I'd have to disagree with the assertion of porn games has to have good models. Though having good visuals won't hurt, IMO Vinfamy has gone above and beyond other similar games I've seen so far, even with the current state of the game graphics. Yes others have better, or awesome graphics, but not the scale, moddability, and God forbid, Open Source. Look at Fallen Doll for example. Good graphics, but I delete it after playing it once.

I once joined a dev team of an adult game. As soon as I mention building up 3d content and use open source engine as there were contributing 3d artist among us, everyone freak out, saying I'm batshit crazy for wanting to make it a free game. Free, not even an open source. So Vinfamy, you have my respect.

This is very true. But unless a 3D artist joins him in creating this game, we need to wait until he gets enough patrons (or donations) to hire one, or buy high quality 3D models. Right now he only have 23 patrons, that gives a total of $64 a month, so I doubt anything will happen with the models any time soon :\
Expect to pay the 3d artist well above the normal rate. Porn + open source means the artist will milk you dry.
 

scootz

Newbie
Jul 5, 2017
24
17
with the open/poly relationship is it possible to have for instance multiple wives living in the same location? like if i get my own residence and have my girlfriend/wife move in can i get another one to move in as well. and would there be more interactions that way.

also might be interesting to have a small interaction module specifically for living with multiple partners .. like 2 of your wives competing for you or perhaps a dominant female living with her cuck and a bull at same time.
 
3.30 star(s) 117 Votes