Iceni789

Newbie
Jul 30, 2019
28
3
'LifePlay\LifePlay\Content\Modules\vin_Base\Scenes\meet_random\Test.LPScene'
The timer in V2 is based off the player stat 'ticker.lpstat' that goes up over time. when you interact with an npc in the dungeon, it subtracts the actor ticker from the player ticker the remainder is then subtracted from actor fear. Actor ticker is then set to the player ticker.
This means over time, an actors fear decreases. As npc stats dont react over time like the player ones this was the best way to do it.
However the Player stats will reach a maximum, this means there is a function in there, that resets the player ticker at a set stage to be zero again. That is the part thats buggy as a scene cant be called at a set time! Think I called it 'Weekover' or something like that.
It now uses the 'HoursElapsed' function and no longer needs a reset.
I was just download LLmagic Mod and enble it but I don't know how to get a spell book
 

xyzman

Newbie
Jul 4, 2019
47
8
EXAMPLE:
Code:
Actor.loadPreset(bodybuilder_F)
Random
    Actor.loadPreset(Kira) // Load copy of Kira
    Actor.blendPreset(Kira) // Bodybuilder & Kira mix
EndRandom
Or

Actor = generatePerson(Kira) // Create a Kira and add to world.
Actor = generatePersonTemporary(Kira) // Create a Temporary Kira for scene
Thank you !
That is a much needed info for me.
Now it works and I'm motivated again. I'm sorry if I was too frustrated in my post after so many try and error. More error :)
 

Icebird

Member
Sep 22, 2017
396
284
I can i midification her ?
The Innocent Lost quest as described raise someone's perversion level to yours (you choose the NPC from your contact list, so the NPC must be known/contact exchanged). From that: if your perversion is lower than the NPC's level the quest cannot start/continue or marked as completed. Also it will help a lot if the PC and the choosen NPC are interested in eachother. (Btw the quest can be finishing about in 2-5 mins, the result is only that choosen npc get equal perversion level, nothing more)
(Oh, and innocence doesn't mean virginity here, nothing to be need editing on chars)
 
Last edited:

Icebird

Member
Sep 22, 2017
396
284
Can anyone help with the character tags in the contact menu? Is there a list somewhere to look all them up? Id like to add tags/traits to characters mid game :)
You can add any tag at any time, you just type in the label at the character panel. Separate with ','.
The base game use only a few tag like 'Pregnant', 'Married', etc. Mods will use more, and more specific.
If you plan to use 'tagging' in scenes you should read about it in under the docs folder and there in the setActorVar.txt and the getPerson.txt
Sadly can't filtered tags in the GUI with buttons like 'Lovers', or 'Criminals', only predefined filters can apply in this way. For searching and filtering by tag type the piece of tag under the filter label box. (In scenes it's working with this comand and format: selectNPC(tagname) )
 
Last edited:
  • Like
Reactions: AnonF21

straydogg

Member
May 9, 2017
260
127
You can add any tag at any time, you just type in the label at the character panel. Separate with ','.
The base game use only a few tag like 'Pregnant', 'Married', etc. Mods will use more, and more specific.
If you plan to use 'tagging' in scenes you should read about it in under the docs folder and there in the setActorVar.txt and the getPerson.txt
Sadly can't filtered tags in the GUI with buttons like 'Lovers', or 'Criminals', only predefined filters can apply in this way. For searching and filtering by tag type the piece of tag under the filter label box. (In scenes it's working with this comand and format: selectNPC(tagname) )
Bully, Bitch, Slutty, Sleazy, Perverted, Kinky, Creepy, Aggressive, Dominant, Whore, sharedFamily, sharedBoss, sharedAll, Bondagewear, Submissive, Horny, Nymphomaniac, Evil, Relative, SOFriend, Lover, Pregnant, Married, Ex, these are some of the tags that work for me, type in where it says tags at the bottom of the npcs charactor creation its a long white box that says tags, must be written in like you see them, with a comma and spaced, and capitalized as you see them here, and any more than two or three and they dont seem to work as well one or two seem to work the best.
 

xsamp

New Member
Oct 14, 2020
11
5
Bully, Bitch, Slutty, Sleazy, Perverted, Kinky, Creepy, Aggressive, Dominant, Whore, sharedFamily, sharedBoss, sharedAll, Bondagewear, Submissive, Horny, Nymphomaniac, Evil, Relative, SOFriend, Lover, Pregnant, Married, Ex, these are some of the tags that work for me, type in where it says tags at the bottom of the npcs charactor creation its a long white box that says tags, must be written in like you see them, with a comma and spaced, and capitalized as you see them here, and any more than two or three and they dont seem to work as well one or two seem to work the best.
You are the MVP my friend :)
 
  • Like
Reactions: straydogg

strbastian

New Member
Apr 21, 2019
6
0
When i enter the game everything is everything is white like textures are missing, i click new game and its a black screen all the time i only see the texts
 

xyzman

Newbie
Jul 4, 2019
47
8
In the game I rent a nightclub, in the last game before it was a hotel.
But the employees are always naked. Ok they have shoes.
Any idea, where I can change this ?
I did not find the scene, that defines, who is working there at which time and which outfit they have.
It would be nice to have a deeper look into this.
So if you have a hint for me, I would be happy.
 

xyzman

Newbie
Jul 4, 2019
47
8
Is this wrong ?
In the code of "pervert.lpai" in the AI directory is this first line:
Type == "brothel"
I think "==" is only used to compare in a "If" or something but to set a variable it should only be one "=".
 

kuro95zone

Newbie
Jul 8, 2021
78
54
the clothing or lack there of has been an issues for a long time, it would be neat if there was an option to set a uniform for your workers
 
3.30 star(s) 118 Votes