hi
i want to make fog in mu map but i haven’t got any fog text is there a other way to make your map foggy ??
fog quistion
capslock_trojan
(capslock trojan)
#1
Victorianetza
(Victorianetza)
#2
ok you make this:
open ur map press “n”; go to worldspawn key. type
_fog - > entity
textures/mapname/fog
then you write this
farplanetdist
??? - number i dont know how to define it; i just wrote 3192 for my map
fogclip
same number as in farplanet dust;
then you go to your scripts directory of the map and make mapname.shader; there you put the following text:
textures/mapname/fog
{
qer_editorimage textures/sfx/fog_grey1.tga
surfaceparm nodraw
surfaceparm nonsolid
surfaceparm trans
surfaceparm fog
fogparms ( 0.09411 0.09803 0.12549 ) 1000 + ??? number!
}
compile and play.