• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Making the screen go black :DD

Status
Not open for further replies.
Level 4
Joined
Jan 3, 2013
Messages
69
Is it possible to make some sort of screen-blackening?

I've been using a loop of this
  • Environment - Set fog to style Linear, z-start 500.00, z-end StormEnd, density 0.75 and color (0.00%, 0.00%, 0.00%)
where Storm End decreases gradually but things like heroes glows and light-SFX still shows up. :cry:

So, is there a better way to do this? :thumbs_up:

TL;DR Pls help me making the screen go completely black, but playable :DD :grin:
 
Level 25
Joined
May 11, 2007
Messages
4,650
Cinematic -> Fade out ?

Otherwise, I'm assuming you want a custom light environment.
For that, go to the trigger editor:
Create a Trigger
Event - Map Init

Action - make new action , chose Custom Script and type in: call SetDayNightModels("","")
 
Status
Not open for further replies.
Top