From 49cdb021f788e95f3be04149585d4a5fecc2f01c Mon Sep 17 00:00:00 2001 From: Krutonium Date: Sat, 8 Jul 2017 04:28:55 -0400 Subject: [PATCH] Modify readme.md to be more clear about Gitter channels --- readme.md | 36 ++++++++++++++++++++++++++++++------ 1 file changed, 30 insertions(+), 6 deletions(-) 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. +--- + +![OpenRCT2.org Group Park 5](https://i.imgur.com/e7CK5Sc.png) + +--- + ### Build Status | | Windows | Linux / Mac | Download | |-------------|---------|-------------|----------| | **master** | [![AppVeyor](https://ci.appveyor.com/api/projects/status/7efnemxhon6i5n34/branch/master?svg=true)](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [![Travis CI](https://travis-ci.org/OpenRCT2/OpenRCT2.svg?branch=master)](https://travis-ci.org/OpenRCT2/OpenRCT2) | [![OpenRCT2.org](https://img.shields.io/badge/master-v0.0.7-green.svg)](https://openrct2.org/downloads/master/latest) | | **develop** | [![AppVeyor](https://ci.appveyor.com/api/projects/status/7efnemxhon6i5n34/branch/develop?svg=true)](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [![Travis CI](https://travis-ci.org/OpenRCT2/OpenRCT2.svg?branch=develop)](https://travis-ci.org/OpenRCT2/OpenRCT2) | [![OpenRCT2.org](https://img.shields.io/badge/develop-v0.0.8-blue.svg)](https://openrct2.org/downloads/develop/latest) | +--- + ### Chat -English:
-[![Gitter](https://img.shields.io/badge/gitter-general-blue.svg)](https://gitter.im/OpenRCT2/OpenRCT2/non-dev)
-[![Gitter](https://img.shields.io/badge/gitter-development-yellowgreen.svg)](https://gitter.im/OpenRCT2/OpenRCT2)
-Nederlands:
-[![Gitter](https://img.shields.io/badge/gitter-general-blue.svg)](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 | [![Gitter](https://img.shields.io/badge/gitter-general-blue.svg)](https://gitter.im/OpenRCT2/OpenRCT2/non-dev) | [![Gitter](https://img.shields.io/badge/gitter-development-yellowgreen.svg)](https://gitter.im/OpenRCT2/OpenRCT2) | [![Gitter](https://img.shields.io/badge/gitter-localisation-green.svg)](https://gitter.im/OpenRCT2/Localisation) | +| Nederlands | [![Gitter](https://img.shields.io/badge/gitter-general-blue.svg)](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)