• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[Trigger] Problem with Getting Black Mask

Status
Not open for further replies.
Level 3
Joined
Jun 27, 2007
Messages
21
  • Initialization
    • Events
      • Map initialization
    • Conditions
    • Actions
      • Visibility - Enable black mask
      • Floating Text - Create floating text that reads North Entrance at (Center of North Entrance <gen>) with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
      • Floating Text - Create floating text that reads South Entrance at (Center of South Entrance <gen>) with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
      • Floating Text - Create floating text that reads Mana at (Center of Mana Fountain <gen>) with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
      • Floating Text - Create floating text that reads Life at (Center of Life Fountain <gen>) with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
      • Floating Text - Create floating text that reads Armory at (Center of Armory <gen>) with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
      • Floating Text - Create floating text that reads Fountain Room at (Center of Fountain Room <gen>) with Z offset 0.00, using font size 10.00, color (100.00%, 100.00%, 100.00%), and 0.00% transparency
If blask mask is what I think it is (Making the Mini-Map Black Instead of Fog of War) But it dosen't seem to be working. Am I doing anything wrong?
 
Level 3
Joined
Feb 16, 2007
Messages
31
Hmm, the mask IS the thing that shrouds the map so you have to explore places to see them. Also, shouldn't black mask be enabled anyways by default?
 

kj_

kj_

Level 5
Joined
Aug 1, 2008
Messages
134
Err I see a problem indeed ,
Where are your
  • Actions
  • Floating Text - Show (Last Created) Floating Text
Put these inbetween those and black mask is on by defualt if you want it to off just change
  • Actions
  • Visibillity - Disable Black Mask
 
Status
Not open for further replies.
Top