diff --git a/README.md b/README.md index 96a3a6eb93..a0e50bdef8 100644 --- a/README.md +++ b/README.md @@ -37,12 +37,10 @@ Both 'stable' and 'nightly' versions are available for download: OpenTTD is also available for free on [Steam](https://store.steampowered.com/app/1536610/OpenTTD/), [GOG.com](https://www.gog.com/game/openttd), and the [Microsoft Store](https://www.microsoft.com/p/openttd-official/9ncjg5rvrr1c). 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](https://wiki.openttd.org/), including a gameplay manual and tips. - ## 1.3) Supported platforms OpenTTD has been ported to several platforms and operating systems. @@ -56,6 +54,7 @@ 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. @@ -72,7 +71,6 @@ For some platforms these will be downloaded during the installation process if r For some platforms, you will need to refer to [the installation guide](https://wiki.openttd.org/en/Manual/Installation). - ### 1.4.1) Free graphics and sound files The free data files, split into OpenGFX for graphics, OpenSFX for sounds and @@ -85,7 +83,6 @@ 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. @@ -100,7 +97,6 @@ You need to copy the following files: - trgir.grf or TRGI.GRF - trgtr.grf or TRGT.GRF - ### 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. @@ -108,7 +104,6 @@ If you want the Transport Tycoon Deluxe music, copy the appropriate files from t - TTD for DOS: The GM.CAT file - Transport Tycoon Original: The GM.CAT file, but rename it to GM-TTO.CAT - ## 1.5) Add-on content / mods OpenTTD features multiple types of add-on content, which modify gameplay in different ways. @@ -117,7 +112,6 @@ Most types of add-on content can be downloaded within OpenTTD via the 'Check Onl Add-on content can also be installed manually, but that's more complicated; the [OpenTTD wiki](https://wiki.openttd.org/) may offer help with that, or the [OpenTTD directory structure guide](./docs/directory_structure.md). - ### 1.5.1) Social Integration OpenTTD has the ability to load plugins to integrate with Social Platforms like Steam, Discord, etc. @@ -126,7 +120,6 @@ To enable such integration, the plugin for the specific platform has to be downl See [OpenTTD's website](https://www.openttd.org), 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. @@ -137,7 +130,6 @@ For more information, see the [directory structure guide](./docs/directory_struc If you want to compile OpenTTD from source, instructions can be found in [COMPILING.md](./COMPILING.md). - ## 2.0) Contact and Community 'Official' channels @@ -160,12 +152,10 @@ You can play OpenTTD with others, either cooperatively or competitively. See the [multiplayer documentation](./docs/multiplayer.md) for more details. - ### 2.2) Contributing to OpenTTD We welcome contributors to OpenTTD. More information for contributors can be found in [CONTRIBUTING.md](./CONTRIBUTING.md) - ### 2.3) Reporting bugs Good bug reports are very helpful. We have a [guide to reporting bugs](./CONTRIBUTING.md#bug-reports) to help with this. @@ -173,12 +163,10 @@ Good bug reports are very helpful. We have a [guide to reporting bugs](./CONTRI Desyncs in multiplayer are complex to debug and report (some software development skils are required). Instructions can be found in [debugging and reporting desyncs](./docs/debugging_desyncs.md). - ### 2.4) Translating OpenTTD is translated into many languages. Translations are added and updated via the [online translation tool](https://translator.openttd.org). - ## 3.0) Licensing OpenTTD is licensed under the GNU General Public License version 2.0. @@ -215,6 +203,6 @@ See `src/3rdparty/openttd_social_integration_api/LICENSE` for the complete licen The atomic datatype support detection in `cmake/3rdparty/llvm/CheckAtomic.cmake` is licensed under the Apache 2.0 license. See `cmake/3rdparty/llvm/LICENSE.txt` for the complete license text. -## 4.0 Credits +## 4.0) Credits See [CREDITS.md](./CREDITS.md) diff --git a/known-bugs.md b/known-bugs.md index b50fff766d..64c9628025 100644 --- a/known-bugs.md +++ b/known-bugs.md @@ -2,8 +2,8 @@ ## Table of contents -- 1.0) About -- 2.0) Known bugs +- 1.0) [About](#10-about) +- 2.0) [Known bugs](#20-known-bugs) ## 1.0) About @@ -12,7 +12,7 @@ that are the same as these. If you do, do not act surprised, because we WILL flame you! The current list of known bugs that we intend to fix can be found in our -bug tracking system at https://github.com/OpenTTD/OpenTTD/issues +bug tracking system at [https://github.com/OpenTTD/OpenTTD/issues](https://github.com/OpenTTD/OpenTTD/issues) Also check the closed bugs when searching for your bug in this system as we might have fixed the bug in the mean time.