Jump to content

How to apply a simple black screen anytime you want (tutorial)


trepleen

Recommended Posts

Make a black screen image space modifier in the creation kit using these settings:

 

fu2sqq.jpg

 

apply the black screen anytime using papyrus script fragments, example:

function animationstart()
     slfc_imagespacemodifier_blackscreen.apply()
endfunction

function animationend()
      slfc_imagespacemodifier_blackscreen.remove()
endfunction

Don't forget to add the slfc_imagespacemodifier_blackscreen object under properties for the script.

2qu0xsy.jpg

 

Enjoy

 

 

Link to comment
  • 2 weeks later...

Archived

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

  • Recently Browsing   0 members

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

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use