- en
- pl
OpenTTD GitHub
Contributing to OpenTTD - guidelines
OpenTTD Doxygen
Coding style
Compiling OpenTTD
Debugging
Add a setting
Add a squirrel function
Understanding the SaveGame handler
Bumping the savegame version
Doing an OpenTTD release
Manual of style
Format of langfiles
Using OpenTTD strings
List of special strings
Using the window system
Colour codes that exist in OpenTTD
Adding a text box
Understanding the widget focus system
GUI style guide
The OpenTTD TCP protocol
The OpenTTD UDP protocol
Debugging desyncs
Server Admin Port development
The console window
Console commands
Console variables
Using console scripting
Adding functions/commands to the console
Adding variables to the console
Console development history
Graphics and similar (NewGRF)
AI framework (NoAI)
GameScript framework (NoGO)
Social Integration
Map array (landscape grid)
Vehicles
Pathfinding
Train acceleration
Sound IDs
The map array is a key concept in many cases when developing for OpenTTD.
The GitHub docs folder contains two documents which show the arrangement of bytes in the map array, and the features they represent.
- https://github.com/OpenTTD/OpenTTD/blob/master/docs/landscape.html
- https://github.com/OpenTTD/OpenTTD/blob/master/docs/landscape_grid.html
These are html documents, which GitHub does not (as of October 2019) display as html in the browser.
If you have a git checkout of OpenTTD source, the landscape docs can be opened locally in a browser from the /docs folder.
(At your own risk) they can also be viewed in the browser with a github->html converter service: