mirror of https://github.com/OpenTTD/OpenTTD
(svn r15364) -Update: the man page
parent
546cd4f70e
commit
93ed94c493
|
@ -1,32 +1,34 @@
|
||||||
.\" Hey, EMACS: -*- nroff -*-
|
.\" Hey, EMACS: -*- nroff -*-
|
||||||
.\" Please adjust this date whenever revising the manpage.
|
.\" Please adjust this date whenever revising the manpage.
|
||||||
.Dd Jul 20, 2008
|
.Dd Feb 05, 2009
|
||||||
.Dt OPENTTD 6
|
.Dt OPENTTD 6
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm openttd
|
.Nm openttd
|
||||||
.Nd An open source clone of the Microprose game "Transport Tycoon Deluxe"
|
.Nd An open source clone of the Microprose game "Transport Tycoon Deluxe"
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Op Fl Defhix
|
.Op Fl efhx
|
||||||
.Op Fl G Ar seed
|
.Op Fl a Ar ai
|
||||||
.Op Fl b Ar blitter
|
.Op Fl b Ar blitter
|
||||||
.Op Fl d Ar [level | cat=lvl[, ...]]
|
|
||||||
.Op Fl c Ar config_file
|
.Op Fl c Ar config_file
|
||||||
|
.Op Fl d Ar [level | cat=lvl[, ...]]
|
||||||
|
.Op Fl D Ar [host][:port]
|
||||||
.Op Fl g Ar [savegame]
|
.Op Fl g Ar [savegame]
|
||||||
|
.Op Fl G Ar seed
|
||||||
|
.Op Fl i Ar palette
|
||||||
|
.Op Fl I Ar graphicsset
|
||||||
.Op Fl l Ar host[:port]
|
.Op Fl l Ar host[:port]
|
||||||
|
.Op Fl m Ar driver
|
||||||
.Op Fl n Ar host[:port][#player]
|
.Op Fl n Ar host[:port][#player]
|
||||||
.Op Fl r Ar widthxheight
|
.Op Fl r Ar widthxheight
|
||||||
.Op Fl t Ar date
|
|
||||||
.Op Fl m Ar driver
|
|
||||||
.Op Fl s Ar driver
|
.Op Fl s Ar driver
|
||||||
|
.Op Fl t Ar year
|
||||||
.Op Fl v Ar driver
|
.Op Fl v Ar driver
|
||||||
.Op Fl b Ar blitter
|
|
||||||
.Sh OPTIONS
|
.Sh OPTIONS
|
||||||
.Bl -tag -width ".Fl n Ar host[:port][#player]"
|
.Bl -tag -width ".Fl n Ar host[:port][#player]"
|
||||||
.It Fl D Ar [host][:port]
|
.It Fl a Ar ai
|
||||||
Start a dedicated server
|
Set the AI, see
|
||||||
.It Fl G Ar seed
|
.Fl h
|
||||||
Seed the pseudo random number generator
|
|
||||||
.It Fl b Ar blitter
|
.It Fl b Ar blitter
|
||||||
Set the blitter, see
|
Set the blitter, see
|
||||||
.Fl h
|
.Fl h
|
||||||
|
@ -38,6 +40,10 @@ Set debug verbosity for all categories to
|
||||||
or 1 if omitted
|
or 1 if omitted
|
||||||
.It Fl d Ar cat=level[, ...]
|
.It Fl d Ar cat=level[, ...]
|
||||||
Set debug verbosity for a specific category
|
Set debug verbosity for a specific category
|
||||||
|
.It Fl D Ar [host][:port]
|
||||||
|
Start a dedicated server
|
||||||
|
.It Fl G Ar seed
|
||||||
|
Seed the pseudo random number generator
|
||||||
.It Fl e
|
.It Fl e
|
||||||
Start in world editor mode
|
Start in world editor mode
|
||||||
.It Fl f
|
.It Fl f
|
||||||
|
@ -48,9 +54,13 @@ Load
|
||||||
.Ar savegame
|
.Ar savegame
|
||||||
at start or start a new game if omitted
|
at start or start a new game if omitted
|
||||||
.It Fl h
|
.It Fl h
|
||||||
Display a summary of all options and available drivers
|
Display a summary of all options and available AIs, blitters, drivers and graphic sets
|
||||||
.It Fl i
|
.It Fl i Ar palette
|
||||||
Force to use the DOS palette (use this if you see a lot of magenta)
|
Set the palette, see
|
||||||
|
.Fl h
|
||||||
|
.It Fl I Ar graphicsset
|
||||||
|
Set the graphics set, see
|
||||||
|
.Fl h
|
||||||
.It Fl l Ar host[:port]
|
.It Fl l Ar host[:port]
|
||||||
Redirect DEBUG(), See
|
Redirect DEBUG(), See
|
||||||
.Fl D
|
.Fl D
|
||||||
|
@ -64,8 +74,8 @@ Set the resolution
|
||||||
.It Fl s Ar driver
|
.It Fl s Ar driver
|
||||||
Set the sound driver, see
|
Set the sound driver, see
|
||||||
.Fl h
|
.Fl h
|
||||||
.It Fl t Ar date
|
.It Fl t Ar year
|
||||||
Set the starting date
|
Set the starting year
|
||||||
.It Fl v Ar driver
|
.It Fl v Ar driver
|
||||||
Set the video driver, see
|
Set the video driver, see
|
||||||
.Fl h
|
.Fl h
|
||||||
|
|
Loading…
Reference in New Issue