docs/openttd.6
author convert-repo
Mon, 07 Apr 2008 16:21:55 +0000
changeset 10076 dfd70e42c4ae
parent 8084 07d54cc15596
permissions -rw-r--r--
update tags
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.
8084
07d54cc15596 (svn r11115) -Merge: release changes from 0.5.
rubidium
parents: 7602
diff changeset
     3
.Dd Sep 15, 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]
6494
2c4fc049d5c6 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater
parents: 6216
diff changeset
    14
.Op Fl n Ar host[:port][#player]
2205
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
6494
2c4fc049d5c6 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater
parents: 6216
diff changeset
    21
.Bl -tag -width ".Fl n Ar host[:port][#player]"
2205
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
6494
2c4fc049d5c6 (svn r8926) -Merge: Release changes from the 0.5 branch back to trunk. This ensures an updated changelog, readme, etc.
Darkvater
parents: 6216
diff changeset
    48
.It Fl n Ar host[:port][#player]
2205
78faeee89afa (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
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    50
.It Fl r Ar widthxheight
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    51
Set the resolution
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    52
.It Fl s Ar driver
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    53
Set the sound driver, see
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    54
.Fl h
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    55
.It Fl t Ar date
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    56
Set the starting date
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    57
.It Fl v Ar driver
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    58
Set the video driver, see
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    59
.Fl h
2948
edc063de1950 (svn r3507) - Fix: [Makefile] Make sure the ICON_DIR gets created before copying files there.
matthijs
parents: 2754
diff changeset
    60
.El
2205
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    61
.Sh SEE ALSO
5355
cd06af29b842 (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
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    63
.Sh HISTORY
78faeee89afa (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.
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    65
.Nm
78faeee89afa (svn r2723) Make the manual page more informative
tron
parents: 810
diff changeset
    66
is a free reimplementation.