X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=xonotic-server.cfg;h=85923c8ea5817c5eb3c8ac7ea088add4452c8e56;hb=5a21be60b5ad2ec15a96daf763318efbfc30b80f;hp=c7b63f536cafb6cb442c89bd17d6716295c8f31b;hpb=2f9df777d0201ee266546e7c4fe2ae30c8e3f635;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/xonotic-server.cfg b/xonotic-server.cfg index c7b63f536..85923c8ea 100644 --- a/xonotic-server.cfg +++ b/xonotic-server.cfg @@ -40,8 +40,8 @@ set g_chat_nospectators 0 "if 0 spec/observer chat is always visible to the play set sv_vote_nospectators 0 "only players can call a vote (thus spectators and observers can't call a vote): 0 = all people can vote, 1 = spectators can vote in warmup stage, 2 = only players can vote (no exceptions)." alias g_tourney "g_tourney_$1" -alias g_tourney_1 "g_warmup 1; g_chat_nospectators 2; sv_vote_nospectators 1" -alias g_tourney_0 "g_warmup 0; g_chat_nospectators 0; sv_vote_nospectators 0" +alias g_tourney_1 "g_warmup 1; g_chat_nospectators 2; sv_vote_nospectators 1; sv_timeout 1" +alias g_tourney_0 "g_warmup 0; g_chat_nospectators 0; sv_vote_nospectators 0; sv_timeout 0" set sv_timeout 0 "allow a player to call a timeout, this will pause the game for some time" set sv_timeout_length 120 "how long the game will be paused at max, in seconds" @@ -65,6 +65,7 @@ set g_respawn_ghosts_alpha 1 "respawn ghost alpha" set sv_gibhealth 100 "Minus health a dead body must have in order to get gibbed" // use default physics +sv_playerphysicsqc 1 set sv_friction_on_land 0 "movement friction applied for half a second upon landing on the ground" set sv_friction_slick 0.5 "movement friction while on slick surfaces" @@ -399,6 +400,7 @@ sv_gameplayfix_delayprojectiles 0 sv_gameplayfix_q2airaccelerate 1 sv_gameplayfix_stepmultipletimes 1 sv_gameplayfix_stepdown 2 +sv_gameplayfix_unstickplayers 2 // only available in qc physics set sv_gameplayfix_stepdown_maxspeed 0 "maximum speed walking entities can be moving for stepping down to apply - requires sv_qcphysics 1"