mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
90 lines
5.5 KiB
Markdown
90 lines
5.5 KiB
Markdown
<p align="center">
|
||
<img src="https://github.com/acemod/ACE3/raw/master/extras/assets/logo/black/ACE3-Logo.jpg" width="480">
|
||
</p>
|
||
|
||
<p align="center">
|
||
<a href="https://github.com/acemod/ACE3/releases/latest">
|
||
<img src="https://img.shields.io/badge/Version-3.8.2-blue.svg?style=flat-square" alt="ACE3 Version">
|
||
</a>
|
||
<a href="https://github.com/acemod/ACE3/issues">
|
||
<img src="https://img.shields.io/github/issues-raw/acemod/ACE3.svg?style=flat-square&label=Issues" alt="ACE3 Issues">
|
||
</a>
|
||
<a href="https://github.com/acemod/ACE3/releases">
|
||
<img src="https://img.shields.io/github/downloads/acemod/ACE3/total.svg?style=flat-square&label=Downloads" alt="ACE3 Downloads">
|
||
</a>
|
||
<a href="https://forums.bistudio.com/topic/181341-ace3-a-collaborative-merger-between-agm-cse-and-ace/?p=2859670">
|
||
<img src="https://img.shields.io/badge/BIF-Thread-lightgrey.svg?style=flat-square" alt="BIF Thread">
|
||
</a>
|
||
<a href="https://github.com/acemod/ACE3/blob/master/LICENSE">
|
||
<img src="https://img.shields.io/badge/License-GPLv2-red.svg?style=flat-square" alt="ACE3 License">
|
||
</a>
|
||
<a href="http://slackin.ace3mod.com/">
|
||
<img src="http://slackin.ace3mod.com/badge.svg?style=flat-square&label=Slack" alt="ACE3 Slack">
|
||
</a>
|
||
<a href="https://travis-ci.org/acemod/ACE3">
|
||
<img src="https://img.shields.io/travis/acemod/ACE3.svg?style=flat-square&label=Build" alt="ACE3 Build Status">
|
||
</a>
|
||
</p>
|
||
|
||
<p align="center">
|
||
<sup><strong>Requires the latest version of <a href="https://github.com/CBATeam/CBA_A3/releases">CBA A3</a>.<br/>
|
||
Visit us on <a href="https://twitter.com/ACE3Mod">Twitter</a> | <a href="https://www.facebook.com/ACE3Mod">Facebook</a> | <a href="https://www.youtube.com/c/ACE3Mod">YouTube</a> | <a href="http://www.reddit.com/r/arma/search?q=ACE&restrict_sr=on&sort=new&t=all">Reddit</a></strong></sup>
|
||
</p>
|
||
|
||
**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** 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 ([GPLv2](https://github.com/acemod/ACE3/blob/master/LICENSE)).
|
||
|
||
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 ACE3 by simply excluding any components they don't need, or those possibly in conflict with other mods. Modules themselves, e.g. the medical system, also include various customization options, allowing mission designers to tweak the overall experience.
|
||
|
||
### Core features
|
||
- Brand new 3D interaction/action system
|
||
- Performance and reliability framework
|
||
- Focus on modularity and customization
|
||
- New flexible client and server settings & configuration
|
||
- Improved medical system with various levels (basic/advanced) focus on gameplay/realism
|
||
- Proper & consistent network-synced weather
|
||
- Wind and weather-based ballistics
|
||
- Captivity system
|
||
- Explosives system, including different trigger types
|
||
- Map screen improvements – marker placement and map tools
|
||
- Logistics
|
||
- Advanced missile guidance and laser designation
|
||
|
||
#### Additional features
|
||
- Carrying and dragging
|
||
- Realistic names for vehicles and weapons
|
||
- A fire control system (FCS) for armored vehicles and helicopters
|
||
- Realistic ballistics/FCS calculated in C/C++ extensions
|
||
- Backblast area and overpressure simulation
|
||
- Disposable launchers
|
||
- Realistic G-forces
|
||
- Vehicle locking
|
||
- Realistic night and thermal vision modes
|
||
- Magazine repacking
|
||
- Realistic weapon overheating mechanic
|
||
- Combat deafness (temporary loss of hearing) simulation
|
||
- Improved interactions for AARs and ammo bearers
|
||
- Adjustable sniper scopes
|
||
- No idle animation with lowered weapon
|
||
- No talking player avatar
|
||
- Jumping over obstacles, climbing over walls and cutting down fences
|
||
- Vector, MicroDAGR and Kestrel devices<br>
|
||
***and much more...***
|
||
|
||
### Guides & how-tos
|
||
If you installed ACE3 but have trouble understanding how it all works, or where to start, read this first:
|
||
- [Installation guide](http://ace3mod.com/wiki/user/installation-guide.html)
|
||
- [Information center](http://ace3mod.com/wiki/user/information-center.html)
|
||
|
||
#### Contributing
|
||
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 ACE3, 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 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
|
||
To help us test the latest development changes, download our master branch ([directly](https://github.com/acemod/ACE3/archive/master.zip), or [with git](https://help.github.com/articles/fetching-a-remote/)), then assemble a test build:
|
||
- [Setting up the development environment](http://ace3mod.com/wiki/development/setting-up-the-development-environment.html) – step-by-step instructions on how to properly setup and build a version of ACE3 for testing purposes.
|