Brandu33

Member
Apr 11, 2022
362
369
I tried the game, while the sex scenes seemed well written and intriguing seeming quite realistic (change of pace, position etc.) i found weird and annoying the fact that you seem not to be able to choose to move to a private place.
I was at home, 5 minutes in game, got "teleported" to a hospital then "teleported" again to a bar where i agreed to give some attention to an elf woman in exchange for a medication, and then instead of a dialogue about my home, yours or a hotel they beging to have sex in the café with all the people around wandering and talking.WTF? Is there a way to avoid that?
If not it might be a good focus for the next update...
 

Blue_Ant

New Member
Jul 23, 2021
12
7
I tried the game, while the sex scenes seemed well written and intriguing seeming quite realistic (change of pace, position etc.) i found weird and annoying the fact that you seem not to be able to choose to move to a private place.
I was at home, 5 minutes in game, got "teleported" to a hospital then "teleported" again to a bar where i agreed to give some attention to an elf woman in exchange for a medication, and then instead of a dialogue about my home, yours or a hotel they beging to have sex in the café with all the people around wandering and talking.WTF? Is there a way to avoid that?
If not it might be a good focus for the next update...
I think its just how the way the script written.
It seems you've triggered scenes that used setBackground() while the latter used moveTo(Loc)
I do agree, I also want an option for the player able to choose public or private
Code:
0:: "Private"
1:: "Public"

If 0
     Loc = CurrentCompanion.getBuilding(home)
     moveTo(Loc)
EndIF
sex(Player, CurrentCompanion)
its kinda easy... but tedious to add that to all the sex scenes
 

hiddink

Active Member
Jul 20, 2017
858
932
the game should have blackmailing, you rape a girl then you blackmail her to send the video to their family or friends
 

Araren13

Newbie
Feb 19, 2018
21
1
i seem to have a loop in the sex guru mod where i cant ever rent a temple because i apparently have too much equipment and products, how do i fix this? i dont have any guru based equipment of merch.
 

beehe

New Member
Jun 30, 2018
11
2
The vampire scene keeps lagging and glitching each time the hunter tries to spawn, With current build. Anyone else have this issue?
 

Brandu33

Member
Apr 11, 2022
362
369
I think its just how the way the script written.
It seems you've triggered scenes that used setBackground() while the latter used moveTo(Loc)
I do agree, I also want an option for the player able to choose public or private
Code:
0:: "Private"
1:: "Public"

If 0
     Loc = CurrentCompanion.getBuilding(home)
     moveTo(Loc)
EndIF
sex(Player, CurrentCompanion)
its kinda easy... but tedious to add that to all the sex scenes
Tedious and a total mood killer ;) Thanks for the info, i just wish they would take a brake on adding new kinks and would work a while on improving the feel of the game, making it smoother.
 

Ravenger6660

Active Member
Sep 14, 2017
841
977
I think its just how the way the script written.
It seems you've triggered scenes that used setBackground() while the latter used moveTo(Loc)
I do agree, I also want an option for the player able to choose public or private
Code:
0:: "Private"
1:: "Public"

If 0
     Loc = CurrentCompanion.getBuilding(home)
     moveTo(Loc)
EndIF
sex(Player, CurrentCompanion)
its kinda easy... but tedious to add that to all the sex scenes
Note: That moveTo(Loc) does break/stop/end current action your character is doing which can be working, shopping, or sleeping. Shopping is worse be cause you pay first but don't get the item unless you complete action.
 

jojo12342

Newbie
Feb 12, 2018
16
4
Is there a way to get a preview or a guide for all the scenes. Rn i feel lost. I play it almost everytime when a new patch appears. But im allways stuck at a point where i only the old scenes. I know the reason for that is to trigger all the requirements but i dont know what requirements i need to see all the scenes of "pregnancy" or "ntr". The latest update was the fantasy update that had some ntr scenes for example: Vampire hunter scene. But that wasnt in the ntr folder, more in the fantasy folder. Do i really need to check all the folders for that required tag or is there an mod/alternative so spare a lot of time?
 

Blue_Ant

New Member
Jul 23, 2021
12
7
Note: That moveTo(Loc) does break/stop/end current action your character is doing which can be working, shopping, or sleeping. Shopping is worse be cause you pay first but don't get the item unless you complete action.
another reason to disable invite_workout

Do i really need to check all the folders for that required tag or is there an mod/alternative so spare a lot of time?
I usually just extract the most recent files in the modules folder and use the # command to check the new scenes
using # sometimes might not respect "WHO: ; IF " tho :/
 
  • Like
Reactions: jojo12342

Icebird

Member
Sep 22, 2017
341
242
Is there any stat companions need to have to accept a lip injection in plastic surgery like every companion is not accepting it and I dont know why
If companion:
- is your gf and has high intel (more than 50) and low masochost (less than 0) doesn't accept
- is a sexworker then always accept
- has mediocre relations and perversion with PC (attractiontoplayer, rapportwithplayer, perversion >30) then 95% to accept
...mainly.
Secondly there is other refinement in the script later what related how masochist is your companion. (if better then bigger lips can applied on her)
 

Vinfamy

creating moddable 3D life simulator
Game Developer
Jul 5, 2017
1,250
4,850
Kinks of the Month for September (v5.10 & v5.11)
please vote before 3 September
- x1 Weighted Poll for $1 to $4 Patrons:
- x3 Weighted Poll for $5 to $9 Patrons:
- x9 Weighted Poll for $10 or above Patrons:
 

hiddink

Active Member
Jul 20, 2017
858
932
Kinks of the Month for September (v5.10 & v5.11)
please vote before 3 September
- x1 Weighted Poll for $1 to $4 Patrons:
- x3 Weighted Poll for $5 to $9 Patrons:
- x9 Weighted Poll for $10 or above Patrons:
my man if you are earning money regardly you said the game is free (it is but...), at least fix the bugs ... at least for the people that pays you man
 

ririmudev

Member
Dec 15, 2018
304
308
Managed to make a basic tmLanguage.json file, if one is editing scenes in VSCode. Just does color highlighting, nothing smart. Looks nice though. Setup is:
1. Make sure these directories exist: $HOME/.vscode/extensions/lplang/syntaxes/
(create lplang and lplang/syntaxes. If you don't have $HOME/.vscode/extensions/, I can't help)
2. Create $HOME/.vscode/extensions/lplang/package.json with contents in first spoiler
3. Create $HOME/.vscode/extensions/lplang/syntaxes/lpscene.tmLanguage.json with contents in second spoiler
4. Feel free to say if you want to build upon it (and go ahead & do so) - there's definitely room for improvement.

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.
Sample Image:
You don't have permission to view the spoiler content. Log in or register now.
Note: I really need to configure my vscode to error on trailing commas - lost too much time due to that :-(
 

Kavy

New Member
Apr 20, 2018
11
13
Is there any fix for the fantasy scenes? The scene with the vampires attacking you (which happens very often) and the orc equivalent just freezes my game. I am playing 100% vanilla no mods.
 
  • Like
Reactions: bob765h

Mommysbuttslut

Forum Fanatic
Feb 19, 2021
4,019
9,785
Is there any fix for the fantasy scenes? The scene with the vampires attacking you (which happens very often) and the orc equivalent just freezes my game. I am playing 100% vanilla no mods.
I'm pretty sure there's at least one more scene that causes a crash, but this fixes the freezing ones.
 
  • Like
Reactions: Kavy
3.30 star(s) 118 Votes