(62f5afef3) Disable specular lighting (we don't have specular maps on practically any of the level graphics), set default lightmap scale to 1

This commit is contained in:
Joonas Rikkonen
2019-05-20 20:37:09 +03:00
parent 42cf9d3368
commit 5e77ed6507
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -1 +0,0 @@
libvlc.so.5.6.0
+3 -3
View File
@@ -9,13 +9,13 @@
savedebugconsolelogs="false"
enablesplashscreen="true"
usesteammatchmaking="true"
quickstartsub = "Humpback"
quickstartsub="Humpback"
requiresteamauthentication="true">
<graphicsmode displaymode="BorderlessWindowed" vsync="true" />
<graphicssettings
particlelimit="1500"
lightmapscale="0.5"
specularity="true"
lightmapscale="1.0"
specularity="false"
chromaticaberration="true"
losmode="Transparent"
hudscale="1"