ItsMods

Full Version: No gravity changes?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Trying to mod jump_height and g_gravity, have they been stopped from working?
I cannot see to change gravity am I using a wrong command?
its not g_Gravity

its bg_gravity


0 = no gravity while 999 = u cant jump i think...


also jump height doesnt work in BO from what i remember.. u need to make your own command, maybe look thru the jetpack add-on and go from there if u want to increase jump height.
thanks for the reply, but the jetback mod i cannot get the jetpack to work, do i just jump and i should 'fly'?
(06-29-2011, 10:03)clxyeah Wrote: [ -> ]thanks for the reply, but the jetback mod i cannot get the jetpack to work, do i just jump and i should 'fly'?

Hold the F button I think
(06-29-2011, 09:19)clxyeah Wrote: [ -> ]Trying to mod jump_height and g_gravity, have they been stopped from working?
I cannot see to change gravity am I using a wrong command?

try working with this
setDvar("g_speed", 275);
setDvar("bg_gravity", 150);
setDvar("jump_height", 500);
setDvar("phys_gravity", -9999);
setDvar("bg_fallDamageMinHeight", 9999);

You cant change the jump height in BO for some reasons :/