UGX-Mods Login

or login with an authentication provider below
Sign In with Google
Sign In with Twitter
Sign In with Discord
Sign In with Steam
Sign In with Facebook
Sign In with Twitch

How do i add fog to my map?

broken avatar :(
Created 12 years ago
by Shockwave115
0 Members and 1 Guest are viewing this topic.
2,269 views
broken avatar :(
×
broken avatar :(
Location: nzRotorua
Date Registered: 12 February 2014
Last active: 7 years ago
Posts
73
Respect
Forum Rank
Rotting Walker
Primary Group
Member
My Contact & Social Links
More
Personal Quote
thats a good me may
Signature
×
Shockwave115's Groups
Shockwave115's Contact & Social LinksShockwave219chedon.owsley1Shockwave115Shocky115
I wanna know how to add fog to my map any help or tutorials?
broken avatar :(
×
broken avatar :(
Location: deGod-Mode
Date Registered: 21 April 2013
Last active: 4 years ago
Posts
193
Respect
Forum Rank
Pack-a-Puncher
Primary Group
Requiem Mapper Elite
My Groups
More
My Contact & Social Links
More
Personal Quote
God-Mode
Signature
×
xJimmy33's Groups
Donator ♥ Benevolent Soul who has our eternal gratitude and exclusive access to betas and the donator section of the forum.
Requiem Mapper Elite
xJimmy33's Contact & Social LinksxJimmy33
so u mean something like this?

Spoiler: click to open...

if so, open up mods/mapname/maps/createart/mapname_art.gsc

change the fog_settings from:

Code Snippet
Plaintext
fog_settings()
{
start_dist = 440;
halfway_dist = 3200;
halfway_height = 225;
base_height = 64;
red = 0.533;
green = 0.717;
blue = 1;
trans_time = 0;

SetVolFog( start_dist, halfway_dist, halfway_height, base_height, red, green, blue, trans_time );
}

to this:

Code Snippet
Plaintext
fog_settings()
{
start_dist = 229;
halfway_dist = 150;
halfway_height = 300;
base_height = 150;
red = 0.00;
green = 0.00;
blue = 0.00;
trans_time = 0.1;


SetVolFog( start_dist, halfway_dist, halfway_height, base_height, red, green, blue, trans_time );
}


save and try.. should be work.

u can also change the color from the fog (0.00 is "black"):

Code Snippet
Plaintext
red = 0.00;
green = 0.00;
blue = 0.00;

(this is like the dog-round fog..)
broken avatar :(
×
broken avatar :(
Location: nzRotorua
Date Registered: 12 February 2014
Last active: 7 years ago
Posts
73
Respect
Forum Rank
Rotting Walker
Primary Group
Member
My Contact & Social Links
More
Personal Quote
thats a good me may
×
Shockwave115's Groups
Shockwave115's Contact & Social LinksShockwave219chedon.owsley1Shockwave115Shocky115
Thanks Dude ill try it

 
Loading ...