Jump to content

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


trepleen

Recommended Posts

Posted

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

 

 

  • 2 weeks later...
Posted

Thank you for sharing this info with us!

 

Will make a note of this... might come in handy 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...