1 AUTHOR: Cedric de Wijs cedric.de.wijs<at>softhome<dot>net
5 LICENSE: GNU Free Documentation License Version 1.2
7 SYNOPSIS: How to get Unreal Tournament Game of the year edition running on LFS-5.0
10 This hint describes how to get Unreal Tournament Game of the year edition running in LFS-5.0
13 The 2-CD set of Unreal Tournament Game of the year edition
17 http://osgaming.net/Downloads/Linux/Installers/ut-install-436-GOTY.run
18 todo: get a list of mirror sites
21 This hint expect you to have a working X setup with 3d acceleration support
38 I had some problems getting Unreal Tournament Game of the year edition running in LFS-5.0 Now i have solved them, and here's how i did it:
43 The 2-CD set of Unreal Tournament Game of the year edition
47 http://osgaming.net/Downloads/Linux/Installers/ut-install-436-GOTY.run
54 bash-2.05b# ./ut-install-436-GOTY.run
59 In the Maps directory are a lot of .unr.uz files. In order to get the game to run they have to be decompressed. This script will do the work for us:
61 cd /usr/local/games/ut/System &&
62 for FILE in ../Maps/*.uz; do ./ucc-bin decompress ../Maps/$FILE -nohomedir \
70 type ut to run the game
80 * Updated script, works also outsite the PATH
84 * Updated script, less disk usage