Page 1 of 1

gravity settings

Posted: August 2nd, 2010, 7:30 am
by egilbert930
Hey guys, how do you adjust the gravity settings for the server?

Re: gravity settings

Posted: August 2nd, 2010, 7:48 am
by matt101harris
/rcon g_gravity (number) (usualy 10) /rcon g_gravity 800 (default)

Re: gravity settings

Posted: August 2nd, 2010, 8:13 am
by egilbert930
yeah, that doesn't do anything.. do i need to set something else in the config file? also, how do i default the gravity to a lower number in the config?

Re: gravity settings

Posted: August 2nd, 2010, 8:23 am
by <LT>YosemiteSam[NL]
I'm building a map with low gravity and put this in the gsc;

Code: Select all

setcvar ("g_gravity", "800");
I think if you make the line like this in your config it will work;

Code: Select all

set g_gravity "300"
800 is default but you can change it to what you like, not too low a number otherwise the players won't come down.

Re: gravity settings

Posted: August 2nd, 2010, 12:31 pm
by Hoogie
You need to start your map with devmap to enable cheats.

Re: gravity settings

Posted: August 2nd, 2010, 12:34 pm
by <LT>YosemiteSam[NL]
Hoogie wrote:You need to start your map with devmap to enable cheats.
Not sure about that. g_speed for instance works without cheats enabled.

Re: gravity settings

Posted: August 2nd, 2010, 12:56 pm
by Pedsdude
g_speed isn't cheats protected, you can do it on normal mode.

If you're playing on your own PC, use '/g_gravity x', if you're in a server that you have RCON access to, then use '/rcon g_gravity x'.

x = 800 for default, if you want to 'float' more then reduce it to a lower value.

Re: gravity settings

Posted: August 2nd, 2010, 6:37 pm
by egilbert930
yeah.. i figured it out.. it was running oldschool