Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[help Please]Black sky Dvar or script
#1
Question 
Huh can someone please give me the the dvar or script that changw the sky color to black? I realy need it to make a multiplayer infections mod
Reply

#2
Change the textures? Make them completely black or something, I once had some filmtweaks that changed the whole game to be red and black but I don't have the dvar values anymore.

the textures are called:

skybox_[mapname]
or
[mapname]_skybox

I think :p
(08-10-2011, 12:58)Pozzuh Wrote:
Se7en Wrote:Stealed, from cod4 mod ...
look who's talking

[Release] Old School Mod v2.2
[Release] Scroll menu

Reply

#3
Code:
    self setClientDvar( "r_lightTweakSunColor", "0 0 0" );
    self setClientDvar( "r_lighttweaksunlight", "-10" );
    self setClientDvar( "r_brightness", -0.5 );
    self setClientDvar( "r_fog", "1" );
    self setClientDvars( "r_sun", 0, "r_lighttweaksunlight", "0.3 0.3 0.3" );    
    self setClientDvar("r_lightTweakSunColor", "0 0 0");
    self setClientDvar("r_lighttweaksunlight", "0.991101 0.947308 0.760525" );
    self setClientDvar("r_heroLightScale", "1 1 1");
        self setClientDvar("r_skyColorTemp", "6500");

and some of thoose fog settings makes your "fog" epicness
First:
setExpFog(100, 70, 0.097, 0.097, 0.097, 0);
Second:
setExpFog(110, 310, .0, .0, .0, 0);
Third:
setExpFog(110, 310, .0, .0, .0, 0);
Fouth
setExpFog(250,100,0,0,0,1);
Fith
setExpFog(500,250,0,0,0,1);

That makes your game enviroment really epic, i used that in my mod
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply

#4
Thx alot i been searching this forever
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Black Ops 2 Custom background? jotape99 10 11,689 10-29-2013, 07:22
Last Post: xInfinity.
  Black ops Help Bluexephos 4 4,934 10-06-2013, 16:24
Last Post: Nekochan
  Who can create this script First_Semyon 3 3,969 09-24-2013, 18:19
Last Post: First_Semyon
  [Release] Advanced timed messages with script support DePa95 0 3,797 08-07-2013, 19:35
Last Post: DePa95
  [Release] Black Ops 1 "External" Console barata 16 18,193 07-19-2013, 21:15
Last Post: Jakeyellis
  Help Run Infinity Script on Teknogods? Bandarigoda123 6 7,086 07-14-2013, 17:27
Last Post: surtek
  [Release] Black Ops FF Explorer master131 37 38,466 07-11-2013, 04:07
Last Post: Jake625
  A question about the Call of Duty Black Ops king_dom 1 3,429 07-08-2013, 05:26
Last Post: DidUknowiPwn
  Black Ops 1 External Console meowgasm 8 9,123 07-04-2013, 00:57
Last Post: Nekochan
  [Release] Black Ops Single Player/Zombie Trainer V3.6 Craig87 52 80,283 07-01-2013, 15:12
Last Post: explosivebanana55

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.