Setting up a UT1999 Server.

pretty much just copying this.

Open PuTTY. SSH Into Your Server.

Create a Directory called "UT1999" ("mkdir UT1999")

type in "wget http://ut-files.com/Entire_Server_Download/ut-server-436.tar.gz"

type in "tar -zxf ut-server-436.tar.gz"

type in "cd ut-server"

type in "wget http://www.ut-files.com/Patches/UTPGPatch451LINUX.tar.tar"

type in "tar xfj UTPGPatch451LINUX.tar.tar"

type in "wget http://ut-files.com/Entire_Server_Download/server_scripts/asu-0.6.tar.gz"

type in "tar -zxf asu-0.6.tar.gz"

type in "chmod +x asu.sh"

type in "cd System"

type in "ln -s libSDL-1.1.so.0 libSDL-1.2.so.0"

type in "cd .."

type in "bash ./asu.sh"

Choose Option I (Install Init Script)

Type in your username

Just Press Enter.

Select a Game Mode

Select a Map

(forgot to take the picture xD)

If you don't want a Mutator, just press enter.

Remeber This.

to start the server, (at least for me) run "/mnt/media1/ut1999/ut-server/./ucc.init start"

the command will be different for you.

type in "cd System"

type in "sudo nano UnrealTournament.ini"

press "Crtl" and "W" and type ""bEnabled=False", press Enter. Set "bEnabled=False" to "bEnabled=True"

press "Crtl" and "X" to Save.

run the server start command. hint: "/mnt/media1/ut1999/ut-server/./ucc.init start"

OR you can cd into ut-server and type "./ucc.init start"