X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=defaultXonotic.cfg;h=30ed7c988fdf9dee1293ff8887a039b52447ecb8;hb=c223a54179dcc6b7ce15efcaa13fb777dc0e4e8e;hp=bdb24adef226949246566deb7aa60f23e473e275;hpb=3b67eac43c0d85efc59129587aa71d565c9e9aea;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index bdb24adef..30ed7c988 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -774,7 +774,7 @@ seta g_waypointsprite_turrets 1 "disable turret waypoints" seta g_waypointsprite_turrets_maxdist 5000 "max distace for turret sprites" seta g_waypointsprite_tactical 1 "tactical overlay on turrets when in a vehicle" -seta cl_damagetext "0" "Draw damage dealt where you hit the enemy" +seta cl_damagetext "1" "Draw damage dealt where you hit the enemy" seta cl_damagetext_format "-{total}" "How to format the damage text. {health}, {armor}, {total}" seta cl_damagetext_color "1 1 0" "Damage text color" seta cl_damagetext_color_per_weapon "0" "Damage text uses weapon color" @@ -784,6 +784,8 @@ seta cl_damagetext_alpha_lifetime "3" "Damage text lifetime in seconds" seta cl_damagetext_velocity "0 0 20" "Damage text move direction" seta cl_damagetext_offset "0 -40 0" "Damage text offset" seta cl_damagetext_accumulate_range "30" "Damage text spawned within this range is accumulated" +seta cl_damagetext_friendlyfire "1" "Show damage text for friendlyfire too" +seta cl_damagetext_friendlyfire_color "1 0 0" "Damage text color for friendlyfire" set sv_itemstime 1 "enable networking of left time until respawn for items such as mega health and large armor" @@ -808,6 +810,8 @@ seta menu_sounds 0 "enables menu sound effects. 1 enables click sounds, 2 also e seta menu_tooltips 1 "menu tooltips: 0 disabled, 1 enabled, 2 also shows cvar or console command (when available) changed or executed by the item" set menu_picmip_bypass 0 "bypass texture quality enforcement based on system resources, not recommended and may cause crashes!" set menu_showboxes 0 "show item bounding boxes (debug)" +set menu_cvarlist_onlymodified 0 "show only modified cvars in the cvar list" +set menu_force_on_disconnection 1 "force to show the menu this number of seconds after you get disconnected (0 to disable)" r_textbrightness 0.2 r_textcontrast 0.8 @@ -851,6 +855,7 @@ seta scoreboard_offset_right 0.15 "how far (by percent) the scoreboard is offset seta scoreboard_offset_vertical 0.05 "how far (by percent) the scoreboard is offset from the top and bottom of the screen" seta scoreboard_bg_scale 0.25 "scale for the tiled scoreboard background" seta scoreboard_respawntime_decimals 1 "decimal places to show for the respawntime countdown display on the scoreboard" +seta scoreboard_dynamichud 0 "apply the dynamic hud effects to the scoreboard" seta accuracy_color_levels "0 20 100" "accuracy values at which a specified color (accuracy_color) will be used. If your accuracy is between 2 of these values then a mix of the Xth and X+1th colors will be used. You can specify up to 10 values, in increasing order" seta accuracy_color0 "1 0 0" @@ -975,6 +980,8 @@ gl_texturecompression_lightcubemaps 1 gl_texturecompression_q3bsplightmaps 0 gl_texturecompression_sky 1 +cl_maxfps 200 + seta menu_mouse_absolute 1 "use the OS mouse pointer motion for menu" seta menu_mouse_speed 1 "speed multiplier for the mouse in the menu (does not affect in-game aiming)" set menu_use_default_hostname 1 @@ -1002,6 +1009,8 @@ seta menu_cdtrack "rising-of-the-phoenix" set sv_maxidle 0 "kick players idle for more than this amount of time in seconds" set sv_maxidle_spectatorsareidle 0 "when sv_maxidle is not 0, assume spectators are idle too" +set sv_maxidle_slots 0 "when not 0, only kick idlers when this many or less player slots are available" +set sv_maxidle_slots_countbots 1 "count bots as player slots" // these entities are not referenced by anything directly, they just represent // teams and are found by find() when needed @@ -1190,6 +1199,7 @@ seta cl_forcemyplayermodel "" "set to the model file name you want to show yours seta cl_forcemyplayerskin 0 "set to the skin number you want to show yourself as (does not affect how enemies look with cl_forceplayermodels)" seta cl_forcemyplayercolors 0 "set to the color value (encoding is same as _cl_color) for your own player model (ignored in teamplay; does not affect how enemies look with cl_forceplayermodels)" seta cl_movement_errorcompensation 1 "try to compensate for prediction errors and reduce preceived lag" +seta cl_movement_intermissionrunning 0 "keep velocity after the match ends, players may appear to continue running while stationary" // campaign internal, set when loading a campaign map1G set _campaign_index "" @@ -1287,6 +1297,8 @@ r_fakelight 1 r_water_hideplayer 1 // hide your own feet/player model in refraction views, this way you don't see half of your body under water r_water_refractdistort 0.019 +set cl_rainsnow_maxdrawdist 2048 + // strength sound settings set sv_strengthsound_antispam_time 0.1 "minimum distance of strength sounds" set sv_strengthsound_antispam_refire_threshold 0.04 "apply minimum distance only if refire of the gun is smaller than this"