This commit is contained in:
KoffeinFlummi 2015-04-26 01:04:02 +02:00
commit f7315a6879
4 changed files with 276 additions and 243 deletions

View File

@ -1,48 +1,83 @@
<p align="center">
<img src="https://github.com/acemod/ACE3/blob/master/extras/assets/logo/black/ACE3-Logo.jpg" height="80" />
<img src="https://github.com/acemod/ACE3/blob/master/extras/assets/logo/black/ACE3-Logo.jpg"
height="112">
</p>
<p align="center">
<a href="https://github.com/acemod/ACE3/releases">
<img src="http://img.shields.io/badge/release-3.0-green.svg?style=flat" alt="ACE version">
<img src="http://img.shields.io/badge/Version-3.0.0-blue.svg?style=flat"
alt="ACE version">
</a>
<a href="#">
<img src="http://img.shields.io/badge/download-22_MB-blue.svg?style=flat" alt="ACE download">
<a href="https://github.com/acemod/ACE3/archive/master.zip">
<img src="http://img.shields.io/badge/Download-48.3_MB-green.svg?style=flat"
alt="ACE download">
</a>
<a href="https://github.com/acemod/ACE3/issues">
<img src="http://img.shields.io/github/issues/acemod/ACE3.svg?style=flat" alt="ACE issues">
<img src="http://img.shields.io/github/issues-raw/acemod/ACE3.svg?style=flat&label=Issues"
alt="ACE issues">
</a>
<a href="http://forums.bistudio.com/showthread.php?190433-ACE3-A-collaborative-merger-between-AGM-CSE-and-ACE&p=2910796&viewfull=1#post2910796">
<img src="https://img.shields.io/badge/BIF-Thread-lightgrey.svg?style=flat"
alt="BIF thread">
</a>
<a href="https://github.com/acemod/ACE3/blob/master/LICENSE">
<img src="http://img.shields.io/badge/license-GPLv2-red.svg?style=flat" alt="ACE license">
<img src="http://img.shields.io/badge/License-GPLv2-red.svg?style=flat"
alt="ACE license">
</a>
</p>
<p align="center"><sup><strong>Requires the latest version of <a href="http://www.armaholic.com/page.php?id=18767">CBA A3</a> | <a href="#">BIF thread</a></strong></sup></p>
<p align="center"><sup><strong>Requires the latest version of <a href="http://www.armaholic.com/page.php?id=18767">CBA A3</a>. Visit us on <a href="https://www.facebook.com/ACE3Mod">Facebook</a> | <a href="https://www.youtube.com/c/ACE3Mod">YouTube</a> | <a href="https://twitter.com/ACE3Mod">Twitter</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.
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 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** — 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.
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 possibly in 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...***
### 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
* Advanced missile guidance and laser designation
#### Guides & How-Tos
If you installed ACE3, but have trouble understanding how it all works, or where to start — see [Getting Started](https://github.com/acemod/ACE3/blob/master/documentation/user/getting-started.md).
#### 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 ragdoll physics
* 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:
* [Getting started](http://ace3mod.com/wiki/user/getting-started.html)
#### 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, please add yourself to the author array of any .pbo you will be editing and the 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.
To report a bug, propose a feature, or suggest a change to the existing one — please, use our [Issue Tracker](https://github.com/acemod/ACE3/issues). See [this link](http://ace3mod.com/wiki/user/how-to-report-an-issue.html) for details.
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, feel free to download our master branch, using either git — if familiar with the process — or directly, by following [this link](https://github.com/acemod/ACE3/archive/master.zip).
To find out how to set up your development environment and build a version of ACE for testing, follow [these instructions](https://github.com/acemod/ACE3/blob/master/documentation/development/setting-up-the-development-environment.md).
#### 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 ACE for testing purposes.

View File

@ -1,20 +1,20 @@
---
layout: wiki
title: Getting Started
title: Getting started
group: user
order: 0
parent: wiki
---
<div class="panel callout">
<h5>Note:</h5>
<p>This page is currently under construction. Please, come back later.</p>
</div>
<!--
### Table of contents
1. [Introduction](#introduction)
2. [abc](#abc)
3. [xyz](#xyz)
**This page will get updated soon.**
## Table of Contents
1. [xx](#xx)
2. [yy](#yy)
3. [zz](#zz)
## What ACE3 has to offer
### Introduction
-->

View File

@ -6,19 +6,17 @@ order: 11
parent: wiki
---
### Before requesting
### Background
ACE2, AGM and CSE had a lot of features implemented or planned. All of them are or have been evaluated for inclusion in ACE3 itself, and we'd like to port the majority of them eventually. However, due to time constraints, we have managed to finish only a fraction of the job so far.
ACE 2, AGM and CSE had a lot of features implemented or planned. All of them are or have been evaluated for inclusion in ACE3 itself, and we'd like to port the majority of them eventually. However, due to time constraints, we have only managed to do a fraction of the job so far.
There's really no point on making feature requests for anything included or planned for inclusion in ACE2, AGM or CSE. The majority of those things are been considered for porting or rewritting already.
Please refrain from making requests for any planned or existing features from either ACE2, AGM or CSE. Most of them are already being or have been considered for porting or a rewrite.
<div class="panel callout">
<h5>Please note:</h5>
<p>Due to the pace at which development is taking place, we are establishing a feature request embargo during the first week weeks prior and posterior to the first release. Feel free to add feature requests as described below, but don't expect them to be evaluated or discussed yet. Any dev activity on the feature request thread is highly unlikely during that period.</p>
<h5>Note:</h5>
<p>Due to our current work load, in the period of weeks prior and posterior to the first release, new feature requests are under embargo. Feel free to submit yours now, but don't expect them to be considered just yet. Any treatment or attention by developers towards the feature request thread is highly unlikely during this time.</p>
</div>
### Requesting a feature
In order to avoid duplicates and keep the issue tracker organized, we have created a common issue for <a href="{{ site.githubUrl }}/issues/414/" target="_blank">ACE 3 Feature requests</a>. Any and all relevant requests should be submitted there, where they will also get discussed and evaluated. Before adding a new one, make sure to check the previous entries from the thread and do a quick search for similar suggestions; please don't reiterate requests for features that had already been accepted for inclusion, or those which were disregarded earlier.
In order not to spam the issue tracker with duplicated requests, we have have created a single <a href="{{ site.githubUrl }}/issues/414/" target="_blank">Issue for feature request</a>. Any and all requests should be done there, where they will get discussed and evaluated. Before posting a new one, please make sure to check the previous entries on the thread and make a quick search; please don't reiterate requests that had already been either accepted for inclusion or disregarded.
Accepted feature requests may be moved to a separate issue by moderators for further discussion.
Following their approval, feature requests may be moved by moderators to a separate issue for further discussion.

View File

@ -7,198 +7,198 @@ parent: wiki
---
<table>
<thead>
<tr>
<th>PBO</th>
<th>Command</th>
<th>Shortcut</th>
</tr>
</thead>
<tbody>
<tr>
<td>ACE_Interaction</td>
<td>Interaction Menu</td>
<td><kbd>Win_Left</kbd></td>
</tr>
<tr>
<td>ACE_Interaction</td>
<td>Interaction Menu (Self)</td>
<td><kbd>Ctrl</kbd> <kbd>Win_Left</kbd></td>
</tr>
<tr>
<td>ACE_Interaction</td>
<td>Open / Close Door</td>
<td><kbd>Ctrl</kbd> <kbd>Space</kbd></td>
</tr>
<tr>
<td>ACE_Interaction</td>
<td>Tap Shoulder</td>
<td><kbd>Ctrl</kbd> <kbd>T</kbd></td>
</tr>
<tr>
<td>ACE_Logistics</td>
<td>Modifier Key</td>
<td><kbd>Ctrl_Left</kbd></td>
</tr>
<tr>
<td>ACE_Goggles</td>
<td>Wipe Goggles</td>
<td><kbd>Ctrl</kbd> <kbd>Shift</kbd> <kbd>T</kbd></td>
</tr>
<tr>
<td>ACE_Grenades</td>
<td>Switch Grenade Mode</td>
<td><kbd>8</kbd></td>
</tr>
<tr>
<td>ACE_NameTags</td>
<td>Show Names</td>
<td><kbd>Ctrl_Left</kbd></td>
</tr>
<tr>
<td>ACE_NightVision</td>
<td>Increase NVG Brightness</td>
<td><kbd>Alt</kbd> <kbd>Page Up</kbd></td>
</tr>
<tr>
<td>ACE_NightVision</td>
<td>Decrease NVG Brightness</td>
<td><kbd>Alt</kbd> <kbd>Page Down</kbd></td>
</tr>
<tr>
<td>ACE_Overheating</td>
<td>Clear jam</td>
<td><kbd>Shift</kbd> <kbd>R</kbd></td>
</tr>
<tr>
<td>ACE_Parachute</td>
<td>Show Altimeter</td>
<td><kbd>O</kbd></td>
</tr>
<tr>
<td>ACE_Reload</td>
<td>Check Ammo</td>
<td><kbd>Ctrl</kbd> <kbd>R</kbd></td>
</tr>
<tr>
<td>ACE_SafeMode</td>
<td>Safe Mode</td>
<td><kbd>`</kbd>(en) | <kbd>^</kbd>(de)</td>
</tr>
<tr>
<td>ACE_Scopes</td>
<td>Adjust Elevation Up</td>
<td><kbd>Page Up</kbd></td>
</tr>
<tr>
<td>ACE_Scopes</td>
<td>Adjust Elevation Down</td>
<td><kbd>Page Down</kbd></td>
</tr>
<tr>
<td>ACE_Scopes</td>
<td>Adjust Windage Left</td>
<td><kbd>Ctrl</kbd> <kbd>Page Up</kbd></td>
</tr>
<tr>
<td>ACE_Scopes</td>
<td>Adjust Windage Right</td>
<td><kbd>Ctrl</kbd> <kbd>Page Down</kbd></td>
</tr>
<tr>
<td>ACE_Vector</td>
<td>Vector - Azimuth Key</td>
<td><kbd>Tab</kbd></td>
</tr>
<tr>
<td>ACE_Vector</td>
<td>Vector - Distance Key</td>
<td><kbd>R</kbd></td>
</tr>
<tr>
<td>ACE_Vehicles</td>
<td>Speed Limiter</td>
<td><kbd>Del</kbd></td>
</tr>
<tr>
<td>ACE_WeaponSelect</td>
<td>Select Pistol</td>
<td><kbd>1</kbd></td>
</tr>
<tr>
<td>ACE_WeaponSelect</td>
<td>Select Rifle</td>
<td><kbd>2</kbd></td>
</tr>
<tr>
<td>ACE_WeaponSelect</td>
<td>Select Grenade Launcher</td>
<td><kbd>3</kbd></td>
</tr>
<tr>
<td>ACE_WeaponSelect</td>
<td>Select Binoculars</td>
<td><kbd>5</kbd></td>
</tr>
<tr>
<td>ACE_WeaponSelect</td>
<td>Select Frag Grenade</td>
<td><kbd>6</kbd></td>
</tr>
<tr>
<td>ACE_WeaponSelect</td>
<td>Select Non-Frag Grenade</td>
<td><kbd>7</kbd></td>
</tr>
<tr>
<td>ACE_WeaponSelect</td>
<td>Holster Weapon</td>
<td><kbd>0</kbd></td>
</tr>
<tr>
<td>ACE_WeaponSelect</td>
<td>Engine on</td>
<td><kbd>2</kbd></td>
</tr>
<tr>
<td>ACE_WeaponSelect</td>
<td>Engine off</td>
<td><kbd>1</kbd></td>
</tr>
<tr>
<td>ACE_WeaponSelect</td>
<td>Select Main Gun</td>
<td><kbd>3</kbd></td>
</tr>
<tr>
<td>ACE_WeaponSelect</td>
<td>Select Machine Gun</td>
<td><kbd>4</kbd></td>
</tr>
<tr>
<td>ACE_WeaponSelect</td>
<td>Select Missiles</td>
<td><kbd>5</kbd></td>
</tr>
<tr>
<td>ACE_WeaponSelect</td>
<td>Fire Smoke Launcher</td>
<td><kbd>9</kbd></td>
</tr>
<tr>
<td>ACE_FireControlSsystem</td>
<td>Lase Target / Measure Distance</td>
<td><kbd>Tab</kbd></td>
</tr>
<tr>
<td>ACE_FireControlSsystem</td>
<td>Adjust FCS Range (Up)</td>
<td><kbd>Page Up</kbd></td>
</tr>
<tr>
<td>ACE_FireControlSsystem</td>
<td>Adjust FCS Range (Down)</td>
<td><kbd>Page Down</kbd></td>
</tr>
</tbody>
</table>
<thead>
<tr>
<th>Shortcut</th>
<th>Action</th>
<th>PBO</th>
</tr>
</thead>
<tbody>
<tr>
<td><kbd>&nbsp;Win</kbd></td>
<td>Interaction menu</td>
<td><code>ACE_Interaction</code></td>
</tr>
<tr>
<td><kbd>Ctrl</kbd>+<kbd>&nbsp;Win</kbd></td>
<td>Self-interaction menu</td>
<td><code>ACE_Interaction</code></td>
</tr>
<tr>
<td><kbd>Ctrl</kbd>+<kbd>Space</kbd></td>
<td>Open/close door</td>
<td><code>ACE_Interaction</code></td>
</tr>
<tr>
<td><kbd>Ctrl</kbd>+<kbd>T</kbd></td>
<td>Tap on the shoulder</td>
<td><code>ACE_Interaction</code></td>
</tr>
<tr>
<td><kbd>Ctrl</kbd></td>
<td>Modifier key</td>
<td><code>ACE_Logistics</code></td>
</tr>
<tr>
<td><kbd>Ctrl</kbd>+<kbd>&nbsp;Shift</kbd>+<kbd>T</kbd></td>
<td>Wipe off goggles</td>
<td><code>ACE_Goggles</code></td>
</tr>
<tr>
<td><kbd>8</kbd></td>
<td>Switch grenade mode</td>
<td><code>ACE_Grenades</code></td>
</tr>
<tr>
<td><kbd>Ctrl</kbd></td>
<td>Show names</td>
<td><code>ACE_NameTags</code></td>
</tr>
<tr>
<td><kbd>Alt</kbd>+<kbd>Page&nbsp;Up</kbd></td>
<td>NVG: Increase brightness</td>
<td><code>ACE_NightVision</code></td>
</tr>
<tr>
<td><kbd>Alt</kbd>+<kbd>Page&nbsp;Down</kbd></td>
<td>NVG: Decrease brightness</td>
<td><code>ACE_NightVision</code></td>
</tr>
<tr>
<td><kbd>&nbsp;Shift</kbd>+<kbd>R</kbd></td>
<td>Clear firearm malfunction</td>
<td><code>ACE_Overheating</code></td>
</tr>
<tr>
<td><kbd>O</kbd></td>
<td>Altimeter</td>
<td><code>ACE_Parachute</code></td>
</tr>
<tr>
<td><kbd>Ctrl</kbd>+<kbd>R</kbd></td>
<td>Check ammunition</td>
<td><code>ACE_Reload</code></td>
</tr>
<tr>
<td><kbd>`</kbd></td>
<td>Safety toggle</td>
<td><code>ACE_SafeMode</code></td>
</tr>
<tr>
<td><kbd>Page&nbsp;Up</kbd></td>
<td>Scope: Elevation up</td>
<td><code>ACE_Scopes</code></td>
</tr>
<tr>
<td><kbd>Page&nbsp;Down</kbd></td>
<td>Scope: Elevation down</td>
<td><code>ACE_Scopes</code></td>
</tr>
<tr>
<td><kbd>Ctrl</kbd>+<kbd>Page&nbsp;Up</kbd></td>
<td>Scope: Windage left</td>
<td><code>ACE_Scopes</code></td>
</tr>
<tr>
<td><kbd>Ctrl</kbd>+<kbd>Page&nbsp;Down</kbd></td>
<td>Scope: Windage right</td>
<td><code>ACE_Scopes</code></td>
</tr>
<tr>
<td><kbd>Tab&nbsp;</kbd></td>
<td>Vector: Azimuth key</td>
<td><code>ACE_Vector</code></td>
</tr>
<tr>
<td><kbd>R</kbd></td>
<td>Vector: Distance key</td>
<td><code>ACE_Vector</code></td>
</tr>
<tr>
<td><kbd>Del</kbd></td>
<td>Speed limiter</td>
<td><code>ACE_Vehicles</code></td>
</tr>
<tr>
<td><kbd>1</kbd></td>
<td>Pistol</td>
<td><code>ACE_WeaponSelect</code></td>
</tr>
<tr>
<td><kbd>2</kbd></td>
<td>Rifle</td>
<td><code>ACE_WeaponSelect</code></td>
</tr>
<tr>
<td><kbd>3</kbd></td>
<td>Grenade launcher</td>
<td><code>ACE_WeaponSelect</code></td>
</tr>
<tr>
<td><kbd>5</kbd></td>
<td>Binoculars</td>
<td><code>ACE_WeaponSelect</code></td>
</tr>
<tr>
<td><kbd>6</kbd></td>
<td>Frag grenade</td>
<td><code>ACE_WeaponSelect</code></td>
</tr>
<tr>
<td><kbd>7</kbd></td>
<td>Non-frag grenade</td>
<td><code>ACE_WeaponSelect</code></td>
</tr>
<tr>
<td><kbd>0</kbd></td>
<td>Holster weapon</td>
<td><code>ACE_WeaponSelect</code></td>
</tr>
<tr>
<td><kbd>2</kbd></td>
<td>Engine on</td>
<td><code>ACE_WeaponSelect</code></td>
</tr>
<tr>
<td><kbd>1</kbd></td>
<td>Engine off</td>
<td><code>ACE_WeaponSelect</code></td>
</tr>
<tr>
<td><kbd>3</kbd></td>
<td>Primary weapon</td>
<td><code>ACE_WeaponSelect</code></td>
</tr>
<tr>
<td><kbd>4</kbd></td>
<td>Machine gun</td>
<td><code>ACE_WeaponSelect</code></td>
</tr>
<tr>
<td><kbd>5</kbd></td>
<td>Missiles</td>
<td><code>ACE_WeaponSelect</code></td>
</tr>
<tr>
<td><kbd>9</kbd></td>
<td>Fire smoke launcher</td>
<td><code>ACE_WeaponSelect</code></td>
</tr>
<tr>
<td><kbd>Tab&nbsp;</kbd></td>
<td>FCS: Lase target (measure distance)</td>
<td><code>ACE_FireControlSsystem</code></td>
</tr>
<tr>
<td><kbd>Page&nbsp;Up</kbd></td>
<td>FCS: Range up</td>
<td><code>ACE_FireControlSsystem</code></td>
</tr>
<tr>
<td><kbd>Page&nbsp;Down</kbd></td>
<td>FCS: Range down</td>
<td><code>ACE_FireControlSsystem</code></td>
</tr>
</tbody>
</table>