Go to file
2015-04-06 11:39:21 +02:00
addons Merge branch 'master' of github.com:KoffeinFlummi/ACE3 into AdvancedBallistics 2015-04-06 00:29:12 -03:00
extensions Merge branch 'master' into AdvancedBallistics 2015-04-05 19:05:12 -03:00
extras Added manuals for the Horus ATrag and Kestrel 4500. 2015-04-06 11:39:21 +02:00
optionals Update serverconfig.hpp 2015-04-04 22:58:14 +02:00
TO_MERGE Move wep_dragon to toMerge 2015-03-22 17:34:28 -05:00
tools Now using the Arma3 tools path taking from the registry for CfgConvert 2015-04-05 10:40:37 -07:00
.editorconfig Fix line ending in .editorconf 2015-02-28 15:22:21 +01:00
.gitignore Revert "Remove stray dll, add .dlls and .sos to gitignore" 2015-01-18 22:14:33 +01:00
ace_fcs.dll Build DLL with changes from 075d1d6 2015-02-18 17:03:44 +01:00
AdvancedBallistics.dll Added AdvancedBallistics.dll 2015-04-05 22:31:29 +02:00
AUTHORS.txt Update AUTHORS file 2015-04-04 01:04:03 +02:00
LICENSE Initial commit 2015-01-10 21:10:50 +01:00
logo_ace3_ca.paa add logo and mod.cpp 2015-03-15 07:23:18 +01:00
mod.cpp add logo and mod.cpp 2015-03-15 07:23:18 +01:00
README.md Fix indentation in README 2015-03-21 22:15:19 +01:00

ACE version ACE download ACE issues ACE license

Requires the latest version of CBA A3 | BIF thread

ACE3 is a joint effort by the teams behind ACE2, AGM and CSE to improve the realism and authenticity of Arma 3.

This mod is entirely open-source, and everyone is 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 mod is built modularly — almost any PBO can be removed, thus a team can maintain its own tailored version of ACE, which excludes a select number of components that they don't like, or which conflict with other add-ons. Components themselves, like e.g. the medical system, also include various customization options, allowing mission designers to tweak the overall experience.

More information on the purpose of the different components of ACE and which ones they rely on can be found here.

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
  • Weapon resting and bipod deployment
  • A fire control system for armored vehicles and helicopters and more...

For a full list of current features, check the official wiki.

Guides & How-Tos

If you installed ACE3, but have trouble understanding how it all works, or where to start — see Getting Started.

Contributing

If you want to help put with the ongoing development, you can do so by looking for possible bugs 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, feel free to add yourself to the author array of any .pbo you will be editing and the AUTHORS.txt file.

To report a bug, propose a feature, or suggest a change to the existing one — please, use our Issue Tracker.

For detailed information on how to make your weapons or vehicles compatible with ACE — read this article.

Testing & Building

If you want to help us test the latest development changes, feel free to download our master branch, using either git — if familiar with the process — or directly, by following this link.

To find out how to build a version of ACE for testing, follow these instructions.