docs/openttd.6
author peter1138
Tue, 19 Jun 2007 16:40:59 +0000
changeset 6966 e13afa08b151
parent 6744 91b392197be4
child 7106 6cef540ecbe0
permissions -rw-r--r--
(svn r10222) -Fix [FS#892]: Only 2 trains could crash at one time as collision checking stopped on the first hit. This could cause desyncs in network games as the collision hash order is not guaranteed. (patch by B. N. Smatz)
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.
6744
91b392197be4 (svn r9979) -Merge: release changes from 0.5.
rubidium
parents: 6514
diff changeset
     3
.Dd May 29, 2007
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
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    10
.Op Fl Defhi
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    11
.Op Fl G Ar seed
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    12
.Op Fl d Ar [level | cat=lvl[, ...]]
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    13
.Op Fl g Ar [savegame]
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
    14
.Op Fl n Ar host[:port][#player]
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    15
.Op Fl r Ar widthxheight
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    16
.Op Fl t Ar date
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    17
.Op Fl m Ar driver
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    18
.Op Fl s Ar driver
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    19
.Op Fl v Ar driver
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    20
.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
    21
.Bl -tag -width ".Fl n Ar host[:port][#player]"
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    22
.It Fl D
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    23
Start a dedicated server
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    24
.It Fl G Ar seed
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    25
Seed the pseudo random number generator
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    26
.It Fl d Ar [level]
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    27
Set debug verbosity for all categories to
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    28
.Ar level
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    29
or 1 if omitted
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    30
.It Fl d Ar cat=level[, ...]
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    31
Set debug verbosity for a specific category
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    32
.It Fl e
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    33
Start in world editor mode
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    34
.It Fl f
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    35
Fork into background (dedicated only, see
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    36
.Fl D )
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    37
.It Fl g Ar [savegame]
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    38
Load
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    39
.Ar savegame
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    40
at start or start a new game if omitted
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    41
.It Fl h
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    42
Display a summary of all options and available drivers
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    43
.It Fl i
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    44
Force to use the DOS palette (use this if you see a lot of magenta)
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    45
.It Fl m Ar driver
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    46
Set the music driver, see
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    47
.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
    48
.It Fl n Ar host[:port][#player]
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    49
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
    50
.It Fl r Ar widthxheight
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    51
Set the resolution
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    52
.It Fl s Ar driver
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    53
Set the sound driver, see
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    54
.Fl h
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    55
.It Fl t Ar date
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    56
Set the starting date
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    57
.It Fl v Ar driver
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    58
Set the video driver, see
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    59
.Fl h
2948
c81b70eb539a (svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there.
matthijs
parents: 2754
diff changeset
    60
.El
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    61
.Sh SEE ALSO
5355
195bce6def67 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater
parents: 4254
diff changeset
    62
http://wiki.openttd.org/, http://www.openttd.org
2205
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    63
.Sh HISTORY
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    64
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
    65
.Nm
a5b0685478f8 (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    66
is a free reimplementation.