Last minute fixes for new DLC maps (#38)

Co-authored-by: Louvenarde <louve@louve.systems>
pull/3/head
Louve 2022-12-30 20:44:57 +01:00 committed by GitHub
parent 04e8e63b5a
commit baf2a1a412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ main()
game["attackers"] = "allies"; game["attackers"] = "allies";
game["defenders"] = "axis"; game["defenders"] = "axis";
setdvar( "r_specularcolorscale", "5" ); setdvar("r_specularcolorscale", 1.279588); // Set by iw3xport
setdvar("compassmaxrange","2000"); setdvar("compassmaxrange","2000");
} }

View File

@ -2,11 +2,11 @@ r_glow "1"
r_glowRadius0 "7.15348" r_glowRadius0 "7.15348"
r_glowBloomCutoff "0.749243" r_glowBloomCutoff "0.749243"
r_glowBloomDesaturation "1" r_glowBloomDesaturation "1"
r_glowBloomIntensity0 "0.3" r_glowBloomIntensity0 "0.6"
r_filmEnable "1" r_filmEnable "1"
r_filmContrast "1.068" r_filmContrast "1.068"
r_filmBrightness "0.01177428" r_filmBrightness "-0.01177428"
r_filmDesaturation "0.060000" r_filmDesaturation "0.060000"
r_filmDesaturationDark "0.188197" r_filmDesaturationDark "0.188197"
r_filmInvert "0" r_filmInvert "0"