blob: 8ebe658623d7e9472bca1abfb5fc43ea342de124 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
[
{ type: install
message: <<EOM
Before running this software, you need to configure it first. This is best
to be done with `install_umark_data.sh' script, which is installed here:
%%DATADIR%%/install_umark_data.sh
It should be run from %%DATADIR%%.
If you want to manually configure the UT200x install paths, you may edit
your ~/.umarkrc file. The ~/.umarkrc file format is as follows (in order):
BuildNumber|/UT2003/Retail/install/path
BuildNumber|/UT2004/Retail/install/path
BuildNumber|/UT2003/Demo/install/path
BuildNumber|/UT2004/Demo/install/path
If one of the lines says "n/a|n/a", it means that `install_umark_data.sh'
did not find where the respective version of the game is installed. In this
case, you should manually enter the game build number and root installation
path.
EOM
}
]
|