Yeah its a separate mod, so unzip it in your Modules folder and then activate it in the in-game Mod Managervery interesting!
It is used like any other mod, or there's a specific game folder?
Yeah its a separate mod, so unzip it in your Modules folder and then activate it in the in-game Mod Managervery interesting!
It is used like any other mod, or there's a specific game folder?
The one on males is part of the model, like an arm or leg.So, is there any particular reason that phalluses added to a female have more customization available than male characters? There's a bunch of options that just disappear.
Super awesome, will try it now!Yeah its a separate mod, so unzip it in your Modules folder and then activate it in the in-game Mod Manager
I like the appearance of long foreskin, there are options which disappear that shouldn't because the customization area is relatively the same, at least with what I want to tweak. I just lose a lot of the finer controls for it that enable me to make it like I want it.The one on males is part of the model, like an arm or leg.
The optional penis for women is an add-on, like hair.
Being a separate "piece", it has more options since it's not really "attached". In any case, at least half of the miriad of options are barely noticeable (and could really be reduced, since the descriptions only help to confuse).
Personally, I would have gone with only one model, with tons of options, and "attachable" member.
You can do an almost flat-chest "girl" using body sliders on males, or do a masculine butch using female sliders. The difference is the later can have boobs and more dick options. I would have preferred the female body to have more masculine sliders to be turned into a man, rather than two different models. Not only get more options, but also can share clothes too (it would reduce size considerably).
Note that sliders have a numerical set beside, with a little box.I like the appearance of long foreskin, there are options which disappear that shouldn't because the customization area is relatively the same, at least with what I want to tweak. I just lose a lot of the finer controls for it that enable me to make it like I want it.
Agreed, I wish I had the proper formula to make a flat chest work without having bizarre stretching or parts sticking out of the back etc. I tried my best with one, but it is hard to do. I don't mind female features, but I really dislike breast tissue. I really wish I had a formula down that didn't leave parts sticking out in some way or horribly stretched skin.
I tried my best with one, but maybe someones done better, know of any guides?
Those temperaturesholy shit was so interested in trying this game but dont think I should play it since the temps for my GPU was 80-85 deg Celsius and CPU temps were 70-75 deg Celsius. I mean my computer is a little bit older but even for more graphic intense games they don't reach that high.
Has anyone figured out how to get forced into the sex industry yet? That update was months ago and I can't do it and haven't seen anyone say how its done
WHO: Actor = getCompanion(); If !Actor.isRelative() && Random(70, 200) < Actor:perversion && Random(-90, -50) > Actor:masochist && !Actor.isDating() && !Actor.isSameGender(Player)
OTHER: isModEnabled(vin_NonConsensual) && pornfame == 0 && Player.isInterestedIn(Actor) && karma < 50
WHAT: all, -go_to_the_bathroom
WHERE: bar, nightclub
WHEN: 21 - 4
WHO: Actor = generatePersonTemporary(); if Player.isInterestedIn(Actor) && Random(70, 100) < Actor:perversion && Random(-90, -50) > Actor:masochist && !Actor.isSameGender(Player)
OTHER: isModEnabled(vin_NonConsensual) && pornfame == 0 && !isWithCompanion() && Random(40, 80) < attractiveness && Random(2, 50) > karma
Look like a companion is the one who triggers it.Code:WHO: Actor = getCompanion(); If !Actor.isRelative() && Random(70, 200) < Actor:perversion && Random(-90, -50) > Actor:masochist && !Actor.isDating() && !Actor.isSameGender(Player) OTHER: isModEnabled(vin_NonConsensual) && pornfame == 0 && Player.isInterestedIn(Actor) && karma < 50
I decided to make some edits and create a new scene for you.
Place inside " LifePlay\Content\Modules\vin_Base\Scenes\sexwork "Code:WHAT: all, -go_to_the_bathroom WHERE: bar, nightclub WHEN: 21 - 4 WHO: Actor = generatePersonTemporary(); if Player.isInterestedIn(Actor) && Random(70, 100) < Actor:perversion && Random(-90, -50) > Actor:masochist && !Actor.isSameGender(Player) OTHER: isModEnabled(vin_NonConsensual) && pornfame == 0 && !isWithCompanion() && Random(40, 80) < attractiveness && Random(2, 50) > karma
There's a "strip clothes all" option right when a scene begins!Can anyone make an "auto-undressing" mod? Too many scenes start in clothes.
I can now partially answer myself. It's possible to clear NPCs from a room by looping 100 times like so:Has anyone figured out how to prevent temporary NPCs from spawning in a building or how to clear them from the room until you move to another building? I'm trying to add a new room to a building, but I don't want a bunch of random people jammed into it since it doesn't make any sense.
count = 0
While count < 100
count += 1
Endwhile
Actor = getPersonHere()
While Actor.isValid()
Actor.delete()
Actor = getPersonHere()
Endwhile
So, this version just has new hairstyles? Did anything else change?View attachment 1287775
You must be registered to see the links
Windows (64-bit):
MEGA -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Windows (32-bit):
MEGA -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Linux:
MEGA -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Update Only: (requires v4.0 Stable or later)
Windows (64-bit):
MEGA -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Windows (32-bit):
MEGA -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Linux:
MEGA -You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
Change Log:
- 14 new hairstyles for female characters
What church would that be and in which town? I must see her!!Random question:
Are there preset "hidden" characters?
Out of curiosity I went to Church, and
Updated this to work around a game issue that causes NPC names to disappear when a scene endsRe-Dress mod
Update 07/10/21:
The floating names above other known NPCs in the room will no longer disappear when using the interaction.