diff --git a/readme.md b/readme.md
index f2eff725ee..036d8aed7e 100644
--- a/readme.md
+++ b/readme.md
@@ -1,18 +1,35 @@
# OpenRCT2
An open-source re-implementation of RollerCoaster Tycoon 2. A construction and management simulation video game that simulates amusement park management.
+---
+
+
+
+---
+
### Build Status
| | Windows | Linux / Mac | Download |
|-------------|---------|-------------|----------|
| **master** | [](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [](https://travis-ci.org/OpenRCT2/OpenRCT2) | [](https://openrct2.org/downloads/master/latest) |
| **develop** | [](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [](https://travis-ci.org/OpenRCT2/OpenRCT2) | [](https://openrct2.org/downloads/develop/latest) |
+---
+
### Chat
-English:
-[](https://gitter.im/OpenRCT2/OpenRCT2/non-dev)
-[](https://gitter.im/OpenRCT2/OpenRCT2)
-Nederlands:
-[](https://gitter.im/OpenRCT2/OpenRCT2/Nederlands)
+You only need a GitHub or Twitter account to access these channels.
+
+If you want to help *make* the game, join the developer channel.
+
+If you need help, want to talk to the developers, or just want to stay up to date then join the non-developer channel for your language.
+
+If you want to help translate the game to your language, please stop by the Localisation channel.
+
+| Language | Non Developer | Developer | Localisation |
+|----------|---------------|-----------|--------------|
+| English | [](https://gitter.im/OpenRCT2/OpenRCT2/non-dev) | [](https://gitter.im/OpenRCT2/OpenRCT2) | [](https://gitter.im/OpenRCT2/Localisation) |
+| Nederlands | [](https://gitter.im/OpenRCT2/OpenRCT2/Nederlands) | | |
+
+---
# Contents
- 1 - [Introduction](#1-introduction)
@@ -46,7 +63,6 @@ Some Linux distributions offer native packages already. These packages are usual
Some \*BSD operating systems offer native packages. These packages are usually third-party, but we're trying to resolve issues they are facing.
* OpenBSD: [games/openrct2](http://openports.se/games/openrct2)
-
# 3 Building the game
## 3.1 Building prerequisites
@@ -61,6 +77,8 @@ OpenRCT2 requires original files of RollerCoaster Tycoon 2 to play. It can be bo
- [7-Zip](http://www.7-zip.org/) (for deployment only)
- [NSIS](http://nsis.sourceforge.net/) (for deployment only)
+---
+
### macOS:
- Xcode 8
@@ -133,6 +151,8 @@ make
```
Detailed instructions can be found on our [wiki](https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-Linux).
+---
+
# 4 Contributing
OpenRCT2 uses the [gitflow workflow](https://www.atlassian.com/git/tutorials/comparing-workflows#gitflow-workflow). If you are implementing a new feature or logic from the original game, please branch off and perform pull requests to ```develop```. If you are fixing a bug for the next release, please branch off and perform pull requests to the correct release branch. ```master``` only contains tagged releases, you should never branch off this.
@@ -147,9 +167,13 @@ Please talk to the OpenRCT2 team first before starting to develop a new feature.
## 4.3 Translation
You can translate the game into other languages by editing the language files in ```data/language``` directory. Please join discussions and submit pull requests to [OpenRCT2/Localisation](https://github.com/OpenRCT2/Localisation).
+---
+
# 5 Licence
**OpenRCT2** is licensed under the GNU General Public License version 3.
+---
+
# 6 More information
- [GitHub](https://github.com/OpenRCT2/OpenRCT2)
- [OpenRCT2.org](https://openrct2.org)