matthijs@680: .\" Hey, EMACS: -*- nroff -*- matthijs@680: .\" Please adjust this date whenever revising the manpage. skidd13@9668: .Dd Jul 20, 2008 tron@2205: .Dt OPENTTD 6 tron@2205: .Sh NAME Darkvater@3339: .Nm openttd tron@2205: .Nd An open source clone of the Microprose game "Transport Tycoon Deluxe" tron@2205: .Sh SYNOPSIS tron@2205: .Nm skidd13@9668: .Op Fl Defhix tron@2205: .Op Fl G Ar seed skidd13@9668: .Op Fl b Ar blitter tron@2205: .Op Fl d Ar [level | cat=lvl[, ...]] skidd13@9668: .Op Fl c Ar config_file tron@2205: .Op Fl g Ar [savegame] skidd13@9668: .Op Fl l Ar host[:port] Darkvater@6168: .Op Fl n Ar host[:port][#player] tron@2205: .Op Fl r Ar widthxheight tron@2205: .Op Fl t Ar date tron@2205: .Op Fl m Ar driver tron@2205: .Op Fl s Ar driver tron@2205: .Op Fl v Ar driver skidd13@9668: .Op Fl b Ar blitter tron@2205: .Sh OPTIONS Darkvater@6168: .Bl -tag -width ".Fl n Ar host[:port][#player]" skidd13@9668: .It Fl D Ar [host][:port] tron@2205: Start a dedicated server tron@2205: .It Fl G Ar seed tron@2205: Seed the pseudo random number generator skidd13@9668: .It Fl b Ar blitter skidd13@9668: Set the blitter, see skidd13@9668: .Fl h skidd13@9668: .It Fl c Ar config_file skidd13@9668: Use 'config_file' instead of 'openttd.cfg' tron@2205: .It Fl d Ar [level] tron@2205: Set debug verbosity for all categories to tron@2205: .Ar level tron@2205: or 1 if omitted tron@2205: .It Fl d Ar cat=level[, ...] tron@2205: Set debug verbosity for a specific category tron@2205: .It Fl e tron@2205: Start in world editor mode tron@2205: .It Fl f tron@2205: Fork into background (dedicated only, see tron@2205: .Fl D ) tron@2205: .It Fl g Ar [savegame] tron@2205: Load tron@2205: .Ar savegame tron@2205: at start or start a new game if omitted tron@2205: .It Fl h tron@2205: Display a summary of all options and available drivers tron@2205: .It Fl i tron@2205: Force to use the DOS palette (use this if you see a lot of magenta) skidd13@9668: .It Fl l Ar host[:port] skidd13@9668: Redirect DEBUG(), See skidd13@9668: .Fl D tron@2205: .It Fl m Ar driver tron@2205: Set the music driver, see tron@2205: .Fl h Darkvater@6168: .It Fl n Ar host[:port][#player] tron@2205: Join a network game, optionally specify player to play as and port to connect to tron@2205: .It Fl r Ar widthxheight tron@2205: Set the resolution tron@2205: .It Fl s Ar driver tron@2205: Set the sound driver, see tron@2205: .Fl h tron@2205: .It Fl t Ar date tron@2205: Set the starting date tron@2205: .It Fl v Ar driver tron@2205: Set the video driver, see tron@2205: .Fl h skidd13@9668: .It Fl x skidd13@9668: Do not automatically save to config file on exit matthijs@2948: .El tron@2205: .Sh SEE ALSO Darkvater@5355: http://wiki.openttd.org/, http://www.openttd.org tron@2205: .Sh HISTORY tron@2205: Transport Tycoon Deluxe was written by Chris Sawyer and published by Microprose. tron@2205: .Nm tron@2205: is a free reimplementation.