-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add: 13.0 release announcement (#249)
Co-authored-by: Tyler Trahan <tyler@tylertrahan.com>
- Loading branch information
1 parent
cd5795f
commit cf198ad
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: OpenTTD 13.0 | ||
author: michi_cc | ||
--- | ||
|
||
Breaking news: OpenTTD 13.0 is now available! Depending on your perspective, we're either two months early for our usual April 1st release, or a bit tardy for the Christmas 2022 release we intended. | ||
|
||
We think the wait has been worth it. This is one of the largest releases we've done in several years, with numerous features and improvements covering the user interface, gameplay features, and modding extensions for NewGRF and Game Script creators. | ||
|
||
Some of the highlights are: | ||
* Variable interface scaling at whatever size you want (not just 2x and 4x), with optional chunky bevels for that retro feel. This includes better automatic scaling when using HiDPI or mixed DPI setups. | ||
* Direct access to NewGRF/AI/GS settings from the new game window. | ||
* Various small tweaks and improvements to several windows. | ||
* NewGRFs can now provide engine variants that are shown hierarchically in the purchase list. | ||
* Multi-track level crossings to keep road vehicles from stopping in the middle of the crossing. | ||
* Custom league tables for GameScripts. | ||
* More natural rivers which get wider as they flow downstream. | ||
* And much more, which can be seen in the changelog or the previous release announcements! | ||
|
||
In addition to these features and improvements, we've fixed lots of bugs. (If you played with the RC2 testing release, most were fixed before then. See the changelog for full details.) | ||
|
||
|
||
* [Download](https://www.openttd.org/downloads/openttd-releases/latest.html) | ||
* [Changelog](https://cdn.openttd.org/openttd-releases/13.0/changelog.txt) | ||
* [Bug tracker](https://github.com/OpenTTD/OpenTTD/issues) |