2004-12-15 22:46:53 +00:00
. \" Hey, EMACS: -*- nroff -*-
. \" Please adjust this date whenever revising the manpage.
2010-03-31 23:33:28 +00:00
.Dd Apr 01 , 2010
2005-07-27 07:19:28 +00:00
.Dt OPENTTD 6
.Sh NAME
2006-03-26 21:07:56 +00:00
.Nm openttd
2005-07-27 07:19:28 +00:00
.Nd An open source clone of the Microprose game "Transport Tycoon Deluxe"
.Sh SYNOPSIS
.Nm
2009-02-05 22:36:57 +00:00
.Op Fl efhx
2008-07-20 15:39:20 +00:00
.Op Fl b Ar blitter
.Op Fl c Ar config_file
2009-08-15 21:24:58 +00:00
.Op Fl d Ar [level | cat=lvl[,...]]
2009-02-05 22:36:57 +00:00
.Op Fl D Ar [host][:port]
2005-07-27 07:19:28 +00:00
.Op Fl g Ar [savegame]
2009-02-05 22:36:57 +00:00
.Op Fl G Ar seed
.Op Fl i Ar palette
.Op Fl I Ar graphicsset
2008-07-20 15:39:20 +00:00
.Op Fl l Ar host[:port]
2009-02-05 22:36:57 +00:00
.Op Fl m Ar driver
2010-01-18 22:19:14 +00:00
.Op Fl M Ar musicset
2007-02-27 16:51:49 +00:00
.Op Fl n Ar host[:port][#player]
2009-06-10 19:00:34 +00:00
.Op Fl p Ar password
.Op Fl P Ar password
2005-07-27 07:19:28 +00:00
.Op Fl r Ar widthxheight
.Op Fl s Ar driver
2009-08-15 21:24:58 +00:00
.Op Fl S Ar soundset
2009-02-05 22:36:57 +00:00
.Op Fl t Ar year
2005-07-27 07:19:28 +00:00
.Op Fl v Ar driver
.Sh OPTIONS
2007-02-27 16:51:49 +00:00
.Bl -tag -width ".Fl n Ar host[:port][#player]"
2008-07-20 15:39:20 +00:00
.It Fl b Ar blitter
Set the blitter, see
.Fl h
2009-08-15 21:24:58 +00:00
for a full list
2008-07-20 15:39:20 +00:00
.It Fl c Ar config_file
Use 'config_file' instead of 'openttd.cfg'
2005-07-27 07:19:28 +00:00
.It Fl d Ar [level]
Set debug verbosity for all categories to
.Ar level
or 1 if omitted
2009-08-15 21:24:58 +00:00
.It Fl d Ar cat=level[,...]
2005-07-27 07:19:28 +00:00
Set debug verbosity for a specific category
2009-02-05 22:36:57 +00:00
.It Fl D Ar [host][:port]
2009-02-21 13:27:09 +00:00
Start a dedicated server. Sets network debug level to 6. If you want to change this, use
.Fl d
after
.Fl D
2009-02-05 22:36:57 +00:00
.It Fl G Ar seed
Seed the pseudo random number generator
2005-07-27 07:19:28 +00:00
.It Fl e
Start in world editor mode
.It Fl f
2009-08-15 21:24:58 +00:00
Fork into background (dedicated server only, see
2005-07-27 07:19:28 +00:00
.Fl D )
.It Fl g Ar [savegame]
Load
.Ar savegame
2009-08-15 21:24:58 +00:00
at start or start a new game if omitted. The
.Ar savegame
must be either absolute or relative to the current path or one of the search paths.
2005-07-27 07:19:28 +00:00
.It Fl h
2009-08-15 21:24:58 +00:00
Display a summary of all options and lists all the available AIs, blitters, sound, music and video drivers, graphics sets and sound sets.
2009-02-05 22:36:57 +00:00
.It Fl i Ar palette
2009-08-15 21:24:58 +00:00
Set the palette. '0' for the DOS palette, '1' for the Windows palette and '2' to autodetect (default).
2010-01-01 22:01:14 +00:00
.sp
2009-08-15 21:24:58 +00:00
The palette depends where the base graphics set originated from. If it came from the Transport Tycoon Deluxe for DOS it has the DOS palette, if it came from the Windows version of Transport Tycoon Deluxe it has the Windows palette. All others likely have the Windows palette as that is the most used palette.
2009-02-05 22:36:57 +00:00
.It Fl I Ar graphicsset
Set the graphics set, see
.Fl h
2009-08-15 21:24:58 +00:00
for a full list
2008-07-20 15:39:20 +00:00
.It Fl l Ar host[:port]
Redirect DEBUG(), See
.Fl D
2005-07-27 07:19:28 +00:00
.It Fl m Ar driver
Set the music driver, see
.Fl h
2009-08-15 21:24:58 +00:00
for a full list
2010-01-18 22:19:14 +00:00
.It Fl M Ar musicset
Set the music set, see
.Fl h
for a full list
2007-02-27 16:51:49 +00:00
.It Fl n Ar host[:port][#player]
2009-08-15 21:24:58 +00:00
Join a network game, optionally specify a port to connect to and player to play as
2009-06-10 19:00:34 +00:00
.It Fl p Ar password
Password used to join server. Only useful with
.Fl n
.It Fl P Ar password
Password used to join company. Only useful with
.Fl n
2005-07-27 07:19:28 +00:00
.It Fl r Ar widthxheight
Set the resolution
.It Fl s Ar driver
Set the sound driver, see
.Fl h
2009-08-15 21:24:58 +00:00
for a full list
.It Fl S Ar soundset
Set the sound set, see
.Fl h
for a full list
2009-02-05 22:36:57 +00:00
.It Fl t Ar year
Set the starting year
2005-07-27 07:19:28 +00:00
.It Fl v Ar driver
Set the video driver, see
.Fl h
2009-08-15 21:24:58 +00:00
for a full list
2008-07-20 15:39:20 +00:00
.It Fl x
Do not automatically save to config file on exit
2006-02-01 01:36:18 +00:00
.El
2005-07-27 07:19:28 +00:00
.Sh SEE ALSO
2006-12-21 14:23:47 +00:00
http://wiki.openttd.org/, http://www.openttd.org
2005-07-27 07:19:28 +00:00
.Sh HISTORY
Transport Tycoon Deluxe was written by Chris Sawyer and published by Microprose.
.Nm
is a free reimplementation.