X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=mutators.cfg;h=2d52893786d5d7d02c9e4969f4bc300fb8ddcaa8;hb=6d57adc8c33bec207bb0c8e76be09dd97e0a8afc;hp=fd69befbbb95799cd6c173f4ca5542ffa9b04ec5;hpb=26776f5e8860f6630a64e2eae8c52eac54041821;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/mutators.cfg b/mutators.cfg index fd69befbb..2d5289378 100644 --- a/mutators.cfg +++ b/mutators.cfg @@ -446,8 +446,9 @@ set g_breakablehook_owner 0 "allow owner to break their own hook" // =========== // multijump // =========== -seta cl_multijump 1 "allow multijump mutator" +seta cl_multijump -1 "allow multijump mutator, set to -1 for the server to decide whether it's enabled" set g_multijump 0 "Number of multiple jumps to allow (jumping again in the air), -1 allows for infinite jumps" +set g_multijump_client 1 "If the client sets cl_multijump to -1, this setting is used for them as a default" 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