Re-Writing mlds.sh commandline with ut2vote

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Bonjaa

New Member
Jan 30, 2008
59
0
0
I would like to add ut2vote to my start up command line. Here is a portion of the mlds.sh file. Can anyone tell me what/how to add ut2vote when the server starts up.

cd $GAME_HOME
echo "mlds.sh: Game loop initializing..."

while true
do
echo "mlds.sh: To exit loop hit CTRL-C"
sleep 5
echo "mlds.sh: Starting Server"
cd System;./ucc-bin server CTF-FaceClassic?game=XGame.xCTFGame?MaxPlayers=$SLOTS ini=ut2004.ini multihome=${GAME_IP} port=${GAME_PORT} -nohomedir;cd ..
echo "mlds.sh: Server Exited"
echo "mlds.sh: To exit loop hit CTRL-C"
echo "mlds.sh: Sleeping for 15 seconds"
sleep 15
echo "mlds.sh: Loop Restarting now"
done

Thanks in advance!
 

tdw-socke

Member
Nov 21, 2003
994
0
16
cd System;./ucc-bin server CTF-FaceClassic?game=XGame.xCTFGame?Mutator=UT2Vote57.UT2VoteX?MaxPlayers=$SLOTS ini=ut2004.ini multihome=${GAME_IP} port=${GAME_PORT} -nohomedir;cd ..