• Check out the results of the Techtree Contest #19!
  • 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.
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 22nd Icon Contest: Creep Abilities is now concluded, time to vote for your favourite set of icons! Click here to vote!

Ambient light

First, I'd recommend experimenting with the terrain fog in Scenario > Map Options, and seeing if you can get the effect you want:

It won't actually affect the lighting, but a lot of maps will use fog in combination with the default lighting models to affect the "look" at night. I recommend also going to File > Preferences > Visual and changing the time of day in the editor to midnight to see what things look like at night.

I'd recommend finding one set of values that looks good during the morning, one set of values that look good during the day (i.e. usually a lot clearer), and one set of values that look good at night. Then you can use triggers to set the terrain fog periodically and go between those values. If you'd like, I can share an example of what those triggers would look like.

If you do want it to actually get physically darker, then you will want to look into using a custom animated DNC light model:

These models contain some lighting information and you can customize it to get the look you want.



EDIT: Here is a sample map that combines the two things above (fog and a custom DNC model) to sorta demonstrate some of the possibilities. :thumbs_up:

If you want to play around with it, try editing the "FogConfiguration" trigger. If you want to edit the DNC model, you can take a look at the tutorial linked above and try tweaking the model to the values you want. It'll look like this in-game:
 

Attachments

Last edited:
Back
Top