PDA

View Full Version : LowGrav for all Game Modes



Drft240
12-04-2007, 07:49 PM
I know there is already a Low Grav mutator included with the game, but it doesn't work in all modes. Could someone possibly make one or tell me how to change the current one to work in all modes. Thanks.

mustapha
12-05-2007, 12:31 PM
If you really want low grav in levels where the mutator won't apply...
you can open the level in the editor and add Gravity Volumes.

Drft240
12-05-2007, 10:46 PM
Thanks for the answer, but that seems like a pain to change every map. I just wanted one that would work in all game modes. I was looking in the mutators code, but did not see any where to specify game modes. I have just started looking into Unreal Scripting, so if I could figure it out I would release it myself. The main reason is my friends and I like playing VCTF and ONS/WAR in low grav, and the map fix seems like it would work if we always played the same map, but in ut2k4 we had about 30 maps that we cycled through. Thanks.

Nookie
12-05-2007, 11:31 PM
Go ---> C:/document setting/my document/my game/Unreal Tournament3/UTGame/config
double click ---> UTGame.INI
Search this line (with ctrl+f)--->[Engine.WorldInfo]
You will see this line ---->DefaultGravityZ=-520

try between -200 and -300 to see if you like that
its a way without mutator
gl man with your test ;)

Drft240
12-06-2007, 01:42 AM
It works, Thanks for the help.