Jump to content

Sexlab mods without sex animations (Intentional censorship) - possible?


Dimitrii

Recommended Posts

Posted

I know this might be a strange question/request But is it possible to use some of the sexlab mods (I particularly like TDF and Amorous Adventures) but just fading to black/skipping the actual sex scene? I like the dialog and RPing of it but I might try to stream Skyrim and you really can't stream sex animations and such or services like Twitch or Youtube. 

 

The only alternative I can think of is to just block characters from removing all cothes and limit to only a few "foreplay" style animations, though something where the camera angle would intentionally pan away  or something could be nice. I have no experience coding for Sexlab or anything but if it's not terribly complicated I could give it a crack myself since I don't like "Do this mod for me!" kind of posts.

Posted

A nice feature for sexlab would be to add a black image space modifier than can be turned on/off during the following stages

function animationstart()
  if (global_useimagespacemod == true)
     imagespacemodifier_blackscreen.apply()
  endif
endfunction

function animationend()
  if (global_useimagespacemod == true)
      imagespacemodifier_blackscreen.remove()
  endif
endfunction

Here are the settings to make a simple black screen modifier that just makes the entire screen blank whenenever you apply it.

 

fu2sqq.jpg

Posted

Fallout 3 and NV some mods on the nexus have fade to black scenes like the willow follower mod for NV. There is a mod called on LL called sexout willow that when the fade to black is going to kick in the scripts used activate a different script to bypass the fade to back scene so instead you get a sex scene instead of the fade to black. I know nothing about scripts but you might be able to do it in reverse instead and set the script up to kick in when the sex act begins so that it uses a fade to black scene instead. Not sure how different it is from fallout NV to skyrim but you might be able to do something similar for skyrim. 

Posted

You could just toggle free camera (in the general Sexlab options menu) then manually move the camera away from the action onscreen while pressing the space bar to advance through the animations as quickly as possible.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...