X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=testing.cfg;h=e52012cedec6f533212fd97a51fc92872d253c67;hb=2ca758ca1e7a31eff9920065fe427d59f79ff4d9;hp=2b2380206b49767a2e6224d45dbe40f839a90d96;hpb=6bfdfacf75b06563f5b175ec720bca0ceecd330b;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/testing.cfg b/testing.cfg index 2b2380206..e52012ced 100644 --- a/testing.cfg +++ b/testing.cfg @@ -1,18 +1,18 @@ // https://forums.xonotic.org/showthread.php?tid=8190 // https://gitlab.com/xonotic/xonotic-data.pk3dir/merge_requests/738 -alias test_blaster_switch "settemp g_balance_blaster_primary_animtime 0.1 ; settemp g_balance_blaster_switchdelay_drop 0.1 ; g_balance_blaster_switchdelay_raise 0.1" -addvote test_blaster_switch +alias test_blaster_switch "settemp g_balance_blaster_primary_animtime 0.1 ; settemp g_balance_blaster_switchdelay_drop 0.1 ; settemp g_balance_blaster_switchdelay_raise 0.1" -// https://gitlab.com/xonotic/xonotic-data.pk3dir/merge_requests/614 alias test_crylink_sec_horizontal "settemp g_balance_crylink_secondary_linkexplode 0 ; settemp g_balance_crylink_secondary_other_fadetime 2 ; settemp g_balance_crylink_secondary_other_lifetime 2 ; settemp g_balance_crylink_secondary_speed 4000 ; settemp g_balance_crylink_secondary_spread 0.08 ; settemp g_balance_crylink_secondary_spreadtype 0" -addvote test_crylink_sec_horizontal alias test_rocket_flying "settemp g_balance_devastator_remote_jump 1" -addvote test_rocket_flying + +alias test_arc_bounce "settemp g_balance_arc_bolt_bounce_count 1 ; settemp g_balance_arc_bolt_bounce_lifetime 0.5 ; settemp g_balance_arc_bolt_bounce_explode 1 ; settemp g_balance_arc_bolt_ammo 2" +alias test_arc_bounce_burst "settemp g_balance_arc_bolt_bounce_count 1 ; settemp g_balance_arc_bolt_bounce_lifetime 0.5 ; settemp g_balance_arc_bolt_bounce_explode 1 ; settemp g_balance_arc_bolt_ammo 3 ; settemp g_balance_arc_bolt_refire2 0.33333 ; settemp g_balance_arc_bolt_count 3" // https://forums.xonotic.org/showthread.php?tid=8192 // https://gitlab.com/xonotic/xonotic-data.pk3dir/merge_requests/736 alias test_ctf_stalemate90 "settemp g_ctf_stalemate_time 90" alias test_ctf_stalemate120 "settemp g_ctf_stalemate_time 120" -addvote test_ctf_stalemate90 -addvote test_ctf_stalemate120 + +alias testing_enable "addvote test_blaster_switch ; addvote test_crylink_sec_horizontal ; addvote test_rocket_flying ; addvote test_ctf_stalemate90 ; addvote test_ctf_stalemate120 ; addvote test_arc_bounce ; addvote test_arc_bounce_burst" +alias testing_disable "delvote test_blaster_switch ; delvote test_crylink_sec_horizontal ; delvote test_rocket_flying ; delvote test_ctf_stalemate90 ; delvote test_ctf_stalemate120 ; delvote test_arc_bounce ; delvote test_arc_bounce_burst"