os/debian/README.Debian
author KUDr
Tue, 14 Nov 2006 13:42:50 +0000
changeset 5083 6da97b6fbbd6
parent 3170 dbbfd7a735ae
child 5450 0383a6fb579a
permissions -rw-r--r--
(svn r7147) -CodeChange: Don't use references if they can refer to NULL (Tron)
285
e306da1c4ad1 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
     1
openttd for Debian
e306da1c4ad1 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
     2
------------------
e306da1c4ad1 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
     3
e306da1c4ad1 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
     4
To properly play this game, original data files are needed.
e306da1c4ad1 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
     5
You should copy the data files from the original TTD into the data directory
3170
dbbfd7a735ae (svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).
matthijs
parents: 1865
diff changeset
     6
(/usr/share/games/openttd/data). You should copy these files:
dbbfd7a735ae (svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).
matthijs
parents: 1865
diff changeset
     7
* trg1r.grf
dbbfd7a735ae (svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).
matthijs
parents: 1865
diff changeset
     8
* trgcr.grf
dbbfd7a735ae (svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).
matthijs
parents: 1865
diff changeset
     9
* trghr.grf
dbbfd7a735ae (svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).
matthijs
parents: 1865
diff changeset
    10
* trgir.grf
dbbfd7a735ae (svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).
matthijs
parents: 1865
diff changeset
    11
* trgtr.grf
dbbfd7a735ae (svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).
matthijs
parents: 1865
diff changeset
    12
* sample.cat
285
e306da1c4ad1 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
    13
e306da1c4ad1 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
    14
-Music
3170
dbbfd7a735ae (svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).
matthijs
parents: 1865
diff changeset
    15
	For in game music (optional), you should copy all files in the gm/
dbbfd7a735ae (svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).
matthijs
parents: 1865
diff changeset
    16
	subdir of your ttd installation to /usr/share/games/openttd/gm.  You
dbbfd7a735ae (svn r3801) * Update debian packaging files to the ones used for releasing 0.4.5 (see os/debian/changelog for details).
matthijs
parents: 1865
diff changeset
    17
	should also install timidity and a soundfont (freepats is packaged in
285
e306da1c4ad1 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
    18
	debian and works out of the box).
e306da1c4ad1 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
    19
e306da1c4ad1 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
    20
	Don't forget to use -m extmidi if you want music, and if you have
e306da1c4ad1 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
    21
	problems, remember that not all audio devices support multiple
e306da1c4ad1 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
    22
	audiostreams (music and sound), so you might have to use software
1865
8f237a5b1a5f (svn r2371) - Fix: [ 1144510 ] make install tries to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified.
matthijs
parents: 285
diff changeset
    23
	mixing. My VIA AC97 device cannot do hardware mixing, for example.
285
e306da1c4ad1 (svn r291) Minor fix to english.txt
bjarni
parents:
diff changeset
    24
1865
8f237a5b1a5f (svn r2371) - Fix: [ 1144510 ] make install tries to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified.
matthijs
parents: 285
diff changeset
    25
-Scenarios
8f237a5b1a5f (svn r2371) - Fix: [ 1144510 ] make install tries to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified.
matthijs
parents: 285
diff changeset
    26
	There are a few scenarios included in this release. When you start openttd
8f237a5b1a5f (svn r2371) - Fix: [ 1144510 ] make install tries to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified.
matthijs
parents: 285
diff changeset
    27
	it will look for scenarios in ~/.openttd/scenario, while the premade
8f237a5b1a5f (svn r2371) - Fix: [ 1144510 ] make install tries to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified.
matthijs
parents: 285
diff changeset
    28
	scenarios are in /usr/share/games/openttd/data/scenario. You have two
8f237a5b1a5f (svn r2371) - Fix: [ 1144510 ] make install tries to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified.
matthijs
parents: 285
diff changeset
    29
	options to use the scenarios.
8f237a5b1a5f (svn r2371) - Fix: [ 1144510 ] make install tries to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified.
matthijs
parents: 285
diff changeset
    30
	* Navigate to /usr/share/games/openttd/data/scenario within openttd.
8f237a5b1a5f (svn r2371) - Fix: [ 1144510 ] make install tries to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified.
matthijs
parents: 285
diff changeset
    31
	* Copy scenarios from /usr/share/games/openttd/data/scenario to
8f237a5b1a5f (svn r2371) - Fix: [ 1144510 ] make install tries to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified.
matthijs
parents: 285
diff changeset
    32
	  ~/.openttd/scenario. We are looking into a better solution for this.
8f237a5b1a5f (svn r2371) - Fix: [ 1144510 ] make install tries to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified.
matthijs
parents: 285
diff changeset
    33
8f237a5b1a5f (svn r2371) - Fix: [ 1144510 ] make install tries to install scenarios in the (non-existing) personal dir when USE_HOMEDIR is specified.
matthijs
parents: 285
diff changeset
    34
 -- Matthijs Kooijman <m.kooijman@student.utwente.nl>, Tue, 25 Jan 2004 14:11:01 +0200