games/openttd: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-13 03:49:22 -04:00 committed by Willy Sudiarto Raharjo
parent 6b06b4a78e
commit 6332a3458c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 23 additions and 20 deletions

View File

@ -1,27 +1,30 @@
OpenTTD is a clone of the Microprose game "Transport Tycoon Deluxe," a popular
game originally written by Chris Sawyer. Significant enhancements from the
original game include bigger maps, new AI, stable multiplayer mode, dedicated
server mode, and many in-game updates.
OpenTTD is a clone of the Microprose game "Transport Tycoon Deluxe,"
a popular game originally written by Chris Sawyer. Significant
enhancements from the original game include bigger maps, new AI,
stable multiplayer mode, dedicated server mode, and many in-game
updates.
Historically, users of OpenTTD needed access to several original Windows data
files in order to successfully run the game. However, now there are two
options:
Historically, users of OpenTTD needed access to several original
Windows data files in order to successfully run the game. However,
now there are two options:
1. Using open source data files.
There are now open source equivalent files for the graphics (opengfx), sound
(opensfx), and music (openmsx) data files. This script includes support for
these three extra downloads and will move the files into the right place so
long as OPENDATA=YES (which is the default).
There are now open source equivalent files for the graphics (opengfx),
sound (opensfx), and music (openmsx) data files. This script includes
support for these three extra downloads and will move the files into
the right place so long as OPENDATA=YES (which is the default).
2. Using the original Windows data files.
Alternatively, the user can still use the original Windows data files. If the
original Windows data files are going to be used, then they must be copied into
the /usr/share/games/openttd/data directory before the game can be played.
List of the required files: sample.cat trg1r.grf trgcr.grf trghr.grf trgir.grf
trgtr.grf. Note that the user can either set OPENDATA=NO in which case the
open source data files will not be used by the script and OpenTTD. Or, the
user can keep OPENDATA=YES in which case the open source data files will be
included giving the user the ability to choose which data file set (original
Windows or open source data files) to use within the game options menu.
Alternatively, the user can still use the original Windows data files.
If the original Windows data files are going to be used, then they
must be copied into the /usr/share/games/openttd/data directory before
the game can be played. List of the required files: sample.cat
trg1r.grf trgcr.grf trghr.grf trgir.grf trgtr.grf. Note that the
user can either set OPENDATA=NO in which case the open source data
files will not be used by the script and OpenTTD. Or, the user can
keep OPENDATA=YES in which case the open source data files will be
included giving the user the ability to choose which data file set
(original Windows or open source data files) to use within the game
options menu.