LinuxCommandLibrary

openttd

Open source clone of the Microprose game "Transport Tycoon Deluxe".

TLDR

Start a new game

$ openttd -g
copy


Load save game at start
$ openttd -g [path/to/file]
copy


Start with the specified window resolution
$ openttd -r [1920x1080]
copy


Start with a custom configuration file
$ openttd -c [path/to/file]
copy


Start with selected video, sound, and music drivers
$ openttd -v [video_driver] -s [sound_driver] -m [music_driver]
copy


Start a dedicated server, forked in the background
$ openttd -f -D [host]:[port]
copy


Join a server with a password
$ openttd -n [host]:[port]#[player_name] -p [password]
copy

Copied to clipboard