]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Default player LOD to 4 (no visible difference, big performance increase)
authorMario <zacjardine@y7mail.com>
Tue, 11 Nov 2014 09:21:47 +0000 (20:21 +1100)
committerMario <zacjardine@y7mail.com>
Tue, 11 Nov 2014 09:21:47 +0000 (20:21 +1100)
defaultXonotic.cfg
effects-high.cfg
effects-low.cfg
effects-med.cfg
effects-normal.cfg
effects-ultra.cfg

index 1c6953d8a12069aa0e32573daef19556f0be4064..a231d8e5624b852f3e7978592776dfe3f411e956 100644 (file)
@@ -1056,7 +1056,7 @@ set con_completion_gotomap        map
 set con_completion_vmap                map
 set con_completion_vnextmap    map
 set con_completion_vdomap      map
-set con_completion_playermodel models/player/*.iqm
+set con_completion_playermodel "models/player/*.iqm"
 
 // helper
 // these non-saved engine cvars shall be saved
@@ -1258,7 +1258,7 @@ set bot_sound_monopoly 0 "when enabled, only bots can make any noise"
 
 set cl_loddistance1 1024
 set cl_loddistance2 3072
-seta cl_playerdetailreduction 1        "the higher, the less detailed player models are displayed (LOD)"
+seta cl_playerdetailreduction 4        "the higher, the less detailed player models are displayed (LOD)"
 seta cl_modeldetailreduction 1 "the higher, the less detailed certain map models are displayed (LOD)"
 
 set g_mapinfo_settemp_acl "+*" "ACL for mapinfo setting cvars"
index 979c8b17405a727ca64d57e04c21915ea75deb55..456061536d6986d9973275bfc62067906a81aa4d 100644 (file)
@@ -1,10 +1,10 @@
 cl_decals 1
 cl_decals_models 0
-cl_decals_time 4
+cl_decals_fadetime 4
 cl_particles_quality 1
 cl_damageeffect 1
 cl_spawn_point_particles 1
-cl_playerdetailreduction 0.5
+cl_playerdetailreduction 4
 gl_flashblend 0
 gl_picmip -1
 mod_q3bsp_nolightmaps 0
index 5e7cec3a2fdd9fb23c3dc39c112904a2de8bf499..d98ba526d8e4f97f4a441def438be5bad3bc08f8 100644 (file)
@@ -4,7 +4,7 @@ cl_decals_fadetime 2
 cl_particles_quality 0.4
 cl_damageeffect 0
 cl_spawn_point_particles 0
-cl_playerdetailreduction 2
+cl_playerdetailreduction 4
 gl_flashblend 1
 gl_picmip 1
 mod_q3bsp_nolightmaps 1
index fb05527d7f7f74c390fd06b4c95ff86643f36a50..58191f266e907d85f9adf26ccad59d440fc62b49 100644 (file)
@@ -4,7 +4,7 @@ cl_decals_fadetime 2
 cl_particles_quality 1
 cl_damageeffect 0
 cl_spawn_point_particles 0
-cl_playerdetailreduction 1
+cl_playerdetailreduction 4
 gl_flashblend 0
 gl_picmip 0
 mod_q3bsp_nolightmaps 0
index 40075a8530b9b3f4339fbfed06e2c78d3d108621..dd8cce9a787ed27958b26190c69b2ec86ce6519e 100644 (file)
@@ -4,7 +4,7 @@ cl_decals_fadetime 2
 cl_particles_quality 1
 cl_damageeffect 1
 cl_spawn_point_particles 1
-cl_playerdetailreduction 1
+cl_playerdetailreduction 4
 gl_flashblend 0
 gl_picmip 0
 mod_q3bsp_nolightmaps 0
index f80e7c3e4b1df057b3372f7ddd36a1745a178565..d530f03b8b7ff004af587d317a6d2ae5f0c23b89 100644 (file)
@@ -4,7 +4,7 @@ cl_decals_fadetime 10
 cl_particles_quality 1
 cl_damageeffect 1
 cl_spawn_point_particles 1
-cl_playerdetailreduction 0
+cl_playerdetailreduction 2
 gl_flashblend 0
 gl_picmip -1
 mod_q3bsp_nolightmaps 0