rijacec

New Member
Sep 10, 2019
3
0
Is it possible to set stats for a temp actor?
For example
SceneStart()
Actor = generatePersonTemporary()
Actor.makeInterested(Player)
Actor.setmasochist = 100
Actor.setenergy = 100
Actor.dress()
Actor.show()
Does this work?
 

bsr2

Member
Apr 11, 2018
174
286
Im getting an error when I laucnh this game Couldn't start: "C:\......\binaries/win64/lifeplay-win64-shipping.exe" lifeplay CreateProcess() returned c1

Anyone know how to fix?
 

Ravenger6660

Active Member
Sep 14, 2017
852
996
Is it possible to set stats for a temp actor?
For example
SceneStart()
Actor = generatePersonTemporary()
Actor.makeInterested(Player)
XXXActor.setmasochist = 100XXX
XXXActor.setenergy = 100XXX
Actor.dress()
Actor.show()
Does this work?
Correct examples from my mods
Cop.SetJob(Police)
Cop.setActorVar(tag_Police, 1)
Actor.setWantsBabies(true)
Actor:likes_vaginal += 100 //add to stat
Actor:likes_anal -= 100 //minus to stat

Actor:likes_vaginal *= 10 //multiply current stat. so 5 turns into 50, -3 turns into -30, & 70 into 100 because that the max stat unless edited in LifePlay\Content\Modules\vin_Base\Stats\SexPreferences

Actor:likes_anal /= 100 //divide current stat. 60 = 0.6 & -50 = -0.5
Actor: perversion => 95 ///set stat to 95 {AKA. what you are trying to do.}<<<<
Actor:attractiontoplayer += Random(2, 24) {Random(min, max)}

Also "Energy during sex" is not the same energy as "eating & sleep energy" for that I believe "?Fitness?" is involved and something else.

Annoyed Note. Actor: perversion (-space-in-between) = Actor:perversion {Stupid Fucking Emojis}
 
Last edited:
  • Like
Reactions: rijacec

rijacec

New Member
Sep 10, 2019
3
0
Correct examples from my mods
Cop.SetJob(Police)
Cop.setActorVar(tag_Police, 1)
Actor.setWantsBabies(true)
Actor:likes_vaginal += 100 //add to stat
Actor:likes_anal -= 100 //minus to stat

Actor:likes_vaginal *= 10 //multiply current stat. so 5 turns into 50, -3 turns into -30, & 70 into 100 because that the max stat unless edited in LifePlay\Content\Modules\vin_Base\Stats\SexPreferences

Actor:likes_anal /= 100 //divide current stat. 60 = 0.6 & -50 = -0.5
Actor: perversion => 95 ///set stat to 95 {AKA. what you are trying to do.}<<<<
Actor:attractiontoplayer += Random(2, 24) {Random(min, max)}

Also "Energy during sex" is not the same energy as "eating & sleep energy" for that I believe "?Fitness?" is involved and something else.

Annoyed Note. Actor: perversion (-space-in-between) = Actor:perversion {Stupid Fucking Emojis}
Thanks, that worked. Also i checked and it indeed was fitness for energy during sex.
 

Vinfamy

creating moddable 3D life simulator
Game Developer
Jul 5, 2017
1,250
4,852
316.jpg

DOWNLOAD
Windows (64-bit): -
Windows
(32-bit): -
Linux:

Update Only:
(requires LifePlay 3.0 Stable or later)
Windows (64-bit): -
Windows (32-bit): -
Linux:

Change Log:
Polyamorous:
- NPC can be in open / polyamorous relationship with each other, which the player can find out about and participate in some fun with
- You can ask someone to be your friend with benefits, or be asked. Friend with benefits can be booty-called easily.
- Having heard about your poly relationship, NPC can propose to join
- A scene in which you get a surprise (reverse) gangbang from your lovers
- Chance to catch two of your poly lovers pleasuring each other in your absence
- If the NTR module is also enabled: Poly / open relationship partners can get their own lovers, independent of you and your other partners. Plus scenes featuring your poly partner's own lover: walking in to them going at it, live-in partner asking if they can have the house to themselves for a while because their other lover is coming over, your partner going on a date without you, proposal that their lover becomes another poly partner for you too
Sex Worker:
- Exact money amounts shown next to the "rip off", "fair price" and "bargain" options for both prostitution and porn careers
- Porn shoot to receive public bukkake from strangers
- Porn shoot to walk naked in public and bang any interested strangers
- Johns can now ask specifically for handjob only, blowjob only, anal, etc with impact on the prices you can charge
- A system for regular clients that can result in them always willing to pay the "rip off" prices + extra tips and may turn into a sugar dating arrangement or an actual relationship, as the regular client gets more and more emotionally attached to you
 

straydogg

Member
May 9, 2017
260
127
Please stop putting online links into the game, ie discord, patron, i have a very high end computer, with all the billboards in the game it slows animation to a crawl, and eats memory, 3 partron links and 2 discord links all in the game, if i wanted to be on discord or patron i would choose to do it freely on my own thanks,
 
  • Thinking Face
Reactions: Robert Monotoli

esoom

Well-Known Member
Sep 6, 2017
1,084
1,284
I keep looking at this game, is there any game aspects yet? like progression, story, RPG stuff.

Last I played this all you had was a map screen and a timer with random stuff happening when you clicked on buildings... was quite a while ago now.
 

Deleted member 1571565

Well-Known Member
Aug 7, 2019
1,869
4,414
Dang, I really think this looks great and its pretty fun but my laptop really is a potato, it has a hard time running this. I am just going to have to save this for later and come back when I upgrade my PC
 

Icarus Media

F95 Comedian
Donor
Game Developer
Jun 19, 2019
8,592
32,733
I keep looking at this game, is there any game aspects yet? like progression, story, RPG stuff.

Last I played this all you had was a map screen and a timer with random stuff happening when you clicked on buildings... was quite a while ago now.
Yeah it's still somewhat like that, the whole idea is that YOU create the story by clicking on things, it's random stuff like the randomness in life. At least I think that is what Vinfamy was going for. He has added a few quests etc etc but other than that, design your character, their relatives and where they live and see what happens.
 

ZTex

Engaged Member
Apr 3, 2019
2,941
4,254
Please stop putting online links into the game, ie discord, patron, i have a very high end computer, with all the billboards in the game it slows animation to a crawl, and eats memory, 3 partron links and 2 discord links all in the game, if i wanted to be on discord or patron i would choose to do it freely on my own thanks,
Can't be that high end if you're gonna moan about links in the menu.
 

AnonF21

Newbie
Aug 6, 2018
95
120
I would say the game needs more female clothes, more hairstyles (especially for men), traits and attractions. Just a thought.
 
  • Like
Reactions: Ashkun

Warphorror

Active Member
Jan 2, 2018
752
986
how high do i need to set the preg counter to have the birth sooner than a year?
Given human pregnancy is 9 months nothing to change :p .
If you want to speed the progress go to settings once in game find the pregnancy term multiplier option and give a value below 1. IE 0.5 will take half the time (roughly 140 days). It applies to already ongoing pregnancy (a 10 days pregnant women will suddently become 20 days).
 

Icarus Media

F95 Comedian
Donor
Game Developer
Jun 19, 2019
8,592
32,733
how high do i need to set the preg counter to have the birth sooner than a year?
How low you mean. in the settings menu it will have the pregnancy multiplier number and it's usually at 1.00. Put it to 2.00 and it will take longer, but decrease it to 0.5 and it will be be a shorter time. Put it at it's lowest of 0.1. and it's like the movie Species. Poor girl can unleash a baby and you can put one in again like some horrific clown car, it's like every girl has some sort of baby cannon ninja jutsu.
 
3.30 star(s) 118 Votes