From 2a99448fac5d8168f8d48d31157b5ce1e35798b3 Mon Sep 17 00:00:00 2001
From: Bracconiere
Date: Fri, 17 Apr 2015 03:53:43 +0300
Subject: [PATCH] 3-4...
---
README.md | 51 ++++++++++++++++++++++++++++-----------------------
1 file changed, 28 insertions(+), 23 deletions(-)
diff --git a/README.md b/README.md
index 7e7a477834..f37927c77c 100644
--- a/README.md
+++ b/README.md
@@ -8,52 +8,57 @@
alt="ACE3 Wiki" />
-
-
-
+
+
+
+
-Requires the latest version of CBA A3 | BIF thread | Facebook | YouTube | Twitter
+Requires the latest version of CBA A3. Visit us on Facebook | YouTube | Twitter
**ACE3** is a joint effort by the teams behind **ACE2**, **AGM** and **CSE** to improve the realism and authenticity of Arma 3.
-The project is entirely **open-source**. Feel free to propose changes or maintain their own, customized version as long as they make their changes open to the public in accordance with the GNU General Public License (for more information check the license file attached to this project).
+The project is entirely **open-source** and all contributions are welcome. Feel free to maintain your own custom version, so long as the changes you make are open to the public in accordance with the GNU General Public License:
+* [`LICENSE`](https://github.com/acemod/ACE3/blob/master/LICENSE)
-The mod is **built modularly**, so almost any PBO can be removed. This way, a team can maintain its own tailored version of ACE that might exclude any components they don't need, or those possibly conflicting with other add-ons. Modules themselves, e.g. the medical system, also include various customization options, allowing mission designers to tweak the overall experience.
+The mod is **built modularly**, so almost any included PBO can be easily removed from the configuration. This way, a team can maintain its own tailored version of ACE by simply excluding any components they don't need, or those that might possibly conflict with other add-ons. Modules themselves, e.g. the medical system, also include various customization options, allowing mission designers to tweak the overall experience.
### Features
-* Improved medical system
-* Logistics system including cargo transport and vehicle maintenance
-* Explosives system including different trigger types
-* Captivity system
-* Realistic names for vehicles and weapons
-* Realistic ballistics including wind and humidity
-* Backblast simulation
-* A fire control system for armored vehicles and helicopters
- ***and more...***
+* Improved medical system
+* Logistics system including cargo transport and vehicle maintenance
+* Explosives system including different trigger types
+* Captivity system
+* Realistic names for vehicles and weapons
+* Realistic ballistics including wind and humidity
+* Backblast simulation
+* A fire control system for armored vehicles and helicopters
+ ***and more...***
-#### Guides & How-Tos
-If you installed ACE3 but have trouble understanding how it all works, or where to start, read this article:
-* [Getting Started](https://github.com/acemod/ACE3/blob/master/documentation/user/getting-started.md)
+#### Guides & how-tos
+If you installed ACE3 but have trouble understanding how it all works, or where to start, read this:
+* [Getting started](https://github.com/acemod/ACE3/blob/master/documentation/user/getting-started.md)
#### Contributing
-You can help out with the ongoing development by looking for potential bugs in the existing code, or by contributing new features. To contribute something to ACE, simply fork this repository and submit your pull requests for review by other collaborators. In the process, please add yourself to the author array of any PBO you will be editing and the [AUTHORS.txt](https://github.com/acemod/ACE3/blob/master/AUTHORS.txt) file; including a valid email address.
+You can help out with the ongoing development by looking for potential bugs in our code base, or by contributing new features. To contribute something to ACE, simply fork this repository and submit your pull requests for review by other collaborators. Remember to add yourself to the author array of any PBO you will be editing and the [`AUTHORS.txt`](https://github.com/acemod/ACE3/blob/master/AUTHORS.txt) file; including a valid email address.
-Please, use our [Issue Tracker](https://github.com/acemod/ACE3/issues) to report a bug, propose a feature, or suggest a change to the existing set. See also:
+Please, use our [Issue Tracker](https://github.com/acemod/ACE3/issues) to report a bug, propose a feature, or suggest changes to the existing ones. See also:
* [How to report an issue](http://ace3mod.com/wiki/user/how-to-report-an-issue.html)
* [How to make a feature request](http://ace3mod.com/wiki/user/how-to-make-a-feature-request.html)
-#### Testing & Building
-If you want to help us test the latest development changes, first download our master branch directly ([link](https://github.com/acemod/ACE3/archive/master.zip)), or using [git commands](https://help.github.com/articles/fetching-a-remote/), then create a test build:
-* [Setting Up The Development Environment](https://github.com/acemod/ACE3/blob/master/documentation/development/setting-up-the-development-environment.md) — step-by-step instructions on how to properly setup and build a version of ACE for testing purposes.
+#### Testing & building
+To help us test the latest development changes, first, download our master branch ([directly](https://github.com/acemod/ACE3/archive/master.zip), or with [git commands](https://help.github.com/articles/fetching-a-remote/)), then assemble a local test build:
+* [Setting up the development environment](https://github.com/acemod/ACE3/blob/master/documentation/development/setting-up-the-development-environment.md) — step-by-step instructions on how to properly setup and build a version of ACE for testing purposes.