docs/openttd.6
author peter1138
Mon, 04 Aug 2008 05:59:28 +0000
changeset 9843 96b2f22e54da
parent 9668 b0863ac5794b
permissions -rw-r--r--
(svn r13987) -Codechange: Resize small map legend dynamically on window resize and when switching small map types, so that the legend is taller only on the industry type and only when the legend will not fit in the available space.
680
cc1afe883226 (svn r1118) * Added a minimal manpage with references to where to get real info
matthijs
parents:
diff changeset
     1
.\"                                      Hey, EMACS: -*- nroff -*-
cc1afe883226 (svn r1118) * Added a minimal manpage with references to where to get real info
matthijs
parents:
diff changeset
     2
.\" Please adjust this date whenever revising the manpage.
9668
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
     3
.Dd Jul 20, 2008
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
     4
.Dt OPENTTD 6
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
     5
.Sh NAME
3339
cd4199eef081 (svn r4123) - Forward-port the release-changes from the 0.4 branch back to trunk. This ensures an updated changelog, known-bugs, etc.
Darkvater
parents: 2948
diff changeset
     6
.Nm openttd
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
     7
.Nd An open source clone of the Microprose game "Transport Tycoon Deluxe"
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
     8
.Sh SYNOPSIS
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
     9
.Nm
9668
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    10
.Op Fl Defhix
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    11
.Op Fl G Ar seed
9668
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    12
.Op Fl b Ar blitter
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    13
.Op Fl d Ar [level | cat=lvl[, ...]]
9668
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    14
.Op Fl c Ar config_file
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    15
.Op Fl g Ar [savegame]
9668
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    16
.Op Fl l Ar host[:port]
6168
91640fd48876 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater
parents: 5965
diff changeset
    17
.Op Fl n Ar host[:port][#player]
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    18
.Op Fl r Ar widthxheight
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    19
.Op Fl t Ar date
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    20
.Op Fl m Ar driver
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    21
.Op Fl s Ar driver
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    22
.Op Fl v Ar driver
9668
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    23
.Op Fl b Ar blitter
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    24
.Sh OPTIONS
6168
91640fd48876 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater
parents: 5965
diff changeset
    25
.Bl -tag -width ".Fl n Ar host[:port][#player]"
9668
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    26
.It Fl D Ar [host][:port]
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    27
Start a dedicated server
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    28
.It Fl G Ar seed
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    29
Seed the pseudo random number generator
9668
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    30
.It Fl b Ar blitter
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    31
Set the blitter, see
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    32
.Fl h
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    33
.It Fl c Ar config_file
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    34
Use 'config_file' instead of 'openttd.cfg'
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    35
.It Fl d Ar [level]
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    36
Set debug verbosity for all categories to
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    37
.Ar level
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    38
or 1 if omitted
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    39
.It Fl d Ar cat=level[, ...]
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    40
Set debug verbosity for a specific category
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    41
.It Fl e
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    42
Start in world editor mode
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    43
.It Fl f
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    44
Fork into background (dedicated only, see
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    45
.Fl D )
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    46
.It Fl g Ar [savegame]
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    47
Load
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    48
.Ar savegame
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    49
at start or start a new game if omitted
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    50
.It Fl h
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    51
Display a summary of all options and available drivers
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    52
.It Fl i
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    53
Force to use the DOS palette (use this if you see a lot of magenta)
9668
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    54
.It Fl l Ar host[:port]
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    55
Redirect DEBUG(), See
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    56
.Fl D
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    57
.It Fl m Ar driver
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    58
Set the music driver, see
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    59
.Fl h
6168
91640fd48876 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater
parents: 5965
diff changeset
    60
.It Fl n Ar host[:port][#player]
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    61
Join a network game, optionally specify player to play as and port to connect to
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    62
.It Fl r Ar widthxheight
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    63
Set the resolution
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    64
.It Fl s Ar driver
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    65
Set the sound driver, see
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    66
.Fl h
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    67
.It Fl t Ar date
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    68
Set the starting date
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    69
.It Fl v Ar driver
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    70
Set the video driver, see
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    71
.Fl h
9668
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    72
.It Fl x
b0863ac5794b (svn r13757) -Doc: Update the man file
skidd13
parents: 7588
diff changeset
    73
Do not automatically save to config file on exit
2948
c81b70eb539a (svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there.
matthijs
parents: 2754
diff changeset
    74
.El
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    75
.Sh SEE ALSO
5355
195bce6def67 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater
parents: 4254
diff changeset
    76
http://wiki.openttd.org/, http://www.openttd.org
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    77
.Sh HISTORY
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    78
Transport Tycoon Deluxe was written by Chris Sawyer and published by Microprose.
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    79
.Nm
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    80
is a free reimplementation.