PDA

View Full Version : Low Gravity not working on Dedicated UT2003 server


Niemand
21st October, 2002, 03:36 PM
I downloaded and am running the Full Version Dedicated Server. I start it with the following bat file:

@<hidden> off
:10
ucc server DM-Antalus?game=XGame.XDeathmatch?mutator=UnrealGame.MutLowGravbr,XGame.MutQuadJump
ini=ut2003.ini log=ut2003.log
goto 10

All is well but no low gravity. UnrealGame.MutLowGravbr is the correct one to use isin't it?

Niemand
21st October, 2002, 04:10 PM
Well I figured it out. I cut and pasted the mutators from here: http://www.unrealadmin.org/modules.php?name=Sections&amp;op=viewarticle&amp;artid=8

Please notice the "LowGrav - UnrealGame.MutLowGravbr" has a br at the end. I removed it from bat file and it works. br was most likely meant to be &lt;/br&gt; in html for page.

Please also note if one uses more than one mutator to separate with comma's. Like:

@<hidden> off
:10
ucc server DM-Antalus?game=XGame.XDeathmatch?mutator=UnrealGame.MutLowGrav,XGame.MutInstaGib,XGame.MutQuadJump

ini=ut2003.ini log=ut2003.log
goto 10

Killing
21st October, 2002, 10:19 PM
nice 1 thanks for that fixed the guide :D