Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
snapshot

Back screen to Normal (ACS Script)

Recommended Posts

Guys,just a simple ZDoom ACS Script question
* I would like my screen to start black and slowly go to normal (Remove the Black color) just like from Urabn Brawl, probably i should use some Fade scripts but there's no examples in ZDoom Wiki page, so anyone knows how can i do this ?

Share this post


Link to post

just use faderange
faderange(0, 0, 0, 1.0, 0, 0, 0, 0.0, time);
time is how long you want it to last in seconds. it's a fixed number so for example 2 seconds you have to put 2.0

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×