X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=mutators.cfg;h=781377637e076515e4fc0474340d4357e4460079;hb=438b49281b05c06083646754c0c25e02383d6fce;hp=090d79e5b5e6541e2d0a86e09975b2043e550a55;hpb=ee6eba0b2e4d308e702aaf00a0a6a8816b177359;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/mutators.cfg b/mutators.cfg index 090d79e5b..781377637 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -31,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" @@ -46,10 +50,10 @@ set g_instagib_friendlypush 1 "allow pushing teammates with the vaporizer primar set g_overkill 0 "enable overkill" set g_overkill_powerups_replace 1 -set g_overkill_healthmega_remove 0 -set g_overkill_armormedium_remove 1 -set g_overkill_armorbig_remove 1 -set g_overkill_armorlarge_remove 0 +set g_overkill_filter_healthmega 0 +set g_overkill_filter_armormedium 0 +set g_overkill_filter_armorbig 0 +set g_overkill_filter_armormega 0 set g_overkill_ammo_charge 0 set g_overkill_ammo_charge_notice 1 @@ -121,8 +125,9 @@ seta cl_spawn_near_teammate 1 "toggle for spawning near teammates (only effectiv 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, if 2, clients can ignore this option" +set g_spawn_near_teammate_ignore_spawnpoint_max 10 "if set, test at most this many of the available teammates" 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_delay_death 3 "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" @@ -423,3 +428,24 @@ seta cl_multijump 1 "allow multijump mutator" set g_multijump 0 "Number of multiple jumps to allow (jumping again in the air), -1 allows for infinite jumps" set g_multijump_add 0 "0 = make the current z velocity equal to jumpvelocity, 1 = add jumpvelocity to the current z velocity" set g_multijump_speed -999999 "Minimum vertical speed a player must have in order to jump again" +set g_multijump_maxspeed 0 +set g_multijump_dodging 1 + + +// =========== +// wall jump +// =========== +set g_walljump 0 "Enable wall jumping mutator" +set g_walljump_delay 1 "Minimum delay between wall jumps" +set g_walljump_force 300 "How far to bounce/jump off the wall" +set g_walljump_velocity_xy_factor 1.15 "How much to slow down along horizontal axis, higher value = higher deceleration, if factor is < 1, you accelerate by wall jumping" +set g_walljump_velocity_z_factor 0.5 "Upwards velocity factor, multiplied by normal jump velocity" + + +// =============== +// global forces +// =============== +set g_globalforces 0 "Global forces: knockback affects everyone" +set g_globalforces_noself 1 "Global forces: ignore self damage" +set g_globalforces_self 1 "Global forces: knockback self scale" +set g_globalforces_range 1000 "Global forces: max range of effect"