descriptionOpenTTD - with additional patches
homepage URLhttps://github.com/JGRennison/OpenTTD-patches
repository URLhttps://github.com/JGRennison/OpenTTD-patches.git
ownerkazuki.przyborowski@gmail.com
last changeSun, 12 May 2024 21:48:18 +0000 (12 22:48 +0100)
last refreshTue, 14 May 2024 03:36:05 +0000 (14 05:36 +0200)
content tags
add:
README.md

JGR's Patchpack version 0.59.0

This is a collection of features and other modifications applied to OpenTTD.
It's a separate version of the game which can be installed and played alongside the standard game, not a loadable mod (NewGRF, script, or so on).

This is mainly intended to be used by players who are already familiar with the standard game and how to play it.
It is not aimed at beginner/novice players. Some features and settings are there for very experienced players and so may have a steep learning curve.


OpenTTD is a transport simulation game based upon the popular game Transport Tycoon Deluxe, written by Chris Sawyer. It attempts to mimic the original game as closely as possible while extending it with new features.

OpenTTD is licensed under the GNU General Public License version 2.0, but includes some 3rd party software under different licenses. See the section "Licensing" below for details,


See below for the original OpenTTD readme.

See jgrpp-changelog.md for the changelog.

See the wiki for guides on how to use some of the included features.

See installation.md for instructions on how to install.

The TT-Forums thread for this patchpack can be found here.

(Nearly all of the patches which are listed below have been modified, fixed or extended in some way, and so are not the same as the originals which are linked).

Railways and Trains

Roads and Road Vehicles

Level Crossings

Bridges and Tunnels

Airports

Ships

Vehicles in General

Orders and Timetabling

Stations

Towns

Industries

Map and Landscaping

Construction

Scenario Editor

Interface and Visuals

Limits

Time and Date

Multiplayer

Money

Cheats

Input

Console and Scripts

Miscellaneous

Save/load and savegame format changes

Caveats for loading savegames from the Spring 2013 Patch Pack:

Caveats for loading savegames from Joker's Patch Pack:

Caveats for loading savegames from Chill's Patch Pack:

A note on branches

Many features have two branches, the feature branches are just the raw features, without any modified savegame code.
There are not generally savegame compatible with anything else, except for loading of trunk savegame versions at or before the point where the branch diverged from trunk.
All other load attempts may result in undefined behaviour.
The feature-sx branches use the savegame framework in the save_ext branch.



OpenTTD

Table of contents

1.0) About

OpenTTD is a transport simulation game based upon the popular game Transport Tycoon Deluxe, written by Chris Sawyer. It attempts to mimic the original game as closely as possible while extending it with new features.

OpenTTD is licensed under the GNU General Public License version 2.0, but includes some 3rd party software under different licenses. See the section "Licensing" below for details.

1.1) Downloading OpenTTD

OpenTTD can be downloaded from the official OpenTTD website.

Both 'stable' and 'nightly' versions are available for download:

OpenTTD is also available for free on Steam, GOG.com, and the Microsoft Store. On some platforms OpenTTD will be available via your OS package manager or a similar service.

1.2) OpenTTD gameplay manual

OpenTTD has a community-maintained wiki, including a gameplay manual and tips.

1.3) Supported platforms

OpenTTD has been ported to several platforms and operating systems.

The currently supported platforms are:

Other platforms may also work (in particular various BSD systems), but we don't actively test or maintain these.

1.3.1) Legacy support

Platforms, languages and compilers change. We'll keep support going on old platforms as long as someone is interested in supporting them, except where it means the project can't move forward to keep up with language and compiler features.

We guarantee that every revision of OpenTTD will be able to load savegames from every older revision (excepting where the savegame is corrupt). Please report a bug if you find a save that doesn't load.

1.4) Installing and running OpenTTD

OpenTTD is usually straightforward to install, but for more help the wiki includes an installation guide.

OpenTTD needs some additional graphics and sound files to run.

For some platforms these will be downloaded during the installation process if required.

For some platforms, you will need to refer to the installation guide.

1.4.1) Free graphics and sound files

The free data files, split into OpenGFX for graphics, OpenSFX for sounds and OpenMSX for music can be found at:

Please follow the readme of these packages about the installation procedure. The Windows installer can optionally download and install these packages.

1.4.2) Original Transport Tycoon Deluxe graphics and sound files

If you want to play with the original Transport Tycoon Deluxe data files you have to copy the data files from the CD-ROM into the baseset/ directory. It does not matter whether you copy them from the DOS or Windows version of Transport Tycoon Deluxe. The Windows install can optionally copy these files.

You need to copy the following files:

1.4.3) Original Transport Tycoon Deluxe music

If you want the Transport Tycoon Deluxe music, copy the appropriate files from the original game into the baseset folder.

1.5) Add-on content / mods

OpenTTD features multiple types of add-on content, which modify gameplay in different ways.

Most types of add-on content can be downloaded within OpenTTD via the 'Check Online Content' button in the main menu.

Add-on content can also be installed manually, but that's more complicated; the OpenTTD wiki may offer help with that, or the OpenTTD directory structure guide.

1.5.1) Social Integration

OpenTTD has the ability to load plugins to integrate with Social Platforms like Steam, Discord, etc.

To enable such integration, the plugin for the specific platform has to be downloaded and stored in the social_integration folder.

See OpenTTD's website, under Downloads, for what plugins are available.

1.6) OpenTTD directories

OpenTTD uses its own directory structure to store game data, add-on content etc.

For more information, see the directory structure guide.

1.7) Compiling OpenTTD

If you want to compile OpenTTD from source, instructions can be found in COMPILING.md.

2.0) Contact and Community

'Official' channels

'Unofficial' channels

2.1) Multiplayer games

You can play OpenTTD with others, either cooperatively or competitively.

See the multiplayer documentation for more details.

2.2) Contributing to OpenTTD

We welcome contributors to OpenTTD. More information for contributors can be found in CONTRIBUTING.md

2.3) Reporting bugs

Good bug reports are very helpful. We have a guide to reporting bugs to help with this.

Desyncs in multiplayer are complex to debug and report (some software development skils are required). Instructions can be found in debugging and reporting desyncs.

2.4) Translating

OpenTTD is translated into many languages. Translations are added and updated via the online translation tool.

3.0) Licensing

OpenTTD is licensed under the GNU General Public License version 2.0. For the complete license text, see the file 'COPYING.md'. This license applies to all files in this distribution, except as noted below.

The squirrel implementation in src/3rdparty/squirrel is licensed under the Zlib license. See src/3rdparty/squirrel/COPYRIGHT for the complete license text.

The md5 implementation in src/3rdparty/md5 is licensed under the Zlib license. See the comments in the source files in src/3rdparty/md5 for the complete license text.

The fmt implementation in src/3rdparty/fmt is licensed under the MIT license. See src/3rdparty/fmt/LICENSE.rst for the complete license text.

The nlohmann json implementation in src/3rdparty/nlohmann is licensed under the MIT license. See src/3rdparty/nlohmann/LICENSE.MIT for the complete license text.

The OpenGL API in src/3rdparty/opengl is licensed under the MIT license. See src/3rdparty/opengl/khrplatform.h for the complete license text.

The catch2 implementation in src/3rdparty/catch2 is licensed under the Boost Software License, Version 1.0. See src/3rdparty/catch2/LICENSE.txt for the complete license text.

The icu scriptrun implementation in src/3rdparty/icu is licensed under the Unicode license. See src/3rdparty/icu/LICENSE for the complete license text.

The monocypher implementation in src/3rdparty/monocypher is licensed under the 2-clause BSD and CC-0 license. See src/3rdparty/monocypher/LICENSE.md for the complete license text.

The OpenTTD Social Integration API in src/3rdparty/openttd_social_integration_api is licensed under the MIT license. See src/3rdparty/openttd_social_integration_api/LICENSE for the complete license text.

4.0 Credits

See CREDITS.md

shortlog
29 hours ago Jonathan G... Fix road vehicle restart loading at same station when... jgrpp
2 days ago TELKUpdate: Korean translation
4 days ago TELKUpdate: Korean translation up to 0.59.0 (#689)
5 days ago Peter NelsonCodechange: Don't delete news items or NewGRF window...
6 days ago Jonathan G... Merge branch 'master' into jgrpp
6 days ago Jonathan G... Fix crash when sorting by capacity in autoreplace window
6 days ago Jonathan G... Use template specialisation for GUIList parameter refer...
6 days ago Jonathan G... Merge branch 'master' into jgrpp
7 days ago Jonathan G... Add setting to shorten vehicle view status text
7 days ago Jonathan G... Bump OpenTTD content version to 14.1
7 days ago Jonathan G... Fix SDL keycode to vkey mapping
8 days ago Jonathan G... Version: Committing version data for tag: jgrpp-0.59.0jgrpp-0.59.0
8 days ago Peter NelsonChange: Use standard padding for company password window.
8 days ago Jonathan G... Take cargo refit into account in build vehicle window...
8 days ago Jonathan G... De-duplicate filling TestedEngineDetails in build vehic...
8 days ago Jonathan G... Allow sorting by cargo capacity/running cost in dual...
...
tags
8 days ago jgrpp-0.59.0
4 weeks ago jgrpp-0.58.3
6 weeks ago jgrpp-0.58.2
2 months ago jgrpp-0.58.1
2 months ago jgrpp-0.58.0
3 months ago jgrpp-0.57.1
3 months ago jgrpp-0.57.0
4 months ago jgrpp-0.56.2
5 months ago jgrpp-0.56.1
5 months ago jgrpp-0.56.0
7 months ago jgrpp-0.55.3
7 months ago jgrpp-0.55.2
8 months ago jgrpp-0.55.1
8 months ago jgrpp-0.55.0
9 months ago jgrpp-0.54.5
10 months ago jgrpp-0.54.4
...
heads
29 hours ago jgrpp
6 days ago master
13 days ago tmp-jgrpp
4 months ago mapgen-water-desert-removal-circular
4 months ago wip-string-2
4 months ago wip-string
7 months ago diagonal_road_investigations
19 months ago sse-blitter-set-alpha
3 years ago desync-debugging
4 years ago save_ext
4 years ago tracerestrict
5 years ago tracerestrict-sx