lfs-uefi: fix efivar-37 FTBFS
[linux_from_scratch_hints.git] / unreal_tournament.txt
blobc38aa0c22907a5ffe030e34a2c3a7d645f24c941
1 AUTHOR: Cedric de Wijs cedric.de.wijs<at>softhome<dot>net
3 DATE: 2004-04-04
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
9 DESCRIPTION:
10 This hint describes how to get Unreal Tournament Game of the year edition running in LFS-5.0
12 ATTACHMENTS:
13 The 2-CD set of Unreal Tournament Game of the year edition
15 The linux installer:
17 http://osgaming.net/Downloads/Linux/Installers/ut-install-436-GOTY.run
18 todo: get a list of mirror sites
20 PREREQUISITES:
21 This hint expect you to have a working X setup with 3d acceleration support
23 HINT:
24 =================
25 TABLE OF CONTENTS
26 =================
28 1 Introduction
29 2 Required Files
30 3 Installation
31 4 Post Install
32 5 Run the game
34 ===============
35 1 Introduction
36 ===============
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:
40 =================
41 2. REQUIRED FILES
42 =================
43 The 2-CD set of Unreal Tournament Game of the year edition
45 The linux installer:
47 http://osgaming.net/Downloads/Linux/Installers/ut-install-436-GOTY.run
50 ===============
51 3. Installation
52 ===============
53 -Run the installer:
54 bash-2.05b# ./ut-install-436-GOTY.run
56 ==============
57 4 Post Install
58 ==============
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 \
63   && rm -f $FILE;
64 done
65 mv *.unr ../Maps
67 ==============
68 5 Run the game
69 ==============
70 type ut to run the game
74 ACKNOWLEDGEMENTS:
75 None yet
78 CHANGELOG:
79 [2004-04-04]
80   * Updated script, works also outsite the PATH
82 [2004-02-03]
83   * Fixed typos
84   * Updated script, less disk usage
86 [2004-01-29]
87   * Initial hint.