Jump to content
Sign in to follow this  
BoltboxerPro

Easiest way to make screen turn black?

Recommended Posts

This might seem like a stupid question, but how do you make the screen turn black? I just need a couple of seconds of black fade as i switch cut scene, teleport my units or that kind of stuff. Is there a line for it that can be added to a trigger or script? Thanks!

Share this post


Link to post
Share on other sites

Use the "camera" and film inside a building at night. It will be black.

Insert it as a cut scene where appropriate

Share this post


Link to post
Share on other sites

use this code to black out screen.

titleCut ["", "BLACK FADED", 999];

then this code to fade it back in when you want it to.

titlecut [" ","BLACK IN",5];

the 5 at the end is time to completely fade back in, so adjust as needed.

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×