Forrest logo
tool overview
On this page you find all important commands for the CLI tool openttd. If the command you are looking for is missing please ask our AI.

openttd

OpenTTD is a command line tool used for playing the game Transport Tycoon Deluxe. It is an open-source and cross-platform simulation game where players build and manage transport networks. The tool allows players to create and operate various transportation systems like rail, road, water, and even air networks. OpenTTD provides a wide range of options and features for players to customize their gameplay experience, such as different scenarios, multiplayer support, and a robust modding community. The game includes AI opponents with varying difficulty levels to challenge players. Players can also engage in cooperative or competitive multiplayer gameplay with others around the world. OpenTTD supports both single-player and multiplayer modes and offers a realistic and immersive experience for transport enthusiasts. The game has a dedicated and active community that continuously contributes updates, patches, and new content to enhance the gameplay further. Overall, OpenTTD is a powerful and highly configurable command line tool for fans of transport simulation games.

List of commands for openttd:

  • openttd:tldr:4d735 openttd: Start with a custom configuration file.
    $ openttd -c ${filename}
    try on your machine
    explain this command
  • openttd:tldr:6b290 openttd: Start with the specified window resolution.
    $ openttd -r ${1920x1080}
    try on your machine
    explain this command
  • openttd:tldr:73c9a openttd: Start a new game.
    $ openttd -g
    try on your machine
    explain this command
  • openttd:tldr:9597f openttd: Start a dedicated server, forked in the background.
    $ openttd -f -D ${host}:${port}
    try on your machine
    explain this command
  • openttd:tldr:bad49 openttd: Load save game at start.
    $ openttd -g ${filename}
    try on your machine
    explain this command
  • openttd:tldr:f571b openttd: Start with selected video, sound, and music drivers.
    $ openttd -v ${video_driver} -s ${sound_driver} -m ${music_driver}
    try on your machine
    explain this command
  • openttd:tldr:fddcc openttd: Join a server with a password.
    $ openttd -n ${host}:${port}#${player_name} -p ${password}
    try on your machine
    explain this command
tool overview