Icebird

Member
Sep 22, 2017
379
275
You can't edit it, but you can increase it easiest by supporting the game on patreon. Not in real life, but an action in game while you are at home. It is the easiest way I know of to increase your karma.
Also the making mod will help and more grindable. And there is other lesser activities like the bathing, working, do homerepair, laundry, helping others, etc. raises a little too.
 
  • Like
Reactions: AnotherAnonGuy

The Grifter

Active Member
May 28, 2017
690
1,090
how do i change the or increase or edit the karma value since first time player
Basically, increasing karma comes from being nice in scenes that check for a change in that value.
Editing karma itself - don't bother. It is - as far as I'm concerned - way easier to cheat-edit an action like sleep.llpaction.
Add something like karma +30 (END) to the Effects using notepad++, and voila, your karma increases after sleeping. Until the next game update overwrites it, at least. Then you have to edit again.
Line should read something like this:
EFFECTS: mood +30 (END), karma +30 (END), fitness +0.02 (END), intelligence +0.01 (END), attractiveness +0.01 (END), energy +80 (DURATION), mood -10 (INTERRUPTED), intoxication -100 (DURATION)
 
  • Like
Reactions: Ssato243

ianskman

Member
Mar 12, 2021
197
262
is it possible to have a constant cumshot as a male , meaning the duration of the visual effect and number of spurts.
 

croatia69

Newbie
Oct 31, 2017
73
74
If you work at the office and have jobexperience over 50, the easy way to raise your karma is the event called interview_bribe.
But instead of asking for a bribe, you can choose to give the person the job out of kindness. You get +20 karma for that.

You can manually call for that event by pressing the Insert button and then typing interview_bribe. DO that 5 times and voila, you have 100 karma.
 
  • Like
Reactions: AnotherAnonGuy

Kassan06969

Well-Known Member
Apr 14, 2022
1,679
2,466
Taking a shower raises karma a little, as does doing housework, laundry, or home repair. Going to a religious building and praying/meditating does some (but have to below a certain perversion.) Making an NPC a GF/BF raises pretty much. Strangely, getting an open relationship does too. Also, getting married.
 

PhazeUFO

Well-Known Member
Sep 28, 2021
1,598
1,553
Also the making mod will help and more grindable. And there is other lesser activities like the bathing, working, do homerepair, laundry, helping others, etc. raises a little too.
Yes, I forgot about those. I believe you can repeat the donate activity though. Assuming you have the repeating actions turned off.
 
Sep 26, 2021
46
18
Basically, increasing karma comes from being nice in scenes that check for a change in that value.
Editing karma itself - don't bother. It is - as far as I'm concerned - way easier to cheat-edit an action like sleep.llpaction.
Add something like karma +30 (END) to the Effects using notepad++, and voila, your karma increases after sleeping. Until the next game update overwrites it, at least. Then you have to edit again.
Line should read something like this:
EFFECTS: mood +30 (END), karma +30 (END), fitness +0.02 (END), intelligence +0.01 (END), attractiveness +0.01 (END), energy +80 (DURATION), mood -10 (INTERRUPTED), intoxication -100 (DURATION)
If you want to go that route, you can create a mod folder and throw in your 'cheat edit' action in there so that it would not be overwritten whenever a new update overwrites vin_Base.
 
Sep 26, 2021
46
18
Seeing how folks are sharing their works, I have attached the three things that I'm most proud of working on LifePlay.

The first is a re-written gather_partners scene. I was trying to set an outfit in a scene and have the character still wear it when they came out of it. I read in Grim's note somewhere for his dresser that there was an inherent bug in the setNoRedress code that strips them from wearing clothes but any outfit changes made in the scene would not last. I was determined to find a workaround, but I worked on it for hours without any luck. It was a moment of 'well, fuck it. why don't I try this' that something actually stuck. If I can't set outfit changes in the scene, why don't I just make the changes outside of the scene? And it actually works. Well, with one caveat. If you have sex with the said character, the character will go back to being naked. The gather_partners scene is where I written the code to advertise the workaround.

The second is a re-written scene for manage_poly. I hated going through each and every one of the relationships to have them move in to/move out from my household. So I made a new set of menu selections to set statuses for everyone in the poly group.

The last one is just a bimbofy. A few stolen bits from the bimbo preset and a few tweaks to the morphs. Ain't nothing much to say about this one. Fill your city with nothing but thicc girls.
 

Ravenger6660

Active Member
Sep 14, 2017
852
996
Seeing how folks are sharing their works, I have attached the three things that I'm most proud of working on LifePlay.

The first is a re-written gather_partners scene. I was trying to set an outfit in a scene and have the character still wear it when they came out of it. I read in Grim's note somewhere for his dresser that there was an inherent bug in the setNoRedress code that strips them from wearing clothes but any outfit changes made in the scene would not last. I was determined to find a workaround, but I worked on it for hours without any luck. It was a moment of 'well, fuck it. why don't I try this' that something actually stuck. If I can't set outfit changes in the scene, why don't I just make the changes outside of the scene? And it actually works. Well, with one caveat. If you have sex with the said character, the character will go back to being naked. The gather_partners scene is where I written the code to advertise the workaround.

The second is a re-written scene for manage_poly. I hated going through each and every one of the relationships to have them move in to/move out from my household. So I made a new set of menu selections to set statuses for everyone in the poly group.

The last one is just a bimbofy. A few stolen bits from the bimbo preset and a few tweaks to the morphs. Ain't nothing much to say about this one. Fill your city with nothing but thicc girls.
For Actor.setNoRedress()
You need to set it as "true". Actor.setNoRedress(true)

That how you make the outfit changes permanent.
 
  • Wow
Reactions: AnotherAnonGuy
Sep 26, 2021
46
18
For Actor.setNoRedress()
You need to set it as "true". Actor.setNoRedress(true)

That how you make the outfit changes permanent.
:facepalm:
Of course. Of course I would miss that.

Let me try that out. Thanks, Ravenger.


Actor.setNoRedress(true) still returns them back as stripped at the scene's end. :cry:
 
Last edited:
  • Thinking Face
Reactions: Ravenger6660
3.30 star(s) 118 Votes