From 53150754b7ef40537cf611f0ed68abc25721d5c9 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Thu, 14 Apr 2011 14:16:10 +0300 Subject: [PATCH] MultiJump cvars --- data/defaultVoretournament.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/defaultVoretournament.cfg b/data/defaultVoretournament.cfg index af89103c..c9d45a20 100644 --- a/data/defaultVoretournament.cfg +++ b/data/defaultVoretournament.cfg @@ -601,6 +601,10 @@ set g_bloodloss 0 "amount of health below which blood loss occurs" set g_footsteps 1 "serverside footstep sounds" +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" + // effects r_glsl_postprocess 1 r_picmipsprites 0 // Voretournament uses sprites that should never be picmipped (team mate, typing, waypoints) -- 2.39.2