From e9373fd073d76e4dd916995cb7e98f1b873fc86b Mon Sep 17 00:00:00 2001 From: div0 Date: Thu, 26 Mar 2009 09:49:13 +0000 Subject: [PATCH] slightly less control again, but more upwards speed git-svn-id: svn://svn.icculus.org/nexuiz/trunk@6303 f962a42d-fe04-0410-a3ab-8c8b0445ebaa --- data/defaultNexuiz.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/defaultNexuiz.cfg b/data/defaultNexuiz.cfg index 46f131688..78c87393d 100644 --- a/data/defaultNexuiz.cfg +++ b/data/defaultNexuiz.cfg @@ -1418,8 +1418,8 @@ set cl_showpressedkeys_position "1 0.8" "1 0 would be upper right corner, 0.5 0. set g_jetpack 0 "Jetpack mutator (experimental)"2 set g_jetpack_antigravity 0.8 "factor of gravity compensation of the jetpack" -set g_jetpack_acceleration_side 1500 "acceleration of the jetpack in xy direction" -set g_jetpack_acceleration_up 500 "acceleration of the jetpack in z direction (note: you have to factor in gravity here, if antigravity is not 1)" +set g_jetpack_acceleration_side 1200 "acceleration of the jetpack in xy direction" +set g_jetpack_acceleration_up 600 "acceleration of the jetpack in z direction (note: you have to factor in gravity here, if antigravity is not 1)" set g_jetpack_maxspeed_side 1500 "max speed of the jetpack in xy direction" -set g_jetpack_maxspeed_up 400 "max speed of the jetpack in z direction" +set g_jetpack_maxspeed_up 600 "max speed of the jetpack in z direction" set g_jetpack_ammo 4 "cells per second for jetpack" -- 2.39.2