I want to say that Vinfamy wouldn't abandon this game after all he but into it but after 3 months of complete radio silence it's kinda hard to give that benefit of the doubt tbh.Is this abandoned or not????
Some Modder have not abandoned this game.Is this abandoned or not????
start_relationship_Crazy.lpsceneThis is the code.
1. is Actor tag_Deflowered ?Code:WHO: Actor = getPerson(tag_Deflowered); If Actor:attractiontoplayer > 0 && !Actor.isDating() OTHER: Likes = Actor.GetActorVar(tag_Stalker) If Likes > 0 || Actor:perversion > 50
2. Actor:attractiontoplayer > 0 ?
3. !Actor.isDating() Specifically the player ?
4. is Actor tag_Stalker ? Or Actor's perversion > 50 ?
Sometimes 'The Game Itself' will only trigger some scenes and not others.
You can edit default perk point to start at 20 or so and never run out. Modules>base>perks. Edit a txt file.I've forgotten, but wasn't there a way to edit Perk Points in game by changing the name of your character?
FYI:I've forgotten, but wasn't there a way to edit Perk Points in game by changing the name of your character?
this game need a facelift and a very strong cleanup and bugfixing, IMOthis game need a release similar to Lab Rats 2 - Reformulate![]()
Thank you for letting me know. My stuff is now fixed.start_relationship_Crazy.lpscene
Likes = Companion.GetActorVar(tag_Deflowered)You don't have permission to view the spoiler content. Log in or register now.
Likes2 = Companion.GetActorVar(tag_Deflowerer)
"Actor" should be "Companion".
virgin_approaches
Actor.isRelative -> Actor.isRelative()You don't have permission to view the spoiler content. Log in or register now.
There are many scenes their functions missing "()".
I think "spouses" in hasRelationship(Dating, spouses) needs to be "Spouses" to work.
Why does male pc stop sex when female is pregnant but female pc doesn't in breeder scenes?https://f95zone.to/threads/lifeplay-v2023-04-stable-vinfamy.11321/post-4138623
Okay, I have recently updated the vampire race with a new skin texture.
What I did was take an existing skin texture and added a Black & White filter with intensity of 85%. Might adjust it more over time.
With these new skin textures you can have Asian, Black, Latin, etc... race vampires.
I also adjusted the Character presents too.
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
I'll be honest having sex three times in a row was how it was code at first. But sometimes I wanted it to stop early if first sex knocked up girl already. But other times I wanted to be a the three.Why does male pc stop sex when female is pregnant but female pc doesn't in breeder scenes?
I dont remember the exact process, I figured stuff like that out awhile ago then forgot...How do you start a scene with multiple actors who share a charactaristic, but ensure that a unique person is taken each time.
For example, I can do:
WHO: Actor = getSpecific(Impregnated)
OTHER: none
SceneStart()
Actor2 = getSpecific(Impregnated)
If Actor2.isValid() && Actor2.isPregnant()
but the result is the only one person is brought in and are set as both Actor and Actor2
To better understand 'get' commands:How do you start a scene with multiple actors who share a charactaristic, but ensure that a unique person is taken each time.
For example, I can do:
WHO: Actor = getSpecific(Impregnated)
OTHER: none
SceneStart()
Actor2 = getSpecific(Impregnated)
If Actor2.isValid() && Actor2.isPregnant()
but the result is the only one person is brought in and are set as both Actor and Actor2