]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge remote-tracking branch 'origin/mirceakitsune/bloom_scenebrightness'
authorJakob MG <jakob_mg@hotmail.com>
Tue, 28 Aug 2012 15:25:24 +0000 (17:25 +0200)
committerJakob MG <jakob_mg@hotmail.com>
Tue, 28 Aug 2012 15:25:24 +0000 (17:25 +0200)
1  2 
defaultXonotic.cfg

index 91fb4230bc5e4cfcf09b26eefdacc4a36ac8ffc3,dd19d2a15a59be81ff5c5df61ce29958ee7035b3..cad7ac396b1d568824e0eedb64faf2591d4ea53f
@@@ -1957,14 -1964,3 +1965,14 @@@ alias menu_sync "menu_cmd sync
  
  set sv_join_notices ""
  set sv_join_notices_time 15
- seta g_superspectate 0 "server side, allows extended spectator functions through the cmd interface. followpowerup, followstrength, followstshield or followfc [red|blue] will transfer spectation to the relevent player, if any"
 +
 +set cl_ghost_items 0.45 "enable ghosted items (when between 0 and 1, overrides the alpha value)"
 +set cl_ghost_items_color "-1 -1 -1" "color of ghosted items, 0 0 0 leaves the color unchanged"
 +set sv_simple_items 1 "allow or forbid client use of simple items"
 +set cl_simple_items 0 "enable simple items (if server allows)"
 +set cl_simpleitems_postfix "_simple" "posfix to add fo model name when simple items are enabled"
 +set cl_fullbright_items 0 "enable fullbright items (if server allows, controled by g_fullbrightitems)"
 +set cl_weapon_stay_color "2 0.5 0.5" "Color of picked up weapons when g_weapon_stay > 0"
 +set cl_weapon_stay_alpha 0.75 "Alpha of picked up weapons when g_weapon_stay > 0"
 +
++seta g_superspectate 0 "server side, allows extended spectator functions through the cmd interface. followpowerup, followstrength, followstshield or followfc [red|blue] will transfer spectation to the relevent player, if any"