• 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.

Localized Lighting

Status
Not open for further replies.
Level 9
Joined
Nov 17, 2004
Messages
277
I have a section of my map that represents an underground area and would like it to always be dark regardless of what time of day it is. I had two ideas of how to do this, but wasn't sure if they are possible.
The first would be to somehow set the terrain, doodads, and units within the region to always show their midnight lighting setting regardless of what time of day it actually was. The other was to have a cinematic fade filter that applied to a player when his camera was within that region. Other players would not be affected.
If anyone knows if either method is possible and how to make it happen, I'd really appreciate it.
 
Level 14
Joined
Nov 17, 2010
Messages
1,266
If you want a really great way to do it you could set the DayNight Cycle (DNC) Model to '''','''' and everything will be completely dark. Then you can use omnilights and attach them to your units. There are some good tutorials. The one I used when starting out was this by Belegarth.
You can modify it how you want, so it is more of a light radius than a torch, but it really makes everything look realistically dark. All you have to do when you are done is reset the DNC Model to the one used by the map.
 
Level 14
Joined
Nov 17, 2010
Messages
1,266
Rather than do that I would just set the map to 'night' using triggers whenever you enter the appropriate areas like caves. Then when you leave the caves you can set it back to the regular DNC model with triggers. When I have time I can give you the appropriate triggers you would need.
 
Status
Not open for further replies.
Top