X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=xonotic-server.cfg;h=1634c256cca1102ea23f05da17e097a0b37bc016;hb=11413f67e17e9d4fc7f52327967ebcb3d41a7539;hp=39323f0dc6fba66ed95c10acde291b1e4c40db1c;hpb=1a3cdcafe8a008da6dc48c4cc1ba3bfce6dc76ae;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/xonotic-server.cfg b/xonotic-server.cfg index 39323f0dc..1634c256c 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -418,7 +418,7 @@ set sv_maxidle 0 "kick players idle for more than this amount of time in seconds set sv_maxidle_alsokickspectators 1 "when sv_maxidle is > 0, kick idle spectators as well as players" 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" - +set sv_maxidle_minplayers 2 "check for idlers only when there are at least this many players (only in dedicated servers)" set sv_maxidle_playertospectator 60 "move players idle for more than this amount of time in seconds to spectators (sv_maxidle timer starts again after sv_maxidle_playertospectator has moved a player to spectators)" sv_allowdownloads_inarchive 1 // for csprogs.dat @@ -499,8 +499,7 @@ sv_gameplayfix_consistentplayerprethink 1 sv_gameplayfix_gravityunaffectedbyticrate 1 sv_gameplayfix_nogravityonground 1 -set sv_q3acompat_machineshotgunswap 0 "shorthand for swapping machinegun and shotgun (for Q3A map compatibility in mapinfo files)" -set sv_q3defragcompat 0 "toggle for some compatibility hacks (for Q3DF map compatibility)" +set sv_q3compat_changehitbox 0 "use Q3 player hitbox dimensions and camera height on Q3 maps (maps with an entry in a .arena or .defi file) set g_movement_highspeed 1 "multiplier scale for movement speed (applies to sv_maxspeed and sv_maxairspeed, also applies to air acceleration when g_movement_highspeed_q3_compat is set to 0)" set g_movement_highspeed_q3_compat 0 "apply speed modifiers to air movement in a more Q3-compatible way (only apply speed buffs and g_movement_highspeed to max air speed, not to acceleration)"