Ravenger6660

Active Member
Sep 14, 2017
860
1,005
found this flirt Extended, works very well, has one bug that ive encountered, when gangbanging, if theres more than three, the animation wont show, more than three, i think and they just all stand, dont know why,and im not a modder, not too computer savy, like i said i found this and its not done by me just thought id share it:)
I sometimes has to do with condom use. promise to pull out or use a condom then hitting spacebar should fix it sometimes.
 

Icebird

Member
Sep 22, 2017
396
284
And there are the Actor1.randomizeRace() and the Actor1.randomizeSexy() commands too. And if you want exactly what you saved you can use Actor1.loadPreset(your_preset). This replaces the temporary character with your preset, not merging together (blending). More about this here: .\LifePlay_4_0_Beta_3_64bit\Docs\Modding\Command_Functions
 

straydogg

Member
May 9, 2017
260
127
The issue is with the combination of genders being created by the flirt_after_sex.lpscene

Code:
Actor2 = false
    While !Actor2.isMale() || !Actor2.isValid()
        Actor2.delete()
       
        Random
            Actor2 = getPerson()
            Actor2 = generatePerson()
        EndRandom

        Actor2.randomizeFace()
        Actor2.randomizeHairs()
        Actor2.dress()
    Endwhile
Here they are looking to loop until they create a Male actor

!Actor2.isMale() is the correct check for this, but adding the OR condition for !Actor2.isValid() then ruins it. The current code also creates females, and there are no animations available for the current group of genders so they just stand there. From what I can tell, there aren't any animations that support mixing of genders other than 1+X

These example combos have animations and will work:
FMMM
MFFFF
FMMMM

These do not have any animations, so the actors just stand there:
FFMM
FFMMM
FFFMM

Try replacing it with this copy I've edited (untested, but it should be fine)
thank you soooo much!!!!!!!!
 

almostideal

Member
May 12, 2020
208
209
Updated to include the scenes cheerleader, show_off_dance and sing_along. There's no extra dialogue for these scenes, if you don't give them your number they just disappear.
 
  • Like
Reactions: srg91

Ravenger6660

Active Member
Sep 14, 2017
860
1,005
is there a way to specify how npcs get created? races etc?
Think you want to go to settings & "NPC distribution" there you can change Male female & "futa" percentage, Human elf vampire & orc percentage, and body types for male & female/futa. As for race, best to start a game with majority race you want at the percentage you want.
 

a1fox3

Loving Family Member's
Donor
Respected User
Aug 8, 2017
24,470
16,969
Been a while since I have downloaded this and played it so time to do so again.
 

Xiv2

New Member
May 1, 2021
10
0
Bugs that cause CTD or freezing up definitely need fixing.
I can only make this Game to freeze, when starting out on an big Map like Vancouver, and than on the Map selection i create set random Buildings to 20% Chance for each Building type.
I could start an Character on that Map, once it was saved and than loaded, LifePlay was taking all of my RAM, wich is not normal, and never happened without crazy settings when setting up the Map.
Besides that Lifeplay is Rock Solid on my end, no Crashes, Freezes or anything like that.
Could it be that it`s yust an outdated Mod that is acting up here?
 

Greendasteel

Member
May 28, 2018
154
104
why others dont do such a stable and monthly updates like vinfamy...
better get money for nothing then make your projects better...
 

AntiVeraX

Member
Mar 17, 2018
299
748
All the clothing on all characters (NPC OR PC) are clipping. Is this something normal or am I missing something?
 

hero357159

New Member
Apr 14, 2021
12
19
All the clothing on all characters (NPC OR PC) are clipping. Is this something normal or am I missing something?
Please read the patch notes when you download, or even just 3 posts up it is explained.

Beta 3 was a clothing/morph rework so that clothing fits better. This does NOT affect old clothing as it will all be removed, so all NPCs will have lots of clipping now since they only spawn with old clothes. In this current version Female PCs wearing new clothing items will look good on almost every body shape as the stretching is much better than before, but everything else will look bad. If you are very concerned about it, you can add new clothing items to NPCs through the Add to Inventory menu and they will wear it.
 
  • Like
Reactions: Hongfire Survivor

Hongfire Survivor

Active Member
Mar 28, 2020
664
1,656
Man I wish Sex just had an orgasm button.

Changing the stats to have a higher base avoids lesbians hating lesbian positions (lol) but sometimes I'm just trying to get someone pregnant.
 
  • Like
Reactions: srg91

straydogg

Member
May 9, 2017
260
127
Also awfully lot heterosexual males hate vaginal penetration. I mean, come on.
you can go to sex prefences and change the stat minimum so it is not -100 and change the ones you want to a plus ie; +40 or to what ever you please they are all in vinBase;), also can do for all stats this will keep the stats in the positive side when the game generates new ppl
 
Last edited:
  • Like
  • Heart
Reactions: srg91 and croatia69

Vinfamy

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

This is the fourth of the five updates making up the v4.0 Variety and Polish Overhaul and the second update focusing on Clothes in the overhaul. It's very similar to what was done in Beta 3, just even more in quantity.
- 200+ new female clothing items
- Notably, compared to Beta 3, the Beta 4 batch of female clothes have a lot more of those with the "Partial Undress' state available
- 200+ new male clothing items
Estimated Release Date: Saturday, 15 May

Note since this is a beta update, part of a larger overhaul:
- Even after tons of clothes have been added in Beta 3 & Beta 4, there is still a smaller but more selective batch of around 100 items to be added in v4.0 Stable, focusing on uniforms, ceremonial / religious attire, and accessories. Basically, for Beta 3 & Beta 4, I simply went down the list of assets I have collected, so most of what's been added are just everyday clothes. In v4.0 Stable, I'll review what's still missing and seek out the specific pieces that the game still needs for its different building types, jobs, scenes and ethnicities. Also, I have deliberately avoided jewellery and other accessories so far in Beta 3 & 4 because they must be rigged, morph-transfered and tagged a bit differently from normal clothes, so I leave them for v4.0 Stable to do all in one go for efficiency.
- Also, all the logic to use all the new clothes for NPCs (which piece should go with which to avoid clipping, what to wear for which location, etc) will come in v4.0 Stable. Therefore, for now, just like in Beta 3, all the new clothes are just for the player character to try on. NPCs still use the old clothes, which clip horribly because of all the new character morphs added in Beta 1 & 2. Don't worry though, Beta 4 is the final update these clipping-friendly old clothes even stay in the game files as they will all be cleared out in v4.0 Stable to save space while the NPCs embrace the new clothes with all the logic added.
- After Beta 3 & 4 & Final, the total number of clothing items in the base game would be over 800, which is plenty. Still, this doesn't mean that I will no longer add any more clothes ever again in the future. So if there's some specific clothing piece you have in mind that didn't make it in these 800 added during the v4.0 overhaul, don't worry. In the future, once every few months, I will dedicate one update for a new batch of clothes, and these updates will come in the form of easy-to-install & version-neutral optional downloads (just like the optional maps) as I don't want to keep increasing the base game's download size. The best thing about these being available as optional downloads is that I won't have to be as stingy with polycount and texture resolution for them as I had to be with the 800+ items in the base game, since it won't matter how heavy or performance-intensive these optional clothes end up being since the player gets to pick and choose how many and which they want used in their own game. Basically, these will be "High Definition Clothes Free DLCs".
 
May 5, 2019
21
27
Yet more issues that can be solved short term:

- Sex scenes should start within the proper context of the situation. Dominant partners should already be in charge. Clothes should be in on or off states. This would require a bit of new writing to events, but that's what it requires, because it's currently that bad.

- Gateway events such as youtube channels and other things should not be appearing by random chance, as it makes them appear too often. The event system in general requires more work, and many events require a rewrite or substantially more work.

I understand the current focus is on character customization - let's talk about that:

I am going to say this yet again - characters should be able to change through in-game efforts. All characters. There should be reasons in game to do this, and the technology is there, and the feature that is supposed to support this currently does not work.

You should want to have workout buddies to get stronger or look better. There should be methods to get breast enhancement, liposuction, or some other in game access to appearance menus. The toggle for stats to body should work, it should apply to everyone or be separated out for player control.

This should be done as soon as the clothing update is finished.
 
  • Like
Reactions: xvi

Medievalover

Obsessed with thicc women!
Modder
Oct 18, 2020
474
7,534
Over 800 clothes in the final release?! I went crazy just with the beta 3 clothes! Can't wait for that! :p
Also, I loved the idea of optional downloads for new clothes. It's perfect for that!
Incredible job, Vin! :)
 
  • Like
Reactions: GNFNNVCN
3.30 star(s) 118 Votes