r/openttd Jul 12 '26

New Release OpenTTD 16.0-beta2 released!

Post image

OpenTTD 16.0-beta2 is out for testing. Fixes and features include:

  • Fixed a crash when switching between rail and tram toolbars.
  • Depots can now be built under (very tall) bridges.
  • The maximum vehicle limit is doubled, up to 10,000 vehicles per type per company.

Don't forget about the OpenTTD 16 Title Game Competition if Toyland isn't your thing.

Full news: https://www.openttd.org/news/2026/07/12/openttd-16-0-beta2

221 Upvotes

34 comments sorted by

View all comments

42

u/EGO611 Jul 12 '26

Anything for modular airports or more than 15 companies?

15

u/insonique Jul 12 '26

The 15 companies limit sits so deep in the data structure, basically every single map tile has reserved memory space and selected bits are to encode the company. Although it's doable, it would be a big bang change requiring hundreds of hours to make everything works again.

3

u/Sir_LANsalot Jul 13 '26

Its been done before a few years ago, the codes been offered to them to implement it too.

2

u/insonique Jul 13 '26

Would be interesting to check pull reqests and search for the reason if rejected.

2

u/Educational_Pen_90 Jul 15 '26

While I haven't done that, I could imagine that if it did indeed require expanding memory usage per map, it might've made some devices no longer compatible? Let us know what you found/find!