Icebird

Member
Sep 22, 2017
379
275
Hi Folks!
I just wanna inform those who uses my mod: today I uploaded an other update.
In this version I added the random lastname / surname generation to all of my scenes where charactergeneration happens.
It requires the official interracial mod to be in enabled state to work because the surnames separated by ethnicity.
It contains 50 or 100 mixed popular surnames per ethnicity from different countrys what I colleced from the wikipedia.
I hope you will like my selection, but anyone who eager to edit or customize the presets it can be found under the '\Content\Modules\nn_PornEmpire\Body\Surnames\' folder. It's a simple blendable characterpresets, do no harm on anything.
Also I published there my fixes on the lifeplay-v2023-04-stable (latest official) version too, sometimes it was useful for newbies.
Hi again!

I made a quick release where I corrected some surnames, add prompts to interactions to replace surnames on exchangecontact (when the npc is temporary). Also I advanced with casting where the candidates now wear lingeries and accessories for the better visual experience of stripping.

https://f95zone.to/threads/lifeplay-v2023-04-stable-vinfamy.11321/post-11435737
 

Grazar

New Member
Jul 4, 2024
4
1
Hi again!

I made a quick release where I corrected some surnames, add prompts to interactions to replace surnames on exchangecontact (when the npc is temporary). Also I advanced with casting where the candidates now wear lingeries and accessories for the better visual experience of stripping.

https://f95zone.to/threads/lifeplay-v2023-04-stable-vinfamy.11321/post-11435737
I downloaded your modules.

did you delete the relationship features?

I miss the lovers feature.

or how many relationships do you need to get the lover level?
 

Icebird

Member
Sep 22, 2017
379
275
I downloaded your modules.

did you delete the relationship features?

I miss the lovers feature.

or how many relationships do you need to get the lover level?
Well, I'm scratched my head what's happened at you.

1.
So, possibly you downloaded and updated the files from the Modules20240903.zip.
If you using any mods what writes over the game's basic files (likes this fixes) that should reinstall too if you experience problems with them.
I don't know which mod provide such features what you missing. But if exist plz let me know which it is. (Possibly you using Ravenger's scenes, right?)

2.
If you mean displaying the npc title in contacts menu.
It's an old problem with my PEE mod and the game itself. Hired sexworkers (like strippers, nasty actors and brothelwhores) became prostitutes, and because that title has higher display priority than relationships the affected npcs have 'Sex Worker' title. You can only filter for 'Lovers' on the top left menu in contacts to show only your lovers. It can be avoided only if you don't put your lovely ones in the rabbit hole. You can restore affected npcs if you fire them (or stop pimping them out in vanilla way).

So my aswers for your questions:
- No, I did not doing such things (removing features).
- Isn't clear what you mean on lover level, but basically game count npc as lover if you had sex (and/or date?) with them and has high attraction and rapport towards your pc. Girlfriends/boyfriends and spouses automatically become lovers as I know.
 
Last edited:

Icebird

Member
Sep 22, 2017
379
275
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
379
275
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
690
1,087
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
379
275
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
398
461
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
379
275
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
266
374
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
398
461
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
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?
 
3.30 star(s) 118 Votes