mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-12 02:22:26 +01:00
Modify readme.md to be more clear about Gitter channels
This commit is contained in:
committed by
Michael Steenbeek
parent
e225ea2bc0
commit
49cdb021f7
36
readme.md
36
readme.md
@@ -1,18 +1,35 @@
|
|||||||
# OpenRCT2
|
# OpenRCT2
|
||||||
An open-source re-implementation of RollerCoaster Tycoon 2. A construction and management simulation video game that simulates amusement park management.
|
An open-source re-implementation of RollerCoaster Tycoon 2. A construction and management simulation video game that simulates amusement park management.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### Build Status
|
### Build Status
|
||||||
| | Windows | Linux / Mac | Download |
|
| | 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) |
|
| **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) |
|
| **develop** | [](https://ci.appveyor.com/project/IntelOrca/openrct2-ject9) | [](https://travis-ci.org/OpenRCT2/OpenRCT2) | [](https://openrct2.org/downloads/develop/latest) |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### Chat
|
### Chat
|
||||||
English:<br />
|
You only need a GitHub or Twitter account to access these channels.
|
||||||
[](https://gitter.im/OpenRCT2/OpenRCT2/non-dev)<br />
|
|
||||||
[](https://gitter.im/OpenRCT2/OpenRCT2)<br />
|
If you want to help *make* the game, join the developer channel.
|
||||||
Nederlands:<br />
|
|
||||||
[](https://gitter.im/OpenRCT2/OpenRCT2/Nederlands)
|
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
|
# Contents
|
||||||
- 1 - [Introduction](#1-introduction)
|
- 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.
|
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)
|
* OpenBSD: [games/openrct2](http://openports.se/games/openrct2)
|
||||||
|
|
||||||
# 3 Building the game
|
# 3 Building the game
|
||||||
|
|
||||||
## 3.1 Building prerequisites
|
## 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)
|
- [7-Zip](http://www.7-zip.org/) (for deployment only)
|
||||||
- [NSIS](http://nsis.sourceforge.net/) (for deployment only)
|
- [NSIS](http://nsis.sourceforge.net/) (for deployment only)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### macOS:
|
### macOS:
|
||||||
- Xcode 8
|
- 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).
|
Detailed instructions can be found on our [wiki](https://github.com/OpenRCT2/OpenRCT2/wiki/Building-OpenRCT2-on-Linux).
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# 4 Contributing
|
# 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.
|
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
|
## 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).
|
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
|
# 5 Licence
|
||||||
**OpenRCT2** is licensed under the GNU General Public License version 3.
|
**OpenRCT2** is licensed under the GNU General Public License version 3.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
# 6 More information
|
# 6 More information
|
||||||
- [GitHub](https://github.com/OpenRCT2/OpenRCT2)
|
- [GitHub](https://github.com/OpenRCT2/OpenRCT2)
|
||||||
- [OpenRCT2.org](https://openrct2.org)
|
- [OpenRCT2.org](https://openrct2.org)
|
||||||
|
|||||||
Reference in New Issue
Block a user