trepleen Posted March 21, 2015 Posted March 21, 2015 Make a black screen image space modifier in the creation kit using these settings: 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. Enjoy
Antono Posted April 5, 2015 Posted April 5, 2015 Thank you for sharing this info with us! Will make a note of this... might come in handy later.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.