Heh, it's not easy to do. I'd advice you to ask this kinda question on my forums because I cheak them daily and these weekly, but you are lucky today
First download Xadmin:
http://purepostal.co...ion=file&id=237
Install that.
Then you need to change your RUNSERVER.Bat startup line file to read this (right click and EDIT):
startup.fuk?Game=HugeMapGame172.HugeMapDMGame?Mutator=HugeMapGame172.Loader?adminpassword=?????
Ok, now your server knows to read the XADMIN.ini file that comes with xadmin.
The rest is explained in the README for xadmin. If you get suck, ask me. I strongly advice you to sign up to purepostal.com and ask there for a quick responce.
I'll copy and paste the part of the read me thats importent to you:
KAMEKS README:
[HugeMapGame172.Loader]
;URLSuffix=?Game=HugeMapGame172.HugeMapDMGame?mutator=YourPackage.YourMutator?AccessControl=xAdmin172.xP2Admin
But you say, "That looks just like a startup line!" That it does. Essentially,
all your game-specific parameters are moved to that URLSuffix line. For
example, if your startup line was:
ucc server mpdgt-piquant.fuk?Game=MultiGame.xDeathMatch?mutator=AM3-141.MutAirMail,P2ZeroPing203.MutZeroPing?AccessControl=xAdmin172.xP2Admin
the new startup line will be
ucc server startup.fuk?Game=MultiGame.xDeathMatch?Mutator=HugeMapGame172.Loader
and the URLSuffix line will look like
URLSuffix=?Game=MultiGame.xDeathMatch?mutator=AM3-141.MutAirMail,P2ZeroPing203.MutZeroPing?AccessControl=xAdmin172.xP2Admin
Note that any non-game parameters (like -multihome) do NOT go in URLSuffix.
Instead just put those in your ucc server line like you always do.
AND DON'T FORGET TO REMOVE THE SEMICOLON BEFORE URLSUFFIX! GEEZ!
End KAMEKS Readme