X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=mutators.cfg;h=0031904599c7997f7e4b6340719254ea3e5e7993;hb=a7ec55332433725b212db9df0e41d0cfe2b168d2;hp=9ad8ceffd2272c320ffa71e778e1a529c1e68da3;hpb=dfe9f54b88cd03513220d252ff4919c1bb5feae2;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/mutators.cfg b/mutators.cfg index 9ad8ceffd..003190459 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -125,6 +125,7 @@ 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 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" @@ -427,6 +428,8 @@ 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 // =========== @@ -437,3 +440,12 @@ 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"