• 🏆 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!

[Solved] Disabling Visibility Modifier

Status
Not open for further replies.
Level 3
Joined
Dec 25, 2016
Messages
39
Hello,

Im trying to make the map entirely visible by day and with fog of war (default) at night.

These are my triggers:
LBo56ir.png

(it runs at beginning)

fwa4q3o.png


GUvnA2l.png


It doesnt work. I tried creating a new visibility modifier with fog of war, and it just flashes.

Any help is well received! :)
 
Level 9
Joined
Jul 30, 2018
Messages
445
There's a built-in function. You can just
  • Visibility - disable fog of war
and
  • Visibility - enable fog of war
Also, make sure you have "Masked areas are partially visible" unchecked in Scenario -> Map Options.

Also 2: You can adjust the length of the day from Advanced -> Gameplay Constants, right at the bottom, so you don't have to use that time of day speed, unless it's something special and should not apply to all in-game days.
 
Last edited:
Status
Not open for further replies.
Top