# SKY EFFECT Example DED by Dani J666 Map Info { ID = "MAP01"; # Map Name Name = " "; # Map Author Author = "Dani J666"; # Activates Fog Flags = "mif_fog"; # Fog Red value Fog color R = 0.7; # Fog Green value Fog color G = 0.2; # Fog Blue value Fog color B = 0.2; # Fog despertion range Fog start = 128; Fog end = 2000; # changes fog density (for use with fog modes exp/exp2) Fog density = 0.002; # Global Map Gravity Gravity = 1; # z height of sky sphere (default = 0.49) Sky height = 0.9; # z height of horizon offset (default = -0.105) Horizon offset = -0.105; # texture used for top skylayer (semi transparent) Sky Layer 1 { Flags = "slf_enable slf_mask"; Texture = "FIREWALA"; }; # texture used for main skylayer Sky Layer 2 { Flags = "slf_enable"; Texture = "SKY3"; }; }