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

Quick Question...

Status
Not open for further replies.
Level 3
Joined
Nov 29, 2008
Messages
37
go into triggers and do new trigger and make it something like this
-event
whatever you want to activate the whole viewing (map initialization, unit dies, etc.
-condition
what ever conditions for the map to appear you want
-action
visibility - disable black mask
visibility - disable fog of war

black mask is the whole map just being black
fog of war is able to see, but its grey and you cant see any new things appearing/ happening
 
Level 11
Joined
Jul 27, 2008
Messages
175
and if you want map to be visible by certain player you coud make trigger

  • Melee Initialization
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Visibility - Create an initially Enabled visibility modifier for Player 1 (Red) emitting Visibility across (Playable map area)
Visibility - Create Visibility Modifier Region and you can chosse player then
 
Level 7
Joined
Jul 9, 2007
Messages
306
or if you dont want the exact entire map you make regions

and do the same trigger as UnholyDorby but instead for the actions have it say

Visibility - Create an initially Enabled visibility modifier for Player 1 (Red) emitting Visibility across ("Your region(s) here")
 
Status
Not open for further replies.
Top