OpenTTD

OpenTTD

108 ratings
Make your text readable
By MechWalrus
By default in openttd the text on train stations and town names becomes hard to read when you zoom out and on top of that the font size is absolutely tiny. Thankfully both of these problems can be fixed by editing a single file.
6
2
   
Award
Favorite
Favorited
Unfavorite
Go to the openttd.cfg file
(default path: C:\Users\[username]\Documents\OpenTTD\openttd.cfg) (It can be opened with notepad)

and navigate to this part:

Replace the highlighted section
with the following:
(for Windows)

small_font = Arial
medium_font = Tahoma Bold
large_font = Arial
mono_font = Courier New
small_size = 11
medium_size = 12
large_size = 20
mono_size = 12


(for Linux)

small_font = DejaVu Sans
medium_font = DejaVu Sans, Bold
large_font = DejaVu Serif, Bold
mono_font = DejaVu Sans Mono, Bold
small_size = 12
medium_size = 12
large_size = 16
mono_size = 12


(For Mac)

small_font = /Users/<username>/Library/Fonts/DejaVuSans.ttf
medium_font = /Users/<username>/Library/Fonts/DejaVuSans-Bold.ttf
large_font = /Users/<username>/Library/Fonts/DejaVuSerif-Bold.ttf
mono_font = /Users/<username>/Library/Fonts/DejaVuSansMono-Bold.ttf
small_size = 12
medium_size = 15
large_size = 20
mono_size = 14

You can also of course change the fonts and their sizes to what ever you please and have installed on your pc.
Before/After

13 Comments
Althine 29 Jan, 2024 @ 4:52pm 
OMG THANK YOU
MdeValnor 28 Sep, 2023 @ 11:42pm 
You Rock
Ҩᴜメøtic 28 Mar, 2023 @ 3:19am 
thanks a lot bud
LeonardMT 14 Nov, 2022 @ 12:10pm 
@Lazy Invincible General The game's open source, so dive into the code if you want.
MAT 2 Jun, 2022 @ 2:04am 
Thanks!
MechWalrus  [author] 3 Jul, 2021 @ 1:14pm 
To my knowledge no, but a background on the text option would be a nice accessibility feature.
Lazy Invincible General 3 Jul, 2021 @ 12:49pm 
is there a option to give it something of a background, or increase the black area around each area?
MarekSlaski 22 Apr, 2021 @ 10:04am 
Many thx for this one. :steamthumbsup:
MechWalrus  [author] 19 Apr, 2021 @ 6:26am 
The Linux fix does also work on windows but it definitely won't work on Mac, so I'll update the guide and add a separate fix for windows just in case.
Edward_shooter 19 Apr, 2021 @ 5:47am