Guys,
I run a gameservers.com private server. The opening code is as follows:
This is fine, however, when I go to add the required Admin section as directed at http://utforums.epicgames.com/showthread.php?t=578745 the Admin still does not work while in game:
I have found the only way to rectify this situation is by placing the 'AdminPassword' before the 'GamePassword':
But by doing so, the server is no longer passworded and open to the public. I must keep the server password protected as part of my terms and conditions with gameservers.
I really need admin to manually change maps. add bots and so forth, so any help would be greatly appreciated.
Thanks
I run a gameservers.com private server. The opening code is as follows:
Code:
server DM-Defiance?numplay=4?botskill=2?maxplayers=10?GamePassword=xxxxx -multihome=217.163.26.182 -port 7777 -unattended -login=xxxxxx -password=xxxxx -log=GameServers.log -nohomedir
Code:
server DM-Defiance?numplay=4?botskill=2?maxplayers=10?GamePassword=xxxx -multihome=217.163.26.182 -port 7777 -unattended -login=xxxxx -password=xxxxx -log=GameServers.log -AdminPassword=xxxx -nohomedir
Code:
server DM-Defiance?numplay=4?botskill=2?maxplayers=10?AdminPassword=xxxx -GamePassword=xxxx -multihome=217.163.26.182 -port 7777 -unattended -login=xxxxx -password=xxxxx -log=GameServers.log -nohomedir
I really need admin to manually change maps. add bots and so forth, so any help would be greatly appreciated.
Thanks
Comment