ItsMods

Full Version: LOBO skybox new born planets black ops
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi guys this going to be my next release Blush 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
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 Blush Big Grin

[Image: 48A7A132B757FFEEB9C24AD208BE2F645963589D]

[Image: 1FAB4FCD4867C5894F3EE8C6C6B8A5E6B26CBB36]

[Image: 9268FC979B55DAA5D1B53EC455EA9E6C5D2A87EB]

[Image: 3B4D9F8875C3BF5C1B0595CD21ED1CCDCC5C04DF]

more screen shots in my steam profile
My steam profile screenshots

Big GrinBig GrinBig Grin


how u do this???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????
thats cool +rep
seta r_fog_disable "0" in config_mp.cfg change it to r_fog_disable "1".
console comand: \seta r_fog_disable 1
Great job my friend, got it already on the server? Tongue
(07-10-2011, 04:01)number1 Wrote: [ -> ]how u do this???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????

i am thinking to make a tutorial, i am afraid to do a fail Tongue

(07-10-2011, 09:51)Gladio Wrote: [ -> ]seta r_fog_disable "0" in config_mp.cfg change it to r_fog_disable "1".
console comand: \seta r_fog_disable 1

after patch that can't be done Sad


(07-10-2011, 22:04)iPaddie Wrote: [ -> ]Great job my friend, got it already on the server? Tongue
no not yet dude Tongue
Last patch f****up all my conf_mp but god mode and noclip are back now, why not console cmd to disable fog?
try to load a simple mod, a clean _rank file with fog disable on it and joing match (mhumm maeby need only to be set into "myWhitelist.cfg"), in game open console write \disconnect and then load your demo file..

yes whitelist should fix it
that's just epic, and wow I didn't thought there's a sky texture
(07-11-2011, 13:38)Gladio Wrote: [ -> ]Last patch f****up all my conf_mp but god mode and noclip are back now, why not console cmd to disable fog?
try to load a simple mod, a clean _rank file with fog disable on it and joing match (mhumm maeby need only to be set into "myWhitelist.cfg"), in game open console write \disconnect and then load your demo file..

i am doing something wrong ? i trying to put this lines into "myWhitelist.cfg"
Code:
setmoddvar r_fog_disable "1"
setmoddvar r_fog "0"
but still the same Undecided