Various updates to rawfiles for DLC9
parent
188b022671
commit
6ab2cf1630
|
@ -9,7 +9,7 @@ main()
|
|||
|
||||
setdvar( "scr_fog_disable", "0" );
|
||||
|
||||
setExpFog( 901.718, 2200, 0.631373, 0.568627, 0.34902, 0 );
|
||||
setExpFog( 901.718, 2200, 0.631373, 0.568627, 0.34902, 1.0, 0 );
|
||||
VisionSetNaked( "mp_backlot", 0 );
|
||||
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ main()
|
|||
|
||||
setdvar( "scr_fog_disable", "0" );
|
||||
|
||||
setExpFog( 500, 3500, 0.501961, 0.501961, 0.45098, 0 );
|
||||
setExpFog( 500, 3500, 0.501961, 0.501961, 0.45098, 1.0, 0 );
|
||||
VisionSetNaked( "mp_carentan", 0 );
|
||||
|
||||
}
|
||||
|
|
|
@ -27,6 +27,6 @@ main()
|
|||
setdvar("visionstore_filmTweakLightTint", "1.1 1.05 0.85");
|
||||
setdvar("visionstore_filmTweakDarkTint", "0.7 0.85 1");
|
||||
|
||||
setExpFog(0, 8193, 0.169863, 0.168938, 0.244047, 0);
|
||||
setExpFog(0, 8193, 0.169863, 0.168938, 0.244047, 1.0, 0);
|
||||
VisionSetNaked( "launchfacility_a", 0 );
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ main()
|
|||
|
||||
setdvar( "scr_fog_disable", "0" );
|
||||
|
||||
setExpFog( 107.592, 2009.78, 0.260505, 0.264527, 0.308905, 0 );
|
||||
setExpFog( 107.592, 2009.78, 0.260505, 0.264527, 0.308905, 1.0, 0 );
|
||||
VisionSetNaked( "mp_crash_snow", 0 );
|
||||
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ main()
|
|||
|
||||
setdvar( "scr_fog_disable", "0" );
|
||||
|
||||
setExpFog(300, 1400, 0.5, 0.5, 0.5, 0);
|
||||
setExpFog(300, 1400, 0.35, 0.4, 0.5, 1.0, 0);
|
||||
VisionSetNaked( "mp_farm", 0 );
|
||||
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ main()
|
|||
|
||||
setdvar( "scr_fog_disable", "0" );
|
||||
|
||||
setExpFog( 700, 3548, 0.33086, 0.33086, 0.33086, 0 );
|
||||
setExpFog( 700, 3548, 0.33086, 0.33086, 0.33086, 1.0, 0 );
|
||||
VisionSetNaked( "mp_pipeline", 0 );
|
||||
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@ main()
|
|||
|
||||
maps\mp\_compass::setupMiniMap("compass_map_mp_backlot");
|
||||
|
||||
//setExpFog(500, 2200, 0.81, 0.75, 0.63, 0);
|
||||
//setExpFog(500, 2200, 0.81, 0.75, 0.63, 1.0, 0);
|
||||
//VisionSetNaked( "mp_backlot" );
|
||||
ambientPlay("ambient_backlot_ext");
|
||||
|
||||
|
|
|
@ -13,12 +13,13 @@ main()
|
|||
// raise up planes to avoid them flying through buildings
|
||||
level.airstrikeHeightScale = 1.4;
|
||||
|
||||
setExpFog(500, 3500, .5, 0.5, 0.45, 0);
|
||||
setExpFog(500, 3500, .5, 0.5, 0.45, 1.0, 0);
|
||||
ambientPlay("ambient_carentan_ext0");
|
||||
|
||||
|
||||
game["attackers"] = "axis";
|
||||
game["defenders"] = "allies";
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ main()
|
|||
|
||||
maps\mp\_compass::setupMiniMap("compass_map_mp_farm");
|
||||
|
||||
//setExpFog(300, 1400, 0.5, 0.5, 0.5, 0);
|
||||
//setExpFog(300, 1400, 0.5, 0.5, 0.5, 1.0, 0);
|
||||
ambientPlay("ambient_farm");
|
||||
//VisionSetNaked( "mp_farm" );
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ main()
|
|||
|
||||
maps\mp\_compass::setupMiniMap("compass_map_mp_pipeline");
|
||||
|
||||
//setExpFog(700, 1500, 0.5, 0.5, 0.5, 0);
|
||||
//setExpFog(700, 1500, 0.5, 0.5, 0.5, 1.0, 0);
|
||||
ambientPlay("ambient_pipeline");
|
||||
//VisionSetNaked( "mp_pipeline" );
|
||||
|
||||
|
|
|
@ -1,19 +1,19 @@
|
|||
r_glow "0"
|
||||
r_glowRadius0 "7"
|
||||
r_glowRadius1 "7"
|
||||
r_glowBloomCutoff "0.99"
|
||||
r_glowBloomCutoff "0.136422"
|
||||
r_glowBloomDesaturation "0.65"
|
||||
r_glowBloomIntensity0 "0.36"
|
||||
r_glowBloomIntensity1 "0.36"
|
||||
r_glowSkyBleedIntensity0 "0.29"
|
||||
r_glowSkyBleedIntensity1 "0.29"
|
||||
|
||||
r_pretess "0"
|
||||
|
||||
r_filmEnable "1"
|
||||
r_filmContrast "1.13"
|
||||
r_filmBrightness "0.04"
|
||||
r_filmDesaturation "0.14"
|
||||
r_filmBrightness "0.0"
|
||||
r_filmDesaturation "-0.14"
|
||||
r_filmInvert "0"
|
||||
r_filmLightTint ".792 1 1.1"
|
||||
r_filmDarkTint "1.11 1.07 .76"
|
||||
|
||||
r_pretess "0"
|
||||
|
|
|
@ -8,6 +8,8 @@ r_glowBloomIntensity1 "1"
|
|||
r_glowSkyBleedIntensity0 "0.5"
|
||||
r_glowSkyBleedIntensity1 "0"
|
||||
|
||||
r_pretess "0"
|
||||
|
||||
r_filmEnable "1"
|
||||
r_filmContrast ".9"
|
||||
r_filmBrightness "-0.055"
|
||||
|
@ -15,6 +17,3 @@ r_filmDesaturation "0.63"
|
|||
r_filmInvert "0"
|
||||
r_filmLightTint "1.545 1.394 1.315"
|
||||
r_filmDarkTint "1.184 1.492 1.381"
|
||||
|
||||
r_pretess "0"
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
r_glow "0"
|
||||
r_glow "1"
|
||||
r_glowRadius0 "7"
|
||||
r_glowRadius1 "7"
|
||||
r_glowBloomCutoff "0.479084"
|
||||
r_glowBloomDesaturation "0.0885241"
|
||||
r_glowBloomIntensity0 "1.611"
|
||||
r_glowBloomIntensity0 "0.611"
|
||||
r_glowBloomIntensity1 "0.36"
|
||||
r_glowSkyBleedIntensity0 "0.29"
|
||||
r_glowSkyBleedIntensity1 "0.29"
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
r_glow "0"
|
||||
r_glowRadius0 "5"
|
||||
r_glowRadius1 "12"
|
||||
r_glowBloomCutoff "0.9"
|
||||
r_glowBloomDesaturation "0.75"
|
||||
r_glowBloomIntensity0 "1"
|
||||
r_glowBloomIntensity1 "1"
|
||||
r_glowSkyBleedIntensity0 "0.5"
|
||||
r_glowSkyBleedIntensity1 "0"
|
||||
r_glow "1"
|
||||
r_glowRadius0 "22.8241"
|
||||
r_glowBloomCutoff "0.688944"
|
||||
r_glowBloomDesaturation "0.394041"
|
||||
r_glowBloomIntensity0 "0.432837"
|
||||
|
||||
r_filmEnable "1"
|
||||
r_filmContrast "1"
|
||||
r_filmBrightness "0.047"
|
||||
r_filmDesaturation "0.4225"
|
||||
r_filmContrast "0.735453"
|
||||
r_filmBrightness "-0.061954"
|
||||
r_filmDesaturation "-0.580499"
|
||||
r_filmDesaturationDark "0.0281353"
|
||||
r_filmInvert "0"
|
||||
r_filmLightTint "0.8 0.8 0.8"
|
||||
r_filmDarkTint "0.986425 1.10315 1.00362"
|
||||
|
||||
r_filmLightTint "1.29 1.22 1.3"
|
||||
r_filmMediumTint "0.998473 0.992456 0.94803"
|
||||
r_filmDarkTint "0.972549 1.14719 1.13132"
|
||||
|
||||
r_primaryLightUseTweaks "1"
|
||||
r_primaryLightTweakDiffuseStrength ".9"
|
||||
r_primaryLightTweakSpecularStrength "1.34"
|
||||
|
|
|
@ -1,17 +1,19 @@
|
|||
r_glow "0"
|
||||
r_glowRadius0 "2.1"
|
||||
r_glowRadius1 "0"
|
||||
r_glowBloomCutoff "0.682"
|
||||
r_glowBloomDesaturation "0"
|
||||
r_glowBloomIntensity0 "1.00002"
|
||||
r_glowBloomIntensity1 "0"
|
||||
r_glowSkyBleedIntensity0 "0"
|
||||
r_glowSkyBleedIntensity1 "0"
|
||||
r_glow "1"
|
||||
r_glowRadius0 "7.15348"
|
||||
r_glowBloomCutoff "0.749243"
|
||||
r_glowBloomDesaturation "1"
|
||||
r_glowBloomIntensity0 "0.3"
|
||||
|
||||
r_filmEnable "1"
|
||||
r_filmContrast "1.30"
|
||||
r_filmBrightness "0.194425"
|
||||
r_filmDesaturation "0.313334"
|
||||
r_filmContrast "1.068"
|
||||
r_filmBrightness "0.01177428"
|
||||
r_filmDesaturation "0.060000"
|
||||
r_filmDesaturationDark "0.188197"
|
||||
r_filmInvert "0"
|
||||
r_filmLightTint "1.10838 1.10717 1.15409"
|
||||
r_filmDarkTint "0.7 0.928125 1"
|
||||
r_filmLightTint "2.29494 2.23528 2.09839"
|
||||
r_filmMediumTint "1.0067 1.0067 1.0067"
|
||||
r_filmDarkTint "0.719654 1.03563 1.16738"
|
||||
|
||||
r_primaryLightUseTweaks "1"
|
||||
r_primaryLightTweakDiffuseStrength "1.2"
|
||||
r_primaryLightTweakSpecularStrength "1.6"
|
||||
|
|
Loading…
Reference in New Issue