Ravenger6660

Active Member
Sep 14, 2017
822
957
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
311
215
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,847
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
927
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
303
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
10
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

Engaged Member
Feb 19, 2021
3,340
8,015
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
Sep 6, 2021
9
2
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)
Ty will look out for that
 

hiddink

Active Member
Jul 20, 2017
858
927
what do i have to do to be able to rape a GF of someone when i tamper the drink with their BF there??
 

redw

New Member
Jun 24, 2021
6
5
Ravenger6660 Does anybody have problem with the mod pregnancy module ? All the kids after birth immidately start with random age from 19 to 33 ect instead of a 0 idk if something on my end screwed up or is there something wrong with "gives birth" scenes since the moment i turn off revenger scenes the ages start correctly at 0. It broke immidiately after updating from 22 of august version and it worked fine before so idk
 

Blue_Ant

New Member
Jul 23, 2021
12
7
Ravenger6660 Does anybody have problem with the mod pregnancy module ? All the kids after birth immidately start with random age from 19 to 33 ect instead of a 0 idk if something on my end screwed up or is there something wrong with "gives birth" scenes since the moment i turn off revenger scenes the ages start correctly at 0. It broke immidiately after updating from 22 of august version and it worked fine before so idk
byeah, possibly because the actor gets called so many times, the actor considered missing... or player hits emergency,, it may not clear all the actor tags. *shrug*
dirty fix :
load another save, let it run awhile, load your preferred save.

whoops.. sorry different bug entirely
 
Last edited:

Ravenger6660

Active Member
Sep 14, 2017
822
957
Ravenger6660 Does anybody have problem with the mod pregnancy module ? All the kids after birth immidately start with random age from 19 to 33 ect instead of a 0 idk if something on my end screwed up or is there something wrong with "gives birth" scenes since the moment i turn off revenger scenes the ages start correctly at 0. It broke immidiately after updating from 22 of august version and it worked fine before so idk
I rechecked my code. And I have not done much with it for a while.

Are you using any other Pregnancy mods? I remember Better_Pregnancy had a similar issue.
 

Ravenger6660

Active Member
Sep 14, 2017
822
957
what do i have to do to be able to rape a GF of someone when i tamper the drink with their BF there??
I'm guessing you are asking for my goodbye_companion scene.

If Sneak > [BF:intelligence - BF:intoxication + BF:masochist]
rape the GF
Else
BF catches you.
Endif
 
  • Like
Reactions: hiddink

Blue_Ant

New Member
Jul 23, 2021
12
7
is there a way to make npc stat default at 0, like pornfame and inc tension. ..
tried making custom stats, it always starts at random numbers.
 

redw

New Member
Jun 24, 2021
6
5
I rechecked my code. And I have not done much with it for a while.

Are you using any other Pregnancy mods? I remember Better_Pregnancy had a similar issue.
Thought that was the issue but i tried it with vanilla reinstall aka no mods except the reve events and it still happened made completely new save still happens and works correctly again as soon as i turn off the mod and breaks as soon as i turn it on so i kinda asked if anybody had the same issue by chance or could check if it worked for them since i have no idea how could this have broken except when i updated it to the most recent version so im kinda stumped considering it kinda worked before with only few hiccups. The only thing i picked up on was that they always spawned with age bracket 19-33 and anything in between so either something doesnt pick up on setting the age on 0 and they spawn with it randomised ? It happens to all the kids no matter the situation wheter you go to the hospital or stay at home anything born out of female character right away gets that age.
 

Ravenger6660

Active Member
Sep 14, 2017
822
957
Thought that was the issue but i tried it with vanilla reinstall aka no mods except the reve events and it still happened made completely new save still happens and works correctly again as soon as i turn off the mod and breaks as soon as i turn it on so i kinda asked if anybody had the same issue by chance or could check if it worked for them since i have no idea how could this have broken except when i updated it to the most recent version so im kinda stumped considering it kinda worked before with only few hiccups. The only thing i picked up on was that they always spawned with age bracket 19-33 and anything in between so either something doesnt pick up on setting the age on 0 and they spawn with it randomised ? It happens to all the kids no matter the situation wheter you go to the hospital or stay at home anything born out of female character right away gets that age.
I re-uploaded my pregnancy & Ravenger_Scenes on my page. The only thing I can think of is that it is a new Vinfamy bug that you got.
 
3.30 star(s) 117 Votes