hi guys this going to be my next release with high detail texture not like the old one. my first low detail skybox
but this time i need some of your help guys i need some one can tell me how i can disable fog in a mod but when i go to the theater the fog is still disable.
has you can see there is no fog but with fog enable the skybox not look very well.
here is on how i disable the fog on my test mod, but when i go to theater the fog is enable
i all ready try some mods and i know there is one way but i don't know how, i try the PromodMAX beta v3.0 by boma .
this mod disable fog on on the theater but remove sound effects and visual effects i am looking just to remove the fog that all.
please some one can help me with this be fully appreciated
more screen shots in my steam profile
My steam profile screenshots
but this time i need some of your help guys i need some one can tell me how i can disable fog in a mod but when i go to the theater the fog is still disable.
has you can see there is no fog but with fog enable the skybox not look very well.
here is on how i disable the fog on my test mod, but when i go to theater the fog is enable
Code:
onPlayerSpawned()
{
self endon("disconnect");
for(;;)
{
self waittill("spawned_player");
self setClientDvar( "r_fog", "0" );
i all ready try some mods and i know there is one way but i don't know how, i try the PromodMAX beta v3.0 by boma .
this mod disable fog on on the theater but remove sound effects and visual effects i am looking just to remove the fog that all.
please some one can help me with this be fully appreciated
more screen shots in my steam profile
My steam profile screenshots