Icebird

Member
Sep 22, 2017
419
292
265
does this work with ravenger scenes from page 338 ¿
The PEE itself work with those (because isn't overwrite anything in official modules), the Modules (this is the patch of the official modules) maybe overwrite some scenes. Solution: 1. deploy modules if you want, 2. redeploy affected Ravenger's scenes (especially those which overwrite the official ones)
 

Icebird

Member
Sep 22, 2017
419
292
265
Hey I need help, unfortunately I can't save and I don't know why.
Possible symptoms:
1. permission problem
You try run game with different account or the acc isn't has admin rights over files
2. wrong location
You try run the game from zip file, or you extracted to a restricted location (like desktop, system folders or some read only folders). Rarely happens too when the game's folder is deep in the filesytem, the long pathname (over 255 character) can cause problems. And finally don't try running from network drive or another remote location. (It's designed to run on an Windows PC locally)
Your game instance should reach the game's folder and the 'c:\Users\yourusername\AppData\Local\LifePlay\' location to be able to save the game.

Try extract the game into a simple location like C:\games\ and run as an admin if necessary.
 
Last edited:

The Grifter

Active Member
May 28, 2017
746
1,162
379
A question for a scene I'm writing for myself right now...
Background, it is a scene about age roleplay, where the Actor will call the Player 'Daddy' if the Actor's age is under 30.
I'd like to make a one-time check for the Actor's age, deciding the variable for the whole scene that decides what will be displayed in the dialogue.
I tried the following:

In the beginning, after the NPC being Actor has been selected:

If Actor:age < 30
PlayerSceneTitle.setGlobalString("Daddy")
else
PlayerSceneTitle.setGlobalString("Honey")
endif

Then, during dialogue, I tried this:

Actor(Happy):: "Great idea, <PlayerSceneTitle>, I always wanted to see that art exhibition!"

What I get is then:

"Great idea, 0, I always wanted to see that art exhibition!"

Any hints how I do this correctly?
 

Icebird

Member
Sep 22, 2017
419
292
265
A question for a scene I'm writing for myself right now...
Background, it is a scene about age roleplay, where the Actor will call the Player 'Daddy' if the Actor's age is under 30.
I'd like to make a one-time check for the Actor's age, deciding the variable for the whole scene that decides what will be displayed in the dialogue.
I tried the following:

In the beginning, after the NPC being Actor has been selected:

If Actor:age < 30
PlayerSceneTitle.setGlobalString("Daddy")
else
PlayerSceneTitle.setGlobalString("Honey")
endif

Then, during dialogue, I tried this:

Actor(Happy):: "Great idea, <PlayerSceneTitle>, I always wanted to see that art exhibition!"

What I get is then:

"Great idea, 0, I always wanted to see that art exhibition!"

Any hints how I do this correctly?
You just set the global but don't read it back (getglobal), but this step isn't necessary if you directly give the 'PlayerSceneTitle' varable a value after setting as global.
PlayerSceneTitle = "Daddy"
This will be valid through the end of the scene.
(Globals are useful when you use that variable/string through your bunch of scenes, but it's waste using in only one scene. So just think about it, it's necessary or not?)
 

Oh my

Member
Dec 25, 2019
442
511
260
In the vanilla game energy and mood (sadly) is just a cosmetic stat, I not remember any scene to use it. Some mod (like mine) using it to reach some limitations. Arousal has some scene but it's hard to maintain high arousal to trigger those. Fitness counts in sex scenes, determine the participants durability. Oh, and a muscle stat is also empty and unused (it's not reflect anithing as I remember and always zero on generated characters).
Keeping it high long enough gets the points for rewards. I think muscle has something to do with who wins fights.
Muscle breaks bondage gear, pretty sure.

Naughty Nights mod also has a problem with a Club Predator scene.
Wondering how I can make it work.
Mod order maybe?

And it seems like I have to restart the game before Mod changes take effect?
 

Icebird

Member
Sep 22, 2017
419
292
265
Naughty Nights mod also has a problem with a Club Predator scene.
Wondering how I can make it work.
Mod order maybe?

And it seems like I have to restart the game before Mod changes take effect?
Maybe this will work (I replaced the tabs with spaces), but the dressing has changed during the time (it's an old mod from 2020), and likely the command 'Actor.dress(shirt)' won't work as intended. BTW you need to be at strip- or nightclub between 19pm - 6am without companion and you should have high attractiveness (40+) to have a chance to trigger.

Not necessary to restart the game after mod changes, when you apply them the game reads them again.
 
  • Like
Reactions: Oh my

STNeish

Member
Mar 20, 2020
309
430
178
Well, by request, here's Betty G. I'm not TOTALLY happy with her, the skin tone is still not quite where I'd like it, and the tattoos are a bit... weak. But, it's not too bad.

Betty G.jpg
 
  • Like
Reactions: ianskman and knurd

Oh my

Member
Dec 25, 2019
442
511
260
Maybe this will work (I replaced the tabs with spaces), but the dressing has changed during the time (it's an old mod from 2020), and likely the command 'Actor.dress(shirt)' won't work as intended. BTW you need to be at strip- or nightclub between 19pm - 6am without companion and you should have high attractiveness (40+) to have a chance to trigger.

Not necessary to restart the game after mod changes, when you apply them the game reads them again.
Huh.
It looks like that scene was completely missing.
 

theblacklist

New Member
May 29, 2018
9
3
33
Hi, I'm hoping someone can help. My game crashes everytime a character cums. I got advice to disable Bonus Orgasm Awards in the settings. It's not even in my settings, so i'm a bit confused. I'm using the remake with mods through Mods Flix by Raider Knight. Anyone encounter something similar?
 

Anteron

Engaged Member
Jun 17, 2023
3,470
4,000
396
Hi, I'm hoping someone can help. My game crashes everytime a character cums. I got advice to disable Bonus Orgasm Awards in the settings. It's not even in my settings, so i'm a bit confused. I'm using the remake with mods through Mods Flix by Raider Knight. Anyone encounter something similar?
That should definitely be there. There should be a box you can check that says "disable bonus orgasm rewards."
 

HighKnow

Newbie
Feb 18, 2018
42
20
43
[ZITAT="theblacklist, Beitrag: 14890116, Mitglied: 646528"]
Das habe ich befürchtet. Ich habe den Fehler angehängt, den ich bekomme View attachment 4056593
[/ZITAT]

Yes, it´s when you play as female and has activated "likes women" for player
 

Enot1964

Well-Known Member
May 20, 2019
1,306
1,279
338
It's not so much that I feel sorry for this game (although it was an interesting project), it's the fate of the mods to Fallout 4 from this developer that I'm concerned about. I sincerely hope he's okay.
 

Dr_Kek

Member
Oct 15, 2020
247
207
166
It's not so much that I feel sorry for this game (although it was an interesting project), it's the fate of the mods to Fallout 4 from this developer that I'm concerned about. I sincerely hope he's okay.
yeah really curious what made him quit entirely, not the fact he quitted, but not a word etc. wouldt be the first time a dev stop like this, like ollane had some issues irl (i dont remember what happened but it was linked to his game, i think he is korean and there is some issue with the law and porn there from what i heard)
 

ianskman

Member
Mar 12, 2021
238
297
147
yeah really curious what made him quit entirely, not the fact he quitted, but not a word etc. wouldt be the first time a dev stop like this, like ollane had some issues irl (i dont remember what happened but it was linked to his game, i think he is korean and there is some issue with the law and porn there from what i heard)
Maybe he Could have got a cease and desist from a celeb lawyer, I would be very interested as to what celebrity would most likely do this. We should have a poll on it.
 
3.40 star(s) 116 Votes