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.
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.