diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 03:49:22 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:40:28 +0700 |
commit | 6332a3458cc5c677417ab3915b4c3a9c8ee5f84f (patch) | |
tree | fc4f1c4cca1df0e31bb8bee7334c36c8c080d9ad /games/openttd | |
parent | 6b06b4a78eb905d8d9ba6d6be5a9e666f33b839d (diff) |
games/openttd: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/openttd')
-rw-r--r-- | games/openttd/README | 43 |
1 files changed, 23 insertions, 20 deletions
diff --git a/games/openttd/README b/games/openttd/README index 17d7dbb39d44..97fe558bd26a 100644 --- a/games/openttd/README +++ b/games/openttd/README @@ -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. |