1OPENTTD(6) BSD Games Manual OPENTTD(6)
2
4 openttd — 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 graphicsset] [-l host[:port]] [-m driver]
11 [-M musicset] [-n host[:port][#player]] [-p password]
12 [-P password] [-q savegame] [-r widthxheight] [-s driver]
13 [-S soundset] [-t year] [-v driver]
14
16 -b blitter Select the blitter blitter; see -h for a full
17 list.
18
19 -c config_file Use config_file instead of openttd.cfg.
20
21 -d [level] Set debug verbosity for all categories to level,
22 or 1 if omitted.
23
24 -d cat=lvl[,...] Set debug verbosity to lvl for a specific cate‐
25 gory cat.
26
27 -D [host][:port] Start a dedicated server.
28
29 Network debug level will be set to 6. If you
30 want to change this, set -d after setting -D.
31
32 -e Start in world editor mode.
33
34 -f Fork into background (dedicated server only, see
35 -D).
36
37 -g [savegame] Load savegame at start or start a new game if
38 omitted. savegame must be either an absolute
39 path or one relative to the current path or one
40 of the search paths.
41
42 -G seed Seed the pseudo random number generator with
43 seed.
44
45 -h Display a summary of all options and list all
46 the available AIs, blitters, sound, music and
47 video drivers, graphics sets and sound sets.
48
49 -I graphicsset Select the graphics set graphicsset; see -h for
50 a full list.
51
52 -l host[:port] Redirect DEBUG() output; see -D.
53
54 -m driver Select the music driver driver; see -h for a
55 full list.
56
57 -M musicset Select the music set musicset; see -h for a full
58 list.
59
60 -n host[:port][#player] Join a network game, optionally specifying a
61 port to connect to and player to play as.
62
63 -p password Password used to join server. Only useful with
64 -n.
65
66 -P password Password used to join company. Only useful with
67 -n.
68
69 -q savegame Write some information about the specified
70 savegame and exit.
71
72 -r widthxheight Set the resolution to width × height pixels.
73
74 -s driver Select the sound driver driver; see -h for a
75 full list.
76
77 -S soundset Select the sound set soundset; see -h for a full
78 list.
79
80 -t year Set the starting year to year.
81
82 -v driver Select the video driver driver; see -h for a
83 full list.
84
85 -x Do not automatically save to config file on
86 exit.
87
89 Wiki: https://wiki.openttd.org (includes community maintained manual),
90 Forum: https://forum.openttd.org, News: https://www.openttd.org
91
93 Transport Tycoon Deluxe was written by Chris Sawyer and published by
94 Microprose. openttd is a free reimplementation.
95
96BSD October 13, 2014 BSD