UT99 Linux Installer by Quasi^ aka ~V~ email: dave@unrealize.co.uk

			Notes

Since the loki installer doesn't support any ARCH other than x86 I
decided to write an installer that would work for x86_64 - 64bit PCs.

I've also included my cache convertor script (still experimental so
feedback is helpful). When you start UT it will run the script and
convert downloaded maps etc. to proper files out of the cache folder.

I've also fixed the UT_DATA_PATH which can cause UT to not start and
the problem with maps not being decompressed.

The UnrealTournament.ini and User.ini are located in
~/.loki/ut/System - the ones in the install directory are used for
ucc when running a server. So edit the ones in ~/.loki if you want to
add aliases/keybinds etc.

			Install

There are two files you need to edit:

ut99install.sh  and ut99cache.sh

You will need to put the paths in these scripts for where UT CD is
located, where to install UT to and where to place the shortcut link.
The shortcut link should be somewhere in your PATH. EG $HOME/bin If 
you don't have a $HOME/bin then follow these instructions:

Open a terminal and type the following: 

mkdir ~/bin

Then open your ~/.bashrc in your favorite text editor and either
change the PATH line or add this to the end of the file:

export PATH=$PATH:/home/username/bin

Obviously change 'username' to your login name.

Save and close .bashrc and type: 

exec bash

At this point you can run the installer: 

./ut99install.sh

and follow instructions on screen.

			Uninstall

Simply rm -rf your install directory. You can also rm ~/.loki if you
wish, but this isn't necesary really.

Good luck and have fun!

