openttd

Open source clone of the Microprose game "Transport Tycoon Deluxe". More information: <https://www.openttd.org>.

Install

All systems
curl cmd.cat/openttd.sh
Debian Debian
apt-get install openttd
Ubuntu
apt-get install openttd
Arch Arch Linux
pacman -S openttd
image/svg+xml Kali Linux
apt-get install openttd
Fedora
dnf install openttd
Windows (WSL2)
sudo apt-get update sudo apt-get install openttd
OS X
brew install openttd
Raspbian
apt-get install openttd

Open source clone of the Microprose game "Transport Tycoon Deluxe". More information: <https://www.openttd.org>.

  • Start a new game:
    openttd -g
  • Load save game at start:
    openttd -g path/to/file
  • Start with the specified window resolution:
    openttd -r 1920x1080
  • Start with a custom configuration file:
    openttd -c path/to/file
  • Start with selected video, sound, and music drivers:
    openttd -v video_driver -s sound_driver -m music_driver
  • Start a dedicated server, forked in the background:
    openttd -f -D host:port
  • Join a server with a password:
    openttd -n host:port#player_name -p password

© tl;dr; authors and contributors