caracute524

Newbie
Aug 21, 2021
22
14
I am trying to update from 4.7 to 4.8 with the update only file and I cant seem to clearly find the information to do so. can someone please help?<3 I Have read all the .txt and still cant figure it out ;( thank you!! this is my favorite game I have found yet<3
 

Darkiger

Newbie
Oct 30, 2019
21
8
My computer has a good setup, I can play all the games high res. I don’t know if my settings are messed up, but the loading time of each area is a pain. First are the walls displayed, then the chairs, then the tables, then the characters and so on. Maybe I missed something … is there a way to improve the graphics loading time ?

Second issue is for the dev, it would be great to improve the actions menu with filters or add categories. They are so many different positions (which is great ☺), that trying to find one in the list is not easy at all.
 

kuro95zone

Newbie
Jul 8, 2021
77
54
try with getCreature()
One more thing, what happen if the player have more then one animals..... your actual code will not works
The selection in my sample mod is "WHO: Actor = getTarget(); If Actor.isCreature(Dog)" in lpaction, so it works on any dog.


try with getCreature()
One more thing, what happen if the player have more then one animals..... your actual code will not works
That was my point how do you get a specific pet from your contact list. I could not get any of the selectors to work yesterday and dogs donot seem to have have/react to ID's

So the only option is to use the WHO statement or direct interactions.


You don't have permission to view the spoiler content. Log in or register now.

Who do you mean with x,y,z in Actor.show(x,y,z)?
Docu says the parameter is a positionel number from 0-6
 

Deleted member 2476484

Member
Modder
Jun 15, 2020
164
117
The selection in my sample mod is "WHO: Actor = getTarget(); If Actor.isCreature(Dog)" in lpaction, so it works on any dog.
I mean your lpscene doesn't know what actor to show up!
Your lpaction, is ok! (add this just for dog: Actor = getTarget(); If Actor.isCreature() && Actor.isCreatureType(Dog))

Who do you mean with x,y,z in Actor.show(x,y,z)?
Docu says the parameter is a positionel number from 0-6
It's because, it's like I have better version... I created my own Doc by time....
Try
Actor.show(0,0,0) in your lpscene
 
Last edited:

Vinfamy

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

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

Update Only: (requires v4.0 Stable or later)
Windows (64-bit):
- - -
Windows (32-bit):
- - -
Linux:
- - -
Change Log:
- This update is dedicated to the 'Official Netori Module' (this is where you're the bull), which is an optional module, disabled by default. It can enabled in Esc > Mod Manager.
- All Netori scenes where the cuck is willing now give the cuck a proper Cuck tag, preventing them from ever getting jealous and shooting you / breaking up with their SO, and also unlocking some repeatable scenes added this update or future updates
- Sleeping with someone's significant other (initially without their knowledge) could end up with you catching them watching from the hallway (if they have high masochist) and eventually allowing you to freely bang their SO whenever you want
- While hanging out with a friend (high rapport) who are having problems performing in bed with their SO (low fitness or very high prone to orgas m), they could ask you to please their SO on their behalf.
- While on a business trip, a cuck offers to let you spend a whole day at their place for intense debauchery with their SO and is even kind enough to send flowers over during the day, whose delivery person you can invite to join in as well.
- If you're an owner of a business, you can ask an employee currently in a relationship (click on the employee for the interactions menu) to let you smash their SO to show their appreciation for you providing them with a job, success depending on their masochist or if they already have the Cuck tag.
- All patrons' commissions for August
 

Koruya

Member
Feb 5, 2018
115
59
The more in the game updates and mods, the more UI become a real problem. For new players it's a big mess already, not only in menu aspect, but in dialogue box as well. I follow the game for a long time already and with each update the feeling of need of UI polishing much MORE then new fetish or few sex poses.
 

Deleted member 2476484

Member
Modder
Jun 15, 2020
164
117
Yeah, only 5 files added, 1 line of code added on 5 files and 1 block of codes added on 1 files. If I remember.

Modders are waiting for new functions, animations, solo animations, list of sex animations to use inside our scenes, menu with categories, ...
 
  • Like
Reactions: AlexWolfJEDYNY

Wolvenwood

Newbie
May 20, 2018
99
105
Yeah my ui doesn't work at all, like i can't edit my character's stats, or even access the body types to edit my character guess i'm still waiting till the 5.0 update
 

Mommysbuttslut

Forum Fanatic
Feb 19, 2021
4,191
10,275
Is it even netori if the victim wants it? Like what's the fun in stealing a girl who's with some uber beta cuck who's just pawning her off? The girl's practically single in that scenario anyway. Give us more angry wannabe alpha losers to get mad at us, not some betas who already know their place.
 
Jul 6, 2021
410
424
I would think a cuck is one who doesn't even mind/get mad - or even gets turned on by it. I hate the term though as it has of late been used for anyone to the left of Benito Mussolini.
 
  • Like
Reactions: Villenia

Mommysbuttslut

Forum Fanatic
Feb 19, 2021
4,191
10,275
I would think a cuck is one who doesn't even mind/get mad - or even gets turned on by it. I hate the term though as it has of late been used for anyone to the left of Benito Mussolini.
The one dude who gets strung up upside down naked next to his mistress and he isn't even into cuckplay. For shame.
 

lfforumvr

Newbie
May 14, 2017
29
28
Hi all,

Is there a guide of how to add 3d objects and/or enhance the clothing? It would be great if someone can add a chastity device that can be worn from penis bearing humans and then we can create different scenarios based on that!
 

Icebird

Member
Sep 22, 2017
381
275
Who do you mean with x,y,z in Actor.show(x,y,z)?
Docu says the parameter is a positionel number from 0-6
A little explanation about the positioning:

All rooms have dimensions, X and Y are horizontal Z are vertical.
X and Y ranges are mostly (mean in a default bedrooms) -40 to + 40, while Z are 0 to 1500
You can read this values if enter the "Edit bedroom" option.
Here load your desired room, and pick a new object like a 'beanbag'.
With shift+movementkeys you can move object within the space horizontally and (with shift+mousewheel) vertically.
Right side you can read the XYZ values of the object position, what can use in Actor.show(X, Y, Z) positioning.
(Of coz after all you don't need save the room but you must load back your normal bedroom)

Example:
You wanna show someone relatively left of the default camera position
Actor.show(-30, 0, 0)
After that you wanna change this position. The actor should go (walk) right side (opposite) of the room
Actor.show(30, 0, 0)
(If it is a too big range, possibly the character are teleporting there without any walk animation)

If you wanna use a (interactable) furniture in the room, you must direct the character there
In room are a chair at (0, 20, 60) coordinate so (60 is the default floor level of rooms)
Player.show(0, 21, 0) // will move close to object and - if you lucky and the AI recognise the chair - the actor will sit down there. Advised to be use the 'animate' command after the positioning, because if AI pick a random animation and the scene go dizzy (like actor will be move forward to one of the interactable object and execute the related animation there, mean if are a yogamat in the close range the actor possibly lay down there). Above scenario's Z value can be 0 (zero) because the caracter automatically placed on the closest object: the floor. (Sometimes you can see if some characters falling through the floor, this probably caused a wrong positioning of the character or the dense placing of the various objects where it's stuck)

Objects have heights so it's tricky because the precise displaying requiring the vertical positioning too.
There is a bed at (0, -20, 60)
Actor.show(0, -20, 120) //Z is 60 floor level + 60 the bed height
Actor.animate(dance)
The actor will be dancing (up)on the bed.

All animation and position change (mean walk) needs time to execute, so wisely put dialogs between the commands, to slow down the (real) player clicking.
For example:
Actor.show(-30, 0, 0)
Actor.animate() //turn off any random animation
Actor(posing)::"Hi, i'm here at the left."
Actor()::"I will go right of the room..." //gain time to play posing anim
Actor.show(30, 0, 0)
Actor()::"Now I start moving tho the right..." //gain time to walking
Actor()::"I need time to walk there..." //gain more time to walking
Actor()::"I'm almost there..." //gain more time to walking to be sure
Actor.animate(dance)
Actor()::"Yes, I did it!" //showing if it's reached there
Actor(posing)::"See ya later!"
"<Actor.name> is start vanishing..." //gain time to play posing anim
Actor.hide()

The camera positioning and the 'sexatpoint' commands have similar positioning method.
cameraMove(-39, -39, 900) //go cam position to corner of the room and up a littlebit
cameraFocus(0, 0, 500) //turn cam to look at the center of the room
sexatpoint(0, 0, 60) //the next 'sex' or 'sexnoaffair' command will be placed to center of the room and at the floor

I hope this little explanation can help understand 'how it works'.
 
Last edited:
3.30 star(s) 118 Votes