PDA

View Full Version : help with mutator via command line


BustaCap
29th October, 2002, 10:44 PM
Im trying to get the Kick Idle players mutator to load via the command line but it's not working. The packages that come with the mutator are:

KickIdlePlayers2.u
KickIdlePlayers2.int
KickIdlePlayers2.ini

and I added this to the [Engine.GameEngine] section:

ServerPackages=KickIdlePlayers2

My command line is:
ucc server AS-Mazon?game=BotPack.Assault?mutator=KickIdlePlayers2 ini=assault.ini log=assault.log

But it fails to load the mutator and I have to set it up using the webadmin.

Any thoughts on what I'm doing wrong?

NoOne
29th October, 2002, 11:02 PM
It's just a guess (as I don't use that mutator), but most mutators have a "full name" that is listed in the .int file. It is usually two separate text strings separated by a period (for Zero Ping it is: ZPPure54.ZeroPing) find that string and add it to your command line. It's probably something like KickIdlePlayers2.KickIdle

Hope it helps....

NoOne

BustaCap
29th October, 2002, 11:12 PM
Yep, that worked. Thanks!