X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=defaultXonotic.cfg;h=d2731c0732e2623c2dda636e5d367622546a1a26;hb=b70fc0bc740b82edf987f070d37883b309ff843b;hp=11ba8e4ff3428a486bd95b67d71d032b77c63f4f;hpb=a4bcbda7a1eb2367fae1c2514d474d426803a673;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index 11ba8e4ff..d2731c073 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -832,6 +832,10 @@ seta sbar_info_pos 0 "Y-axis distance from lower right corner for engine info pr // scoreboard seta scoreboard_columns default + +// keep old scoreboard cvars for compatibility's sake +// they've been replaced by hud_panel_scoreboard_* cvars +// TODO remove them after a future release (0.8.2+) seta scoreboard_border_thickness 1 "scoreboard border thickness" seta scoreboard_accuracy_border_thickness 1 "accuracy stats border thickness" seta scoreboard_accuracy_doublerows 0 "use two rows instead of one" @@ -1077,7 +1081,7 @@ set g_ban_sync_trusted_servers "" "request ban lists from these xonotic servers set g_ban_sync_timeout 45 "time out in seconds for the ban sync requests" set g_ban_sync_trusted_servers_verify 0 "when set to 1, additional bans sent by the servers are ignored, and only bans for the requested IP are used" -set g_showweaponspawns 1 "display sprites for weapon spawns found on the map when a weapon key is pressed and the weapon is not available" +set g_showweaponspawns 1 "1: display waypoints for weapon spawns found on the map when a weapon key is pressed and the weapon is not owned; 2: for dropped weapons too; 3: for all the weapons sharing the same impulse" // ballistics use physical units, but qu based // Quake-Newton: 1 qN = 1 qu * 1 g / 1 s^2 @@ -1452,6 +1456,9 @@ set cl_fullbright_items 0 "enable fullbright items (if server allows, controled 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" +set sv_showspectators 0 "Show who's spectating who in the player info panel. Shouldn't be used on competitive servers, also disable when watching a suspected cheater" +seta cl_showspectators 1 + // Facility for config.cfg use ONLY. // Interpreted in post-config.cfg. seta menu_forced_saved_cvars "" "These cvars will always be saved, despite engine/Xonotic cvar saving status"