]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - defaultXonotic.cfg
CRLF fixes, .gitattributes file updated
[xonotic/xonotic-data.pk3dir.git] / defaultXonotic.cfg
index 4cb3f8ee27e18c589fe8fa74410ce3994352e4f8..eba5ca9f1e5037caf20fe2c28f4db423ad76f651 100644 (file)
@@ -849,6 +849,8 @@ set g_bloodloss 0   "amount of health below which blood loss occurs"
 
 set g_footsteps 0      "serverside footstep sounds"
 
+set g_deathglow 1.25 "when enabled, players stop glowing after they die (the value specifies glow fading speed)"
+
 // effects
 r_picmipsprites 0 // Xonotic uses sprites that should never be picmipped (team mate, typing, waypoints)
 r_mipsprites 1
@@ -1334,7 +1336,10 @@ seta hud_configure_grid_alpha 0.15 "alpha for visible grid when in configure mod
 
 seta sbar_info_pos 0 "Y-axis distance from lower right corner for engine info prints"
 
-exec hud_wickedhud_default.cfg
+// hud cvar descriptions
+exec _hud_descriptions.cfg
+// exec the default skin config
+exec hud_luminos_default.cfg
 
 // user preference cvars (i.e. shouldn't be adjusted by a skin config) 
 seta hud_weaponicons_number 1 "1 = show number of weapon, 2 = show bound key of weapon"