X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=xonotic-server.cfg;h=29d5c2f6754b51442d06df46def79bf1ad2e04e2;hb=6802e61fd5854b105583c072ad56ef8c3bf4c032;hp=d8310d5f76318b33248d9dad66f6b04bfebef16b;hpb=04a9c527a0337e0c404f25ff5926c84ce056e979;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/xonotic-server.cfg b/xonotic-server.cfg index d8310d5f7..29d5c2f67 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -116,6 +116,7 @@ set skill_auto 0 "when 1, \"skill\" gets adjusted to match the best player on th set bot_debug_tracewalk 0 "Enable visual indicators for short-term navigation. Green: Goal Reached / Yellow: Obstacle found / Red: Unsolvable obstacle found" set bot_debug_goalstack 0 "Visualize the current path that each bot is following. Use with as few bots as possible." set bot_wander_enable 1 "Have bots wander around if they are unable to reach any useful goal. Disable only for debugging purposes." +set bot_typefrag 0 "Allow bots to shoot players while they're typing" // general bot AI cvars set bot_ai_thinkinterval 0.05 set bot_ai_strategyinterval 7 "How often a new objective is chosen" @@ -469,8 +470,9 @@ set sv_accuracy_data_send 1 "1 send weapon accuracy data statistics and improved set _independent_players 0 "DO NOT TOUCH" set _notarget 0 "NO, REALLY, DON'T" -set debug_text_3d_default_duration 10 -set debug_text_3d_default_velocity "0 -10 0" +set debug_text_3d_default_align 0 "Default text alignment for debug_text_3d()" +set debug_text_3d_default_duration 10 "Default duration for debug_text_3d()" +set debug_text_3d_default_velocity "0 -10 0" "Default velocity for debug_text_3d() in screen coords (X and Y from top left)" // otherwise, antilag breaks sv_gameplayfix_consistentplayerprethink 1 @@ -554,3 +556,5 @@ set sv_simple_items 1 "allow or forbid client use of simple items" set sv_showspectators 1 "Show who's spectating who in the player info panel when client has cl_showspectators on. Shouldn't be used on competitive servers, also disable when watching a suspected cheater" set sv_damagetext 2 "<= 0: disabled, >= 1: visible to spectators, >= 2: visible to attacker, >= 3: all players see everyone's damage" + +set sv_showfps 5 "Show player's FPS counters in the scoreboard. This setting acts as a delay in seconds between updates"