Fuzzcat

Active Member
Oct 27, 2017
624
664
I detest the sex function where you are now forced to use a position that your partner prefers, And if you don't, they aren't hard/wet enough to go faster. I just want to pick the animation I like most and ramp up the speed on it. I haven't seen an option to disable this function. Can this function be disabled? and if so, how?
You can always go faster if you want, but your partners might not like it. :p

You can also edit your partners stats easily (to make them like everything), but Likes it Rough is the stat that control speed IIRC.
As Grim said, you can change everyone's Rough stat, or just do it for each partner (unless it's event sex)
 

Deadmeataru

Newbie
Feb 24, 2020
18
14
You can always go faster if you want, but your partners might not like it. :p

You can also edit your partners stats easily (to make them like everything), but Likes it Rough is the stat that control speed IIRC.
As Grim said, you can change everyone's Rough stat, or just do it for each partner (unless it's event sex)
on that note, do their likes change as you do things? I mean, besides perversion/S&M and the ones linked to the perks you've chosen. I'd like to increase a partner's like of missionary for instance, does using missionary-even if your partner doesn't like it-eventually increase their like of it? yes, I know I can just go in and edit their stats but as this is a grind game I'd rather see some results from the grind. and this is kind of important, I have several poly lovers for my Female main, they essentially don't like ANYTHING in the sex moves (even with a strapon) that can get them to cum before their pathetic energy pool completely drains
 

Fuzzcat

Active Member
Oct 27, 2017
624
664
on that note, do their likes change as you do things? I mean, besides perversion/S&M and the ones linked to the perks you've chosen. I'd like to increase a partner's like of missionary for instance, does using missionary-even if your partner doesn't like it-eventually increase their like of it?
Not sure honestly, but maybe. When you analize them, if their perversion is low, your character thinks "I can teach them a thing or two (about sex)", so maybe is not just perversion-up.
You can raise their perversion with events and items, which is key to unlock scenes, and get more sexual positions.
You might try hanging out with them, and do "boring" stuff in different places; for example, go to gym (with a date) and check if there's an option to excercise with them (I never tried, but there are options like that on other places) to raise fitness, etc.
Also, use gifts. Again, not sure, but the gifts you get have stat-raising effects, maybe is the same for them.
(any modder can confirm?)

yes, I know I can just go in and edit their stats but as this is a grind game I'd rather see some results from the grind. and this is kind of important, I have several poly lovers for my Female main, they essentially don't like ANYTHING in the sex moves (even with a strapon) that can get them to cum before their pathetic energy pool completely drains
Many consider stat-editing a cheat. I don't think so.
Lifeplay is not exactly a game, it's more of a "build your fantasy and enjoy" rather than "play to achieve X".
Editing options for pretty much everything is a kind of way of balancing the lack of certain aspects/content while the Dev keeps building stuff.

Anyways, yeah, RNG can be a bitch sometimes, and the NPC you like most, it has the worst stats or different sex/gender tastes. Much like in RL lol!
Again, edit the heck of them, or change one or two stats, and see if you can carry on from there. Or do the inverse, if a character has great stats but you don't like their aspect, edit their looks, which is a less cheaty way.


In any case, you bring good points, which might be good ideas.
Simple events to raise different stats: watch not only a pervvy movie, but one specfic of X sex stat (missionary, doggy, etc).
Or rent movies/documentaries, like how to cook, dancing classes etc.
Might actually be interesting to add a "rent a movie" option to a sex shop, or better create a "Blockbuster" type of shop, where you can rent/buy different types of movies. Gift them away, and they raise the desired stat, or watch 'em as a regular action.
Which leads to excellent opportunities for kinky events in the place itself.
Sounds doable since a simple stat raise is easy to code, and there's a lot of shop made by modders.
 

straydogg

Member
May 9, 2017
260
123
I detest the sex function where you are now forced to use a position that your partner prefers, And if you don't, they aren't hard/wet enough to go faster. I just want to pick the animation I like most and ramp up the speed on it. I haven't seen an option to disable this function. Can this function be disabled? and if so, how?
when playing press Esc, bringup where u can save, go to settings, waaay at the bottom it says AI Only Suggests, and put a check mark in it and u have full command to what ever pose ya pick
 
  • Like
Reactions: Heart-Productions

MrMike

Newbie
May 3, 2018
37
7
Hi, i have a Problem with Faster Children aging (set in Settings much higher to make them Grow up faster)... It doesnt Stop at the desired Full Age (e.g. 18 or whatever set in the age.lpstat
Does anyone have that too? Its annoying and dont know how to stop/fix that.
I want them normal aging when they have reached the desired Full Age.

Ok, figured it out. Was setting the Agingscale too high it seems.
 
Last edited:

Grim

Active Member
Aug 17, 2016
847
599
Anyone know if Vinfamy has uploaded the source for 4.0+ anywhere? The one linked in his github is 3.19
 

Stormaggeddon

Newbie
Aug 2, 2020
32
12
Those temperatures sound are outright dangerous :(.

That said playing on a smaller map - Bath is included by default, but Monaco, Pre-Saint-Gervais and West New York are all even smaller - and using the 'classic map graphics' option will help a lot. And in the options (Esc->Settings once a game is started/loaded) turning down PP Quallity, AA Quality, Shadow Quality and reducing Toon Shading Depth will also save some CPU/GPU cycles. It may well not be enough but worth trying if you are interested.
Yea I will have to give that a try. I might also try under volting my my CPU and see if that helps.
 

Kaiww

Member
Jul 8, 2018
148
81
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
Look like a companion is the one who triggers it.


I decided to make some edits and create a new scene for you.
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
Place inside " LifePlay\Content\Modules\vin_Base\Scenes\sexwork "

Hey Ravenger,

i must admit that i am not able to read the code, can u axplain for dummies what are the old requirements and the one with your mod to geht forced into adult industry. Never was able to trigger it and i realy tried.

I have figured out that you need to be at a bar or nightclub and to visit the bathrom and here it ends.
Do i need a company, do they have to be related and what stats do i need ?

Thx in advanced and sorry if i do ask sutpid questions ;)
 

Hinatsukino

Newbie
Jul 15, 2018
71
34
I've been seeing this game for a long time. Played it every now-and-again. Is there a loli/shota mod anywhere for it?
 
3.30 star(s) 118 Votes