1) you go here: http://www.liflg.org/?catid=6&gameid=51 and download "unreal.tournament_436-multilanguage.run"
2) make that file executable, changing it permissions and execute it, installing in a directory that you will remember.
assuming that the file is in the Desktop of the "somebody" user you can do it via command line using:
- Code: Select all
cd /home/somebody/Desktop
chmod ugo+x "./unreal.tournament_436-multilanguage.run"
"./unreal.tournament_436-multilanguage.run"
3) delete "ut" und "ucc" files in the /usr/local/bin directory, you can do it via command line using:
- Code: Select all
su
rm /usr/local/bin/ut
rm /usr/local/bin/ucc
exit
Note that su will let you become root
4) open a console and go in the System directory where you installed unreal.tournament_436-multilanguage.run
and copy the *.u files to the System directory where unreal is,
assuming that it is installed in the directory "ut" in the home of the user "somebody":
- Code: Select all
cd /home/somebody/ut/System
cp *.u "<path to unreal System directory>"
Maybe you will need to be root to write files in the unreal System directory, in that case use "su" as the step above.
This is just what I understand, I hope this is what it means.

