(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:
@@ -1 +0,0 @@
|
|||||||
libvlc.so.5.6.0
|
|
||||||
@@ -14,8 +14,8 @@
|
|||||||
<graphicsmode displaymode="BorderlessWindowed" vsync="true" />
|
<graphicsmode displaymode="BorderlessWindowed" vsync="true" />
|
||||||
<graphicssettings
|
<graphicssettings
|
||||||
particlelimit="1500"
|
particlelimit="1500"
|
||||||
lightmapscale="0.5"
|
lightmapscale="1.0"
|
||||||
specularity="true"
|
specularity="false"
|
||||||
chromaticaberration="true"
|
chromaticaberration="true"
|
||||||
losmode="Transparent"
|
losmode="Transparent"
|
||||||
hudscale="1"
|
hudscale="1"
|
||||||
|
|||||||
Reference in New Issue
Block a user