X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=mutators.cfg;h=4b8f1a2376ce25874e880eebba7340762a64f93c;hp=7910786107c1685dd05f2e896ea65d976a870607;hb=3bbcff2475d1b2efc1314a358bf60c6fba6e4be6;hpb=30651895eb80aab99657da34d8c8cebd859bbc78 diff --git a/mutators.cfg b/mutators.cfg index 7910786107..4b8f1a2376 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -10,7 +10,8 @@ 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_air_dodging 0 +set sv_dodging_wall_dodging 0 "allow dodging off walls" 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" @@ -20,6 +21,7 @@ set sv_dodging_height_threshold 10 "the maximum height above ground where to all set sv_dodging_wall_distance_threshold 10 "the maximum distance from a wall that still allows dodging" set sv_dodging_sound 1 "if 1 dodging makes a sound. if 0 dodging is silent" set sv_dodging_frozen 0 "allow dodging while frozen" +set sv_dodging_frozen_doubletap 0 // =========== @@ -29,6 +31,10 @@ set g_instagib 0 "enable instagib" set g_instagib_extralives 1 "how many extra lives you will get per powerup" set g_instagib_ammo_start 10 "starting ammo" set g_instagib_ammo_drop 5 "how much ammo you'll get for weapons or cells" +set g_instagib_ammo_convert_bullets 0 "convert bullet ammo packs to insta cell ammo packs" +set g_instagib_ammo_convert_cells 0 "convert normal cell ammo packs to insta cell ammo packs" +set g_instagib_ammo_convert_rockets 0 "convert rocket ammo packs to insta cell ammo packs" +set g_instagib_ammo_convert_shells 0 "convert shell ammo packs to insta cell ammo packs" set g_instagib_invis_alpha 0.15 set g_instagib_speed_highspeed 1.5 "speed-multiplier that applies while you carry the invincibility powerup" set g_instagib_damagedbycontents 1 "allow damage from lava pits in instagib" @@ -43,26 +49,11 @@ set g_instagib_friendlypush 1 "allow pushing teammates with the vaporizer primar // ========== set g_overkill 0 "enable overkill" -set g_overkill_100a_anyway 1 -set g_overkill_100h_anyway 1 set g_overkill_powerups_replace 1 -set g_overkill_superguns_respawn_time 120 - -set g_overkill_ammo_charge 0 -set g_overkill_ammo_charge_notice 1 -set g_overkill_ammo_charge_limit 1 -set g_overkill_ammo_charge_rate 0.5 -set g_overkill_ammo_charge_rate_vortex 0.5 -set g_overkill_ammo_charge_rate_machinegun 0.5 -set g_overkill_ammo_charge_rate_shotgun 0.5 -set g_overkill_ammo_charge_rate_hmg 0.25 -set g_overkill_ammo_charge_rate_rpc 1.5 -set g_overkill_ammo_decharge 0.1 -set g_overkill_ammo_decharge_machinegun 0.025 -set g_overkill_ammo_decharge_shotgun 0.15 -set g_overkill_ammo_decharge_vortex 0.2 -set g_overkill_ammo_decharge_rpc 1 -set g_overkill_ammo_decharge_hmg 0.01 +set g_overkill_filter_healthmega 0 +set g_overkill_filter_armormedium 0 +set g_overkill_filter_armorbig 0 +set g_overkill_filter_armorlarge 0 // ========= @@ -187,6 +178,7 @@ set g_nades_spawn 1 "give nades right away when player spawns rather than delayi set g_nades_client_select 0 "allow client side selection of nade type" set g_nades_pickup 0 "allow picking up thrown nades (not your own)" set g_nades_pickup_time 2 "time until picked up nade explodes" +set g_nades_override_dropweapon 1 set g_nades_nade_lifetime 3.5 set g_nades_nade_minforce 400 set g_nades_nade_maxforce 2000 @@ -302,7 +294,7 @@ set g_buffs_randomize 1 "randomize buff type when player drops buff" set g_buffs_random_lifetime 30 "re-spawn the buff again if it hasn't been touched after this time in seconds" set g_buffs_random_location 0 "randomize buff location on start and when reset" set g_buffs_random_location_attempts 10 "number of random locations a single buff will attempt to respawn at before giving up" -set g_buffs_spawn_count 5 "how many buffs to spawn on the map if none exist already" +set g_buffs_spawn_count 0 "how many buffs to spawn on the map if none exist already" set g_buffs_replace_powerups 1 "replace powerups on the map with random buffs" set g_buffs_cooldown_activate 5 "cooldown period when buff is first activated" set g_buffs_cooldown_respawn 3 "cooldown period when buff is reloading"