author | tron |
Sat, 24 Jun 2006 09:48:51 +0000 | |
branch | 0.4 |
changeset 10045 | ed89f9eb128d |
parent 9959 | 984493ab6fff |
permissions | -rw-r--r-- |
9959
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
1 |
To install OpenTTD, you should drag the game to any location you want and in that folder, you should create a folder called "data". It should contain: |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
2 |
sample.cat |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
3 |
trg1r.grf |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
4 |
trgcr.grf |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
5 |
trghr.grf |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
6 |
trgir.grf |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
7 |
trgtr.grf |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
8 |
|
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
9 |
(Alternatively you can use the TTD GRF files from the DOS version: TRG1.GRF, TRGC.GRF, TRGH.GRF, TRGI.GRF, TRGT.GRF. A few minor graphical glitches with the DOS graphics remain. E.g. the autorail button in the rail toolbar doesn't look as nice as with the Windows graphics.) |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
10 |
|
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
11 |
You should also use the data folder to add any custom grf files if you like |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
12 |
|
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
13 |
if you want music, you can add a GM folder and add all .gm files from TTD inside it |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
14 |
|
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
15 |
If you want to use the scenarios, you can copy the scenario folder as well. If you already have one, just copy the content so you don't overwrite old ones that have been removed. |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
16 |
|
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
17 |
In the end, you should have a folder containing: |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
18 |
OpenTTD (the actual game) |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
19 |
data (containing the grf files) |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
20 |
GM (optional for music) |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
21 |
scenario (optional pregenerated maps) |
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
22 |
|
984493ab6fff
(svn r4044) Rename 0.4.5 branch to 0.4. Further minor releases will be in the 0.4 range, to prevent enormously long version numbers.
matthijs
parents:
-1
diff
changeset
|
23 |
The game adds some items by itself when it runs, like a save folder and a setting file |