PDA

View Full Version : Mutators Don't Show In WebAdmin!



legacy-AcidicChip
08-22-2003, 11:13 PM
I installed ut2003 dedicated for linux in /usr/local/games/ut2003_dedicated/ and I'm running it from /home/myuser/ When I do that it makes a /home/myuser/.ut2003/ directory. In there has a System/ directory with UT2003.ini in it. I upload the mutators to /home/myuser/.ut2003/System/ directory and edit the UT2003.ini and put in the ServerPackages. I run the server, and it doesn't show in the WebAdmin.

Here is my startserver.sh


#!/bin/sh

killall -q ucc-bin

screen -m -d -S myuser /usr/local/games/ut2003_dedicated/ucc server DM-Antalus?gamestats=true?adminname=myuser?adminpassw ord=mypass?multihome=###.###.###.### ini=UT2003.ini log=ucc.log

echo 'UT2003 Server Has Been Started'

#EOF


I know that there's probably a really simple solution to it and it's prolly posted here 100 times, but when searching the forums I couldn't find the solution. Your help would be extremely appreciated. Thanks in advance.

legacy-AcidicChip
08-23-2003, 12:13 AM
The Maps that are uploaded to /home/myuser/.ut2003/Maps/ show fine in the WebAdmin, just not mutators... The .u files are there, the .int files are there, and the ServerPackages= are int he correct places in the UT2003.ini.

I am wanting to set it up like this because I am running multiple servers on 1 box, and I figure this would be the best way to run it without having to give everyone a full install. Or is there no way it'll work like this? Please help!