docs/openttd.6
author tron
Mon, 15 Jan 2007 07:38:36 +0000
changeset 5933 0835f3342b79
parent 5815 4f3c72db6297
child 5422 bd6873dd1c40
permissions -rw-r--r--
(svn r8143) Remove the landscaping button from the build toolbars.
The landscaping toolbar can be reached at least as easy directly from the main toolbar.
Further two of the four toolbars uses 'l' as keyboard shortcut for this button, which plain does not work (The letter has to be uppercase).
This was covered by the fact there is a global shortcut 'L' to open the landscaping toolbar, so the individual checks in the four build toolbars were redundant anyway.
680
fca287dc62a1 (svn r1118) * Added a minimal manpage with references to where to get real info
matthijs
parents:
diff changeset
     1
.\"                                      Hey, EMACS: -*- nroff -*-
fca287dc62a1 (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.
5815
4f3c72db6297 (svn r7973) - Forward-port the release-changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, et.
Darkvater
parents: 5694
diff changeset
     3
.Dd January 07, 2007
2205
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
     4
.Dt OPENTTD 6
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
     5
.Sh NAME
3339
d594e7ac4758 (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
78faeee89afa (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"
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
     8
.Sh SYNOPSIS
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
     9
.Nm
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    10
.Op Fl Defhi
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    11
.Op Fl G Ar seed
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    12
.Op Fl d Ar [level | cat=lvl[, ...]]
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    13
.Op Fl g Ar [savegame]
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    14
.Op Fl n Ar [host[#player][:port]]
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    15
.Op Fl r Ar widthxheight
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    16
.Op Fl t Ar date
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    17
.Op Fl m Ar driver
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    18
.Op Fl s Ar driver
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    19
.Op Fl v Ar driver
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    20
.Sh OPTIONS
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    21
.Bl -tag -width ".Fl n Ar host[#player][:port]"
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    22
.It Fl D
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    23
Start a dedicated server
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    24
.It Fl G Ar seed
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    25
Seed the pseudo random number generator
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    26
.It Fl d Ar [level]
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    27
Set debug verbosity for all categories to
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    28
.Ar level
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    29
or 1 if omitted
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    30
.It Fl d Ar cat=level[, ...]
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    31
Set debug verbosity for a specific category
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    32
.It Fl e
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    33
Start in world editor mode
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    34
.It Fl f
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    35
Fork into background (dedicated only, see
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    36
.Fl D )
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    37
.It Fl g Ar [savegame]
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    38
Load
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    39
.Ar savegame
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    40
at start or start a new game if omitted
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    41
.It Fl h
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    42
Display a summary of all options and available drivers
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    43
.It Fl i
78faeee89afa (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)
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    45
.It Fl m Ar driver
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    46
Set the music driver, see
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    47
.Fl h
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    48
.It Fl n
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    49
Start a network server
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    50
.It Fl n Ar host[#player][:port]
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    51
Join a network game, optionally specify player to play as and port to connect to
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    52
.It Fl r Ar widthxheight
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    53
Set the resolution
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    54
.It Fl s Ar driver
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    55
Set the sound driver, see
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    56
.Fl h
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    57
.It Fl t Ar date
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    58
Set the starting date
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    59
.It Fl v Ar driver
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    60
Set the video driver, see
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    61
.Fl h
2948
edc063de1950 (svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there.
matthijs
parents: 2754
diff changeset
    62
.El
2205
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    63
.Sh SEE ALSO
5355
cd06af29b842 (svn r7527) -Update appropiate files with release information for 0.5.0-RC1
Darkvater
parents: 4254
diff changeset
    64
http://wiki.openttd.org/, http://www.openttd.org
2205
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    65
.Sh HISTORY
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    66
Transport Tycoon Deluxe was written by Chris Sawyer and published by Microprose.
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    67
.Nm
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    68
is a free reimplementation.