X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=mutators.cfg;h=c762ef9dec047aaa26cebd9320da67e40aad6aef;hb=3c8d113d1e9e95f7fecc1199d609697e333965ae;hp=b43bc006aa7d5bc982db7d11fd4c2562d485aeb2;hpb=f2804031fdb2889c46959e91ea9da121e6731686;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/mutators.cfg b/mutators.cfg index b43bc006a..c762ef9de 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -11,7 +11,7 @@ set g_dodging 0 "set to 1 to enable dodging in games" seta cl_dodging_timeout 0.2 "determines how long apart (in seconds) two taps on the same direction key are considered a dodge. use 0 to disable" set sv_dodging_wall_dodging 0 "set to 1 to allow dodging off walls. 0 to disable" -set sv_dodging_delay 0.5 "determines how long a player has to wait to be able to dodge again after dodging" +set sv_dodging_delay 0.7 "determines how long a player has to wait to be able to dodge again after dodging" set sv_dodging_up_speed 200 "the jump velocity of the dodge" set sv_dodging_horiz_speed 400 "the horizontal velocity of the dodge" set sv_dodging_horiz_speed_frozen 200 "the horizontal velocity of the dodge while frozen" @@ -77,6 +77,11 @@ set g_rocket_flying 0 "set to 1 to enable rocket flying in all balance configs" // ===================== set g_spawn_near_teammate 0 "if set, players prefer spawns near a team mate" set g_spawn_near_teammate_distance 640 "max distance to consider a spawn to be near a team mate" +set g_spawn_near_teammate_ignore_spawnpoint 0 "ignore spawnpoints and spawn right at team mates" +set g_spawn_near_teammate_ignore_spawnpoint_delay 2.5 "how long to wait before its OK to spawn at a player after someone just spawned at this player" +set g_spawn_near_teammate_ignore_spawnpoint_delay_death 0 "how long to wait before its OK to spawn at a player after death" +set g_spawn_near_teammate_ignore_spawnpoint_check_health 1 "only allow spawn at this player if their health is full" +set g_spawn_near_teammate_ignore_spawnpoint_closetodeath 1 "spawn as close to death location as possible" // ======================== @@ -149,17 +154,6 @@ set g_nades_nade_force 650 set g_nades_nade_newton_style 0 -// ============= -// rifle arena -// ============= -set g_riflearena 0 -set g_riflearena_rifle_secondary_spread 0 -set g_riflearena_rifle_secondary_shots 1 -set g_riflearena_rifle_secondary_animtime 0.15 -set g_riflearena_rifle_secondary_refire 0.15 -set g_riflearena_rifle_secondary_damage 40 - - // ============ // camp check // ============ @@ -167,3 +161,4 @@ set g_campcheck 0 "damages campers every few seconds" set g_campcheck_interval 10 set g_campcheck_damage 100 set g_campcheck_distance 1800 +