xsmaks

Newbie
Jul 18, 2022
67
54
okay my own question,before i came mayor,i had taken a job as bartender in a pub,now everytime i go to city hall,i can do that bartender job there,is there a way,to quit that job? i went to the pub where i took the job but i can`t find any option to quit the job (btw it is nothing enoying but was wondering)
While you are at work you should have an option 'resign'. That will let you quit your job.
 
  • Like
Reactions: larsV

LarsThorwald

Newbie
May 13, 2020
49
91
I was playing a game on Steam called , which is slightly similar to this game, except it's all about doing mini quests and finding objects which eventually lead to sex scenes.

I think Lifeplay is actually better than House Party. House Party has much better graphics - the women look great, and the way your dong goes from flaccid to erect is amazing. But the fucking dogshit blowjob I got for hours of toiling and digging through insanely dense tutorials was so shitty that I quit the game in disgust.

That's literally the only thing House Party has over this game - the graphics. Lifeplay, even in its incomplete, buggy state, is much better.

I think one of the things Lifeplay needs is deep storylines. I've tried making my own scenes, but I can only do basic stuff. I'm just not a technical kind of guy and I can't handle all of the jargon involved. Basically I just change the descriptive text and tweak the results (like how much something raises or lowers your partner's attraction to you).

I'd like to see people make deep storylines linked to each fetish - a poly saga, an interracial saga, and of course an intense and rewarding rap music saga.
 

Ravenger6660

Active Member
Sep 14, 2017
852
996
I hoped the clone would be the solution I looked for for making a backup of Player. But it seems creating a Players clone doesn't work... I tried (the indentations aren't shown here, but of course i made them):

Player.hide()
If Player.isMale()
PlayerTwin = generatePerson()
While !PlayerTwin.isMale()
PlayerTwin = generatePerson()
EndWhile
ElseIf Player.isFemale()
PlayerTwin = generatePerson()
While !PlayerTwin.isFemale()
PlayerTwin = generatePerson()
EndWhile
ElseIf Player.isTrans()
PlayerTwin = generatePerson()
While !PlayerTwin.isTrans()
PlayerTwin = generatePerson()
EndWhile
EndIf
PlayerTwin.cloneFrom(Player)

Didn't work, while same scene only with an actor instead of Player worked fine:

Player.hide()
Actor = getSpecific(Dating)
If Actor.isMale()
PlayerTwin = generatePerson()
While !PlayerTwin.isMale()
PlayerTwin = generatePerson()
EndWhile
ElseIf Actor.isFemale()
PlayerTwin = generatePerson()
While !PlayerTwin.isFemale()
PlayerTwin = generatePerson()
EndWhile
ElseIf Actor.isTrans()
PlayerTwin = generatePerson()
While !PlayerTwin.isTrans()
PlayerTwin = generatePerson()
EndWhile
EndIf
PlayerTwin.cloneFrom(Actor)
I also tried:
PlayerTwin = PlayerTwin.cloneFrom(Player) //Doesn't work. Nothing happens
PlayerTwin = generatePerson(cloneFrom(Player)) //Doesn't work. Clones the last person from my contact list but with other stats

I searched all files in Modules, but didn't find any file where 'cloneFrom(Player)' is used (only 'cloneFrom(Actor)'). So that idea seems to be a dead end :cry:

Thanks a lot again.
SceneStart()
SaveOldPlayer()
Copy = getSpecific(OldPlayer)
Copy.show()
"perfect NPC-non-relative copy"
Copy.makePermanent()
exchangeContact(Copy)
SceneEnd()
 

droggu

New Member
Dec 14, 2017
9
11
The game can be buggy, but that sounds like something else is going on. What mods do you have installed?

I knocked up dozens of women yesterday, with no CTD. Is it consistent? Does it happen on a non-modded LifePlay?
I just did a fresh install and it still CTDs on ejaculation
 

larsV

Member
Jan 13, 2018
203
70
While you are at work you should have an option 'resign'. That will let you quit your job.
that is only with the game jobs(like office,teacher,nurse and docter) with that new option where you ask for vacancy(like restaurant ectra) there is non btw don`t do it in your home(you can find it there too) it will mess up your house since you can`t do anything anymore
 

xsmaks

Newbie
Jul 18, 2022
67
54
Great work. But it seems you did very nasty things there if I take a look at your karma :ROFLMAO:
And I would suggest, that you make a folder structure like ianskman_addons\rooms\ and put your rooms there and ianskman_addons\presets\ for your lpcharacter.files and put that folders in modules. better than putting the files in the modules directly. The game will find them anyway.
But players would know after weeks, that that's your rooms, if they have questions...
 
Last edited:
Jul 17, 2018
373
166
Can you edit scenes to make them trigger more often? I do have scene frequency turned up all the way under settings, but it doesn't work. The scene does work, because it triggers when I type the name.
 

xsmaks

Newbie
Jul 18, 2022
67
54
Can you edit scenes to make them trigger more often? I do have scene frequency turned up all the way under settings, but it doesn't work. The scene does work, because it triggers when I type the name.
If the scene triggers by typing the name, that must not mean that it triggers automatically/randomly (i.e. if you made a lpaction, where you set conditions). Usually there should be conditions that have to be matched for triggering a scene.
Also in lpaction files there are lines for timeouts, and at the end of a lpscene you sometimes find a timeout command. Unless that value isn't reached, the scene won't trigger again.

Anyway, my experience is, the faster you've set your game the less scenes will trigger (Mainscreen, top right corner, see screenshot)

Did you write the scene yourself or is it one from the game or another mod?
Screenshot 2023-03-15 000715.jpg
 

STNeish

Member
Mar 20, 2020
266
374
I notice that this:
Flip.jpg
is still going on... I'd fix it, but I don't know what file to fix (or how I'd fix it).
 
  • Like
Reactions: R0y
3.30 star(s) 118 Votes