spydragonza
New Member
- Aug 17, 2017
- 4
- 0
thankssYou can find a few of them on the discord shared presents.
You must be registered to see the links
thankssYou can find a few of them on the discord shared presents.
You must be registered to see the links
Just wanted to ask if these were up to date, or work with the current version.
Try keep pushing the space button.... worked for me...Sometime sex scene happen outside map. Is there any way to put them back? console command? setting?
Thanks, works for me too.Try keep pushing the space button.... worked for me...
YesJust wanted to ask if these were up to date, or work with the current version.
is it a bdsm scene? if so there should be a bdsm room, and when you want to pick a position,there should be a purple icon ,click on it and your in the bdsm room (if you don`t have installed the bdsm folder,then this will not apply,then you need to find a position that will bring you back into the room)Try keep pushing the space button.... worked for me...
If i remember right this bug already existed even before BDSM was implementedis it a bdsm scene? if so there should be a bdsm room, and when you want to pick a position,there should be a purple icon ,click on it and your in the bdsm room (if you don`t have installed the bdsm folder,then this will not apply,then you need to find a position that will bring you back into the room)
You could either call generatePersonTemporary() with a preset that specifies their gender, for example:Probably me being thick, but when writing a scene how do you specify the gender of any temporary actor the scene creates, what line of code would you use?
Actor = generatePersonTemporary(fashion_model_F)
Actor = generatePersonTemporary()
While Actor.isMale()
Actor = generatePersonTemporary()
Endwhile
You could either call generatePersonTemporary() with a preset that specifies their gender, for example:
Actor = generatePersonTemporary(fashion_model_F)
Or you can do something like this:
which just generates random temporary actors in a loop until you get one that's female. Replace isMale() with isFemale() to get the opposite result.Code:Actor = generatePersonTemporary() While Actor.isMale() Actor = generatePersonTemporary() Endwhile
Actor = generatePersonTemporary()
While Actor.isMale()
Actor = generatePersonTemporary()
Endwhile
Actor = generatePersonTemporary()
While !Actor.isFemale()
Actor = generatePersonTemporary()
Endwhile
I forget that that's even a thing because I have trans/futa turned off in my gameFemale or Futa
It'll be fine. The game isn't super demanding, and it's capped at 60 FPS by default. For reference, I've got a 5700 XT and a 3900xHello, my PC is an Amd Radeon Rx 6700 Xt Ryzen 7, can it handle this game?
well even with trans/futa turned off in game i still get them just not so often anymoreI forget that that's even a thing because I have trans/futa turned off in my game
Check your NPC Distribution settings in game. I've had issues with those settings reverting to default values.well even with trans/futa turned off in game i still get them just not so often anymore
it never had happend to me,till the bdsm came inIf i remember right this bug already existed even before BDSM was implemented