Skip to content

Instantly share code, notes, and snippets.

View thomasmalley's full-sized avatar

thomasmalley

  • Düsseldorf, Germany
  • 07:25 (UTC +01:00)
View GitHub Profile
@thomasmalley
thomasmalley / openttd.cfg
Last active September 4, 2024 16:12
OpenTTD 14.1 Multiplayer Config
[misc]
display_opt = SHOW_TOWN_NAMES|SHOW_STATION_NAMES|SHOW_SIGNS|FULL_ANIMATION|FULL_DETAIL|WAYPOINTS|SHOW_COMPETITOR_SIGNS
fullscreen = false
video_hw_accel = true
video_vsync = false
support8bpp = no
soundsset =
musicset =
videodriver =
musicdriver =
@thomasmalley
thomasmalley / openttd_14.1_dedicated_debian
Last active September 4, 2024 19:35
OpenTTD 14.1 Dedicated Server on Linode Nanode 1GB running Debian 12
# Connect via ssh
$ ssh root@ipadress
# Run updates
$ sudo apt update && sudo apt upgrade
# Install tools
$ sudo apt install screen unzip
# Install game dependencies