1OPENTTD(6) BSD Games Manual OPENTTD(6)
2
4 openttd — An open source clone of the Microprose game Transport Tycoon
5 Deluxe
6
8 openttd [-efhx] [-b blitter] [-c config_file]
9 [-d [level | cat=lvl[,...]]] [-D [host][:port]] [-g [savegame]]
10 [-G seed] [-i palette] [-I graphicsset] [-l host[:port]]
11 [-m driver] [-M musicset] [-n host[:port][#player]] [-p password]
12 [-P password] [-r widthxheight] [-s driver] [-S soundset]
13 [-t year] [-v driver]
14
16 -b blitter Set the blitter, see -h for a full list
17
18 -c config_file Use 'config_file' instead of 'openttd.cfg'
19
20 -d [level] Set debug verbosity for all categories to level
21 or 1 if omitted
22
23 -d cat=level[,...] Set debug verbosity for a specific category
24
25 -D [host][:port] Start a dedicated server. Sets network debug
26 level to 6. If you want to change this, use -d
27 after -D
28
29 -G seed Seed the pseudo random number generator
30
31 -e Start in world editor mode
32
33 -f Fork into background (dedicated server only, see
34 -D)
35
36 -g [savegame] Load savegame at start or start a new game if
37 omitted. The savegame must be either absolute or
38 relative to the current path or one of the
39 search paths.
40
41 -h Display a summary of all options and lists all
42 the available AIs, blitters, sound, music and
43 video drivers, graphics sets and sound sets.
44
45 -i palette Set the palette. '0' for the DOS palette, '1'
46 for the Windows palette and '2' to autodetect
47 (default).
48
49 The palette depends where the base graphics set
50 originated from. If it came from the Transport
51 Tycoon Deluxe for DOS it has the DOS palette, if
52 it came from the Windows version of Transport
53 Tycoon Deluxe it has the Windows palette. All
54 others likely have the Windows palette as that
55 is the most used palette.
56
57 -I graphicsset Set the graphics set, see -h for a full list
58
59 -l host[:port] Redirect DEBUG(), See -D
60
61 -m driver Set the music driver, see -h for a full list
62
63 -M musicset Set the music set, see -h for a full list
64
65 -n host[:port][#player] Join a network game, optionally specify a port
66 to connect to and player to play as
67
68 -p password Password used to join server. Only useful with
69 -n
70
71 -P password Password used to join company. Only useful with
72 -n
73
74 -r widthxheight Set the resolution
75
76 -s driver Set the sound driver, see -h for a full list
77
78 -S soundset Set the sound set, see -h for a full list
79
80 -t year Set the starting year
81
82 -v driver Set the video driver, see -h for a full list
83
84 -x Do not automatically save to config file on exit
85
87 http://wiki.openttd.org/, http://www.openttd.org
88
90 Transport Tycoon Deluxe was written by Chris Sawyer and published by
91 Microprose. openttd is a free reimplementation.
92
93 Dec 31, 2010