
openttd
List of commands for openttd:
-
openttd:tldr:4d735 openttd: Start with a custom configuration file.$ openttd -c ${filename}try on your machineexplain this command
-
openttd:tldr:6b290 openttd: Start with the specified window resolution.$ openttd -r ${1920x1080}try on your machineexplain this command
-
openttd:tldr:9597f openttd: Start a dedicated server, forked in the background.$ openttd -f -D ${host}:${port}try on your machineexplain this command
-
openttd:tldr:bad49 openttd: Load save game at start.$ openttd -g ${filename}try on your machineexplain 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 machineexplain this command
-
openttd:tldr:fddcc openttd: Join a server with a password.$ openttd -n ${host}:${port}#${player_name} -p ${password}try on your machineexplain this command