straydogg

Member
May 9, 2017
258
122
if it has a preset folder in the mod you can make a folder to the mod and go to scenes and see what bodies the porn scenes are using as in pimpyour girl it has presets that the mod uses for scenes, or you can go to the stats only folder which is in vin base presets and change the prests that are there like attractive, take the stats from the npc you created and copy paste to the attractive file and as long as you keep the attractive file name the same you can do this for bodies rooms places, aslong as the name of the file is not changed you can change tyhe in side but leave the name as it orignally named or the game will NOT reconize it and with bodies make sure the name is no there or you will get abunch of Stellas or what ever name you or the game picks if you leave the male female trans edits alone and just copy paste morphs skin hair and stats yur laughing make sure hair is not there 0% makes it so and remove thename of hair also or again you will get that hair all the time unless thats what ya want:giggle:
WHAT: all, -sleep, -nap, -sleep_hotel, -nap_hotel
WHERE: all -work
WHEN: 8 - 18
WHO: YourProstitute = getSpecific(Prostitute); If Random(1, 100) <= YourProstitute:pornfame && !YourProstitute.isMale()
OTHER: !isWithCompanion()

SceneStart()
setBackgroundCustom(sb_phone_message)
Player.hide()
YourProstitute.strip()
YourProstitute.show(0)
"A porn director of BLAKKED wants to book <YourProstitute.name> for a gangbang scene."
Actor = generatePersonTemporary(sb_PYG_pornstar_M_african_daz)
While !Actor.isMale()
Actor = generatePersonTemporary(sb_PYG_pornstar_M_african_daz)
Endwhile
Actor.randomizeHairs()
Actor.randomizeSexy()
Actor.randomizeFace()
Actor.strip()
Actor.show(1)

Actor2 = generatePersonTemporary(sb_PYG_pornstar_M_african_daz)
While !Actor2.isMale()
Actor2 = generatePersonTemporary(sb_PYG_pornstar_M_african_daz)
Endwhile
Actor2.randomizeHairs()
Actor2.randomizeSexy()
Actor2.randomizeFace()
Actor2.strip()
Actor2.show(2)

Actor3 = generatePersonTemporary(sb_PYG_pornstar_M_african_daz)
While !Actor3.isMale()
Actor3 = generatePersonTemporary(sb_PYG_pornstar_M_african_daz)
Endwhile
Actor3.randomizeHairs()
Actor3.randomizeSexy()
Actor3.randomizeFace()
Actor3.strip()
Actor3.show(3)

Actor4 = generatePersonTemporary(sb_PYG_pornstar_M_african_daz)
While !Actor4.isMale()
Actor4 = generatePersonTemporary(sb_PYG_pornstar_M_african_daz)
Endwhile
Actor4.randomizeHairs()
Actor4.randomizeSexy()
Actor4.randomizeFace()
Actor4.strip()
Actor4.show(4)

Income = Random(750, 3000)*(YourProstitute:perversion/100)+YourProstitute:pornfame
Choice2 = Income/2
Choice3 = Income/3
IncomeConverted = Income.convertToLocalCurrency(true)
Choice2Converted = Choice2.convertToLocalCurrency(true)
Choice3Converted = Choice3.convertToLocalCurrency(true)
Cheap = 1
CheapConverted = Cheap.convertToLocalCurrency(true)

"<YourProstitute.His_or_Her> co-stars would be <Actor.name>, <Actor2.name>, <Actor3.name> and <Actor4.name> ..."
0:: "Turn down the offer"
1:: "Rip the director off (<IncomeConverted>)"
2:: "Offer a fair price (<Choice2Converted>)"
3:: "Give the director a bargain (<Choice3Converted>)"
4:: "Sell <YourProstitute.him_or_her> as a cheap whore for <CheapConverted>"

If 0
Player(Sad):: "Sorry, but <YourProstitute.he_or_she> has a holiday planned on the day of the shoot ..."
Elseif 4 || 3 || Random(0, 100) < choice*YourProstitute:pornfame
Income = Income/choice
If choice == 4
"I called <YourProstitute.name> and told <YourProstitute.him_or_her> that <YourProstitute.he_or_she> will work for <CheapConverted> this time ..."
karma -= Random(0.1,1.5)
If YourProstitute:masochist < 0 && interpersonal + intelligence < 150
YourProstitute(Angry):: "Are you serious?? No Way!"
YourProstitute(Angry):: "I thought we are doing this for money?"
YourProstitute(Angry):: "I'll not do this!"
If martial > YourProstitute:martial || muscle > YourProstitute:muscle
"You are quite sure you could threaten <YourProstitute.him_or_her> and force <YourProstitute.him_or_her> to do what you want."
"You could be the bad <Player.boy_or_girl> you always wanted to be..."
"What will you do?"
0:: "Threaten <YourProstitute.him_or_her>"
1:: "Be nice and let <YourProstitute.him_or_her> go"

If 1
"<YourProstitute.Name> declines ..."
YourProstitute:attractiontoplayer -= Random(1, 2)
YourProstitute.saveAndDelete()
SceneEnd()
Else
"You threaten <YourProstitute.his_or_her> ... "
Player(Flirty):: "Listen, I know what I'm doing, this is good for you. You'll do whatever I say ... otherwise you'll regret it."
YourProstitute(Angry):: "I ... I ... mmmhh"
Player(Flirty):: "Be a good <YourProstitute.boy_or_girl> and do as I say."
YourProstitute(Angry):: "Okay ..."
"After this you convinced <YourProstitute.Name> doing what you want, despite the fact <YourProstitute.he_or_she> doesn't like it."
karma -= Random(2.5,7)
YourProstitute:masochist += Random(10, 15)
YourProstitute:attractiontoplayer += Random(2, 5)
YourProstitute:rapportwithplayer -= Random(2, 15)
Endif
Else
"<YourProstitute.Name> declines ..."
YourProstitute:attractiontoplayer -= Random(1, 2)
YourProstitute.saveAndDelete()
SceneEnd()
Endif
Elseif YourProstitute:masochist < 0 && interpersonal + intelligence > 150
YourProstitute(Angry):: "Are you serious?? No Way!"
YourProstitute(Angry):: "I thought we are doing this for money?"
Player(Flirty):: "I know what I'm doing, this is good for you. Listen ... "
"After a few words you convinced <YourProstitute.Name> to do what you want, despite the fact <YourProstitute.he_or_she> doesn't like it."
YourProstitute:masochist += Random(0, 5)
YourProstitute:attractiontoplayer += Random(0, 5)
YourProstitute:rapportwithplayer -= Random(0, 5)
Elseif YourProstitute:masochist < 30
YourProstitute(Angry):: "Why are you doing this?"
Player(Flirty):: "Because I want it. Be a good <YourProstitute.boy_or_girl> and do as I say."
Elseif YourProstitute:masochist < 50
YourProstitute(Angry):: "Mh..."
"<YourProstitute.Name> doesn't seem to like it, but doesn't say anything."
Elseif YourProstitute:masochist > 75
YourProstitute(Flirty):: "Mmmmmmmh..."
"<YourProstitute.Name> seems to enjoy to be treated like a cheap whore."
Endif

Random
"Director: <CheapConverted>?? Are we serious here?"
"Director: <CheapConverted>?? You are crazy!"
"Director: Only <CheapConverted>?? Is this serious?"
"Director: <CheapConverted>?? Something is very fishy here ..."
endRandom

Random
Player(Flirty):: "Yes, I want <YourProstitute.him_or_her> to be in this movie.For <CheapConverted> that <YourProstitute.stud_or_girl> is yours. Deal?"
Player(Flirty):: "Yes. For only <CheapConverted> that <YourProstitute.stud_or_girl> is yours. Deal?"
Player(Flirty):: "Yes, I want <YourProstitute.him_or_her> to be in this movie.For <CheapConverted> you can use this <YourProstitute.stud_or_girl>. Fine for you?"
Player(Flirty):: "Special offer! For <CheapConverted> this <YourProstitute.stud_or_girl> is in your movie. Deal?"
endRandom

"Director: Deal!"
Income = 1
Endif
money += Income
YourProstitute:totalincome += Income
YourProstitute:totalmovies += 1
"The porn director accepted and soon enough we were meeting at the shoot location that we agreed on."
Random
setBackground(home)
setBackground(home)
setBackground(home)
setBackground(home)
setBackground(bar)
setBackground(hairdresser)
setBackground(cafe)
setBackground(clothes)
setBackground(dentist)
setBackground(doctor)
setBackground(hotel)
setBackground(laundry)
setBackground(marketplace)
setBackground(musical_instrument)
setBackground(nightclub)
setBackground(work)
setBackground(place_of_worship)
setBackground(police)
setBackground(prison)
setBackground(pub)
setBackground(restaurant)
setBackground(shoes)
setBackground(sports_centre)
setBackground(supermarket)
setBackground(theatre)
setBackground(toilets)
setBackgroundCustom(sb_redlight_swingerclub)
setBackgroundCustom(sb_street_carsex)
setBackgroundCustom(sb_redlight_stripclub)
setBackgroundCustom(sb_porn_highclassmovieset)
setBackgroundCustom(sb_porn_cheapmovieset)
setBackgroundCustom(sb_office_bathroom)
setBackgroundCustom(sb_office_boss)
setBackgroundCustom(sb_doctor_gynecologist)
setBackgroundCustom(sb_redlight_bdsm_studio)
endRandom
If !YourProstitute.isPregnant()
NotPregnantBefore = 1
Endif
SexNoAffair(YourProstitute, Actor, Actor2, Actor3, Actor4)
If YourProstitute.isPregnant() && YourProstitute:prostitutechildfather == 0 && NotPregnantBefore == 1
Actor.makePermanent()
FatherID = Actor.getID()
YourProstitute:prostitutechildfather => FatherID
NotPregnantBefore = 0
Endif
YourProstitute:pornfame += 0.6
YourProstitute:masochist += Random(0,0.5)
YourProstitute:perversion += Random(0,2)
YourProstitute:rapportwithplayer += Random(0,1)
If YourProstitute:intelligence < Random(0,50) || YourProstitute:masochist > masochist
YourProstitute:attractiontoplayer += Random(0,1)
YourProstitute:rapportwithplayer += Random(0,1)
Endif
Else
"No way, that's way above the market rate for this type of shoots! You have too high an opinion of yourself, honey. You should ask the other pornstars how much they charge."
Endif

SceneEnd()
timeout(48, porn_shoot_fivesome_blacked_pimp)
just what a scene looks like and you will see that this has preset bodies and in presets you change the context of the file but not the body name preset just goto the body name and change the inside to the prest youmade and as long as the mname of the body stays sb_PYG_pornstar_M_african_daz as the name of the file it will come up as the preset you copied and pasted to the file same as rooms edit in the game save and copy paste leave the name the same change the inside o_OOh and make sure every body has a _M or _F after it cuz the game doesnt like it for some reason it will use a male body for female and so on or i found it did in my game and i dont havehair or body problems just clothes, which is a quick fix just add to the npc or talk to them does the trick for me and when i save the game i load right after it seems to stabilize the game for some reason
 
Last edited:

straydogg

Member
May 9, 2017
258
122
// Information
INFO Is_Male: 100% false
INFO Interested_In_Men: 100% true
INFO Interested_In_Women: 100% true
INFO Interested_In_Transgender: 100% true
INFO First_Name: 0% a
INFO Last_Name: 0% a
INFO Race: 100% Daz
INFO Genital: 100% Vagina

// Morphs
MORPH Genesis8Female__CTRLSYFASuJinFace: 100% 0.089159
MORPH Genesis8Female__CTRLSYFAJingFace: 100% 0.104797
MORPH Genesis8Female__Preset 008: 100% 0.225425
MORPH Genesis8Female__CTRLFaceOlderHD: 100% 0.002064
MORPH Genesis8Female__Aging Hands Detail HD: 100% 0.005926
MORPH Genesis8Female__Aging Feet Detail HD: 100% 0.005692
MORPH Genesis8Female__Aging Body Skin Base HD: 100% 0.005538
MORPH Genesis8Female__Aging Body Detail HD 2: 100% 0.005466
MORPH Genesis8Female__Aging Body Detail HD 1: 100% 0.005107
MORPH Genesis8Female__Aging Arms Detail HD: 100% 0.005577
MORPH Genesis8Female__sfd_tg_tgbody04: 100% 0.659065
MORPH Genesis8Female__EJEthnicsWhiteBody: 100% 0.73527
MORPH Genesis8Female__Catriona: 100% 0.586441
MORPH Genesis8Female__Kumiko Head: 100% 0.204992
MORPH Genesis8Female__PBMNipples: 100% 1.0
MORPH Genesis8Female__PHMFaceYoung: 100% 0.999097
MORPH Genesis8Female__PBMNipplesSize: 100% 1.0
MORPH Genesis8Female__PBMNipplesLarge: 100% 0.46601
MORPH Genesis8Female__PBMNipplesDiameter: 100% 0.501918
MORPH Genesis8Female__PBMNipplesDepth: 100% 0.107673
MORPH Genesis8Female__PBMHipSize: 100% 0.270328
MORPH Genesis8Female__PBMGlutesSize: 100% 0.09888
MORPH Genesis8Female__PBMBreastsUnderCurve: 100% 1.0
MORPH Genesis8Female__PBMBreastsSize: 100% 0.371704
MORPH Genesis8Female__PBMBreastsShape01: 100% 0.259423
MORPH Genesis8Female__PBMBreastsHeavy: 100% 0.13305
MORPH Genesis8Female__PBMAreolaePerk: 100% 0.241493
MORPH Genesis8Female__PBMAreolaeDepth: 100% 0.476608
MORPH Genesis8Female__FBMHeavy: 100% -0.06
MORPH Genesis8FemaleEyelashes__CTRLSYFASuJinFace: 100% 0.089159
MORPH Genesis8FemaleEyelashes__CTRLSYFAJingFace: 100% 0.104797
MORPH Genesis8FemaleEyelashes__Preset 008: 100% 0.225425
MORPH Genesis8FemaleEyelashes__Catriona: 100% 0.586441
MORPH Genesis8FemaleEyelashes__Kumiko Head: 100% 0.204992
MORPH Genesis8FemaleEyelashes__PHMFaceYoung: 100% 0.999097
SCALE X: 100% 1.0
SCALE Y: 100% 1.0
SCALE Z: 100% 1.0

//Hair
HAIR Hairstyle: 0% a
HAIR Hair_Thickness: 100% 1.440346
HAIR Hair_Color_R: 100% 0.015
HAIR Hair_Color_G: 100% 0.003
HAIR Hair_Color_B: 100% 0.0
HAIR Hair_Color_A: 100% 0.85


// Skin
SKIN Eye_Color_R: 100% 0.0
SKIN Eye_Color_G: 100% 0.7
SKIN Eye_Color_B: 100% 1.0
SKIN Eye_Color_A: 100% 0.8
SKIN Face_Texture: 100% Yvette
SKIN Face_Overlay: 100% NoHair
SKIN Torso_Texture: 100% Bridget8TorsoD_1002
SKIN Torso_Overlay: 100% NoHair
SKIN Arms_Texture: 100% Bridget8ArmsD_1004
SKIN Arms_Overlay: 100% NoHair
SKIN Legs_Texture: 100% Bridget8LegsD_1003
SKIN Legs_Overlay: 100% NoHair
SKIN Skin_Color_R: 100% 0.93
SKIN Skin_Color_G: 100% 0.72
SKIN Skin_Color_B: 100% 0.63
SKIN Skin_Color_A: 100% 1.0
SKIN BHairColor_R: 100% 0.00225
SKIN BHairColor_G: 100% 0.00045
SKIN BHairColor_B: 100% 0.0
SKIN BHairColor_A: 100% 0.85
SKIN Skin_Roughness: 100% 0.881811
SKIN Skin_Oil: 100% 0.350344
SKIN Skin_Fresnel: 100% 0.517167
SKIN Skin_Age: 100% 0.0
SKIN Skin_Sagging: 100% 0.0
SKIN Muscle_Tone: 100% 0.0
SKIN BHairThickness: 100% 0.305898
SKIN BHairstyle: 100% NoHair
SKIN Tan_Line: 100% 0_SSTanLinesG8F
SKIN Tan_Strength: 100% 0.5 And if your Presets dont look like this, they will NOT be reconized by the game, and unless its a Trans Npc all Presets MUST have _M or _F at the end or the game thinks the body is for all bodies, the only ones that shouldnt are the stats only and age for some reason , And if you go to Npc charator where the body and faces are there are boxes that you can check to stop those bodies from generating , make sure you put the% to zero on both male and female or they will generate even with the boxes ticked, where you change the % for male female trans generation in the game, this is the athlectic_F i use, and Quest charaters too i changed cuz they are on the old stats and have no sex pref, cuz they where on the old 2.0 morphs and some sliders are no longer in the new morphs, and the game seems to use them more for gernerating npcs after doing all this i get a healthy npc and not something that is skin and bones or very large all the time or all 90 yr olds
 
Last edited:

Fuzzcat

Active Member
Oct 27, 2017
624
662
And, finally--digressing even further--I would love it if NPCs had memory. Referencing or discussing previous interactions independently, reminiscing, etc.

I suppose that all of these points, stats for loyalty, jealousy, a memory system, etc., just illustrates that there's room for growth in immersive NPC behavior.
About the stats you mentioned (jealousy, possessiveness, etc), I think they can be achieved with the current stats.
It's just a matter of being creative with code (which, unfortunately, it has been the case lately with scenes. Sorry Vin, but is true).

What we really need, is to have stats to separate kinks.
A stat for bestiality, another for group sex, etc etc.
Perversion doesn't handle them separatedly, and no matter how much of a pervert someone is, there are some things it will never do (for example, as much as a fucking perv I am, scat is absolutely out of the question -as well as others-).
Unfortunately, disabling the kink folder is not a solution, it removes a lot of content. Personally, as much as I don't like golden showers, I won't mind other NPCs having the kink.

Going to a job interview. I'm naked apparently.
initiating sex with someone, another character turns up.
Sometimes i have sex in the air.
I'm literally a sadist. But "Your character will not like that" when going for rough.
Raping someone (The one being raped loves it)
Raping someone (The one being raped is too tired)
The bartender, whom i want to spike, is also the bartender suggesting me to spike the drink.
-You're lacking office/formal clothes.
-Mixed up scene indeed.
-It's always like that. It's made to load faster, and so you can move the actors around to the exact place you want.
-It's two different stats. Likes rough means you'll go faster and harder, need to increase that stat.
-So? If the other is a masochist, it will enjoy it.
-The other has low energy, and sex stops. Is a mechanic so the scenes have some limits.
-So?? Just as you think on spiking the bartender, it doesn't means he doesn't thinks about it too (besides, I guess it could be really hard to spike the drink of someone working serving said drinks)

Is this a game where bugs are fixed over time, or should I just accept it as it is? I've been making a list of wonky things under the assumption that if i post them, whoever makes the game will take note and fix them at some point.
Welcome! :D

The game gets updated fairly often, and bugs are, more or less, fixed. Sometimes lol


Bar: Often, when i do a task (like a quest - "searching for william") a task bar appears over the map in the bottom right corner of the screen and slowly progresses. But then, I'll have a sudden event (example: sister is good at music and wants to help me be better) and once that event is over, my task bar stops - no more quest progress. So I have to re-start the quest from the beginning - and even then, a new event might pop up and stop my bar progress again. So, my question: Is there a way to get the bar moving again without re-starting the quest?
I had the same "problem" when started playing. It's not a bug or problem:
You have the game set on "pause" when an event pops in. You can disable the option on settings (I think).

Personally I leave it like that, and when the event scene ends, you just press "spacebar" to ressume the interrupted task.
You can also "pause" purposedly a task the same way.
For example, you go to sleep (which will take several hours) and you can pause (spacebar) to do anything else (which of course will end the sleeping task).
In your example:
after sister event, just hit "spacebar" to keep completing the task.

Bliss: My character is married. My wife doesn't sleep in the same bed with me. She sits in a chair all night lol. A little odd.
Lol true.
I guess it can be asked to have at least the model of the wife/lover next to our character.
(or maybe could be modded?)

: Clicking on people at work in the office is a little funky. I like to "work together", hopefully to build relationship points with co-workers. So I click "work together and when it's done, i have to use the camera to chase the NPC around to click it again. It would be easier if i could just set an amount of time to work with them, or make it so the NPC doesn't wander off right when a task ends.
Work is, indeed messy.
Personally, I like it, it makes the place more lively (and realistic).
But I get you mean.
If you use talk/chat, the NPC will move close to you or viceversa, but it'll stay there for awhile.
Or you can move the camera to one side of the room (or a corner) to always have everyone on sight always.

More Work
: How much are you expected to work in order to keep your job? I generally try to adhere to a M-F 8 AM to 5 PM schedule and keep getting praise from the boss. I am starting to think that all you really have to do is click "work" once per day, 5 days per week? Is that correct?
Honestly, work is just an excuse to have sex events.
You could indeed do just one run of work daily.
If you do more, your job stat will increase, meaning ALL the other jobs will increase earnings. More importantly, having high job stat at office work means promotions: you'll get a raise, new scenes, a personal secretary, etc. (all of these means new scenes available)

My LGBT Mafia Boss
: I have a male character who is only into females. I decided to try out organized crime. But the mafia boss said i had to have sex with him to join?!! Did I read that right? I'm not trying to poop on anyone's parade, but I'm not into that and I wanted to see what the mafia thing was all about. Did I miss something? I just want to add some Goodfellas into this porn mix, you know... wife is oblivious at first, i have a sleazy girlfriend in a secret apartment, I whack a guy for buying a fur coat with our heist money and drawing attention from the cops, that kind of thing.
If the boss is a female, is not strange lol
If it's a guy, you just had bad luck, as having sex is just one of several random options.

Missing Intro Text
: There is an event where you go on a double date. The intro text seems to be absent... I'm just immediately given a choice to agree to something vague or not.
That scene is what we're coincidentally talking some days ago.
It's absolutely fucked up, so unless you're really curious about it, just skip it with "no".

: There are a number of times where my partner and I end up clipping through a wall in certain positions. Generally not a big deal, but if you end up making sweet love in a movie theater, you're positioned half inside the floor. I think you should set it up so that the sex activity occurs up front by the movie screen, which is where the lowest floor level is.
Again, new to the game :D
Use shift with movement to set the characters in the exact place you want (you'll note that some positions are meant specifically to be placed in certain... well, places)
shift + wasd to move around
shift + middle mouse (wheel) to move up-down.
(shift also works with left and right mouse, to more adjustments)


Hitting "C"
: I recently discovered the joy of hitting C during sex scenes, which allows you to see from your character's perspective. This is fantastic. But one time, when the scene ended... my character's head went missing. Like he literally had a big hole between his shoulders. I quit the game and restarted, and my head came back, thank god.
There are several glitches like that, unfortunately.
Simply too many data for each character.

Next time, try going to bathroom (or somewhere else), do something that requires the game to load characters, instead of closing the game.

Camera Issues
: By far the biggest issue I've encountered in this game so far is having to hold down a mouse button when moving the camera. This is because, when a dialogue or event pops up, I can't look around, because if i click the mouse, i advance the conversation. So for example, if a woman approaches me and hits on me, many times I can't see her, so i can't decide if i think she's hot or not. I can move the camera around with wasd keys, but i can't rotate the camera. So often, I only see the woman's back.
Another problem I had when started lol
When there's an event, or anything that has a dialog, use the right-button mouse instead to pan camera around (and wheel to move up-down)

Anyway, none of these glitches hinder my enjoyment of the game much, honestly they make me laugh. Thanks again everyone for putting this together, I'm still reeling from it.. it's like I discovered a hidden city full of riches.
Just wait ti'll you find out how simple is to tweak scenes to your liking... ;)
Welcome!

JFC, that was a lot of text! *facepalm*
 

Balla10

Newbie
Feb 6, 2022
33
28
a question
what does trigger forced condoms and how can i change it in files to make it more likely to happen?
 

Hongfire Survivor

Active Member
Mar 28, 2020
627
1,445
a question
what does trigger forced condoms and how can i change it in files to make it more likely to happen?
As in NPCs will make you wear a condom instead of complaining about you not wearing one while blocking vaginal positions.

As for frequency, I wouldn't know off hand. Like everything else, maybe perversion? lol.
 

chwX

Newbie
Aug 23, 2017
38
45
a question
what does trigger forced condoms and how can i change it in files to make it more likely to happen?
What Hongfire Survivor said; fucking perversion controls everything :ROFLMAO:.

But also, I believe the most attracted to the player the NPC is, the less probable is for them to ask for a condom even on dangerous days, as I've been toying with the function setWantsBabies in my scenes and high attracted people always do it raw even if I set it to false.
 

larsV

Member
Jan 13, 2018
194
66
I noticed that vin_Base and Ravenger Scenes isn't in the post like it used to be.
How do you mean? they are at the bottom of the post(link) the raven scene zip is all the modules together,and if you only want a part of the big zip you can download them one by one
 

Deleted member 289409

Active Member
Nov 12, 2017
680
871
How do you mean? they are at the bottom of the post(link) the raven scene zip is all the modules together,and if you only want a part of the big zip you can download them one by one
Lookup a few comments he put them back in the post after I notified him they were missing.

Oops fixed that.
I think it was something that happened during one of the sites backup routines as I remember downloading them just the day after you had posted them. Only noticed they were missing when the flash drive I had them on went down and needed to re-download.
 
Last edited:

Deleted member 289409

Active Member
Nov 12, 2017
680
871
a question
what does trigger forced condoms and how can i change it in files to make it more likely to happen?
As in NPCs will make you wear a condom instead of complaining about you not wearing one while blocking vaginal positions.

As for frequency, I wouldn't know off hand. Like everything else, maybe perversion? lol.
You can't change it to make happen more as it's hard coded just like condoms breaking is hard coded.

It largely depends on their attraction to your char and how attractive your char is. The more they are attracted to your char or the more attractive your char is the less likely they will make them wear one.
Also if they want a baby they won't make them wear one.
Perversion is a dice roll the more perverted they are the less likely they will make them wear one. But I've seen char's whose perversion was only 20 and didn't make my char use one and char's whose perversion was 100 and still made my char use one.
And if you're char has already had sex with them before they usually won't make them use one.
 
Last edited:
  • Like
Reactions: Hongfire Survivor

Balla10

Newbie
Feb 6, 2022
33
28
You can't change it to make happen more as it's hard coded just like condoms breaking is hard coded.

It largely depends on their attraction to your char and how attractive your char is. The more they are attracted to your char or the more attractive your char is the less likely they will make them wear one.
Also if they want a baby they won't make them wear one.
Perversion is a dice roll the more perverted they are the less likely they will make them wear one. But I've seen char's whose perversion was only 20 and didn't make my char use one and char's whose perversion was 100 and still made my char use one.
And if you're char has already had sex with them before they usually won't make them use one.
i have a sugarbabe and she always ask me to put it on even after the first time
 

larsV

Member
Jan 13, 2018
194
66
a question
what does trigger forced condoms and how can i change it in files to make it more likely to happen?
you can turn it completly off in the settings,start the game,then push escape and go to settings scroll down at the bottom you should find turn forced condoms off
 
Last edited:
  • Like
Reactions: Mommysbuttslut

stauffi

Member
Jul 23, 2017
247
111
A question to dear Ravenger6660 regarding your nice mods:

Does it make the older "the new goodbye" from Sexybastardo obsolete if i have downloaded all of your mods or shall i let this one activated too?
 
  • Like
Reactions: Coomer341

Ravenger6660

Active Member
Sep 14, 2017
826
960
A question to dear Ravenger6660 regarding your nice mods:

Does it make the older "the new goodbye" from Sexybastardo obsolete if i have downloaded all of your mods or [will it] let this one activated too?
Depending on the queue. Yes, it will become obsolete.

If there anything you want me to add let me know.
 
Last edited:

STNeish

Member
Mar 20, 2020
234
346
This is a test, of sorts. I'll just attach one file for now, a zip containing one female protagonist from RDR2!

I should say, I welcome any thoughts or suggestions.
Sadie Adler.jpg
 
Last edited:
  • Like
Reactions: Wastelander92

STNeish

Member
Mar 20, 2020
234
346
This is a test, of sorts. I'll just attach one file for now, a zip containing one female protagonist from RDR2!

I should say, I welcome any thoughts or suggestions.
Well, it seems to work.

What would be better, post all of them together in one post, or one at a time?
 
3.30 star(s) 117 Votes