Skip to content

Commit

Permalink
Remove CfgAiSkill config changes (#5091)
Browse files Browse the repository at this point in the history
* Remove CfgAiSkill config changes

* Add note to wiki about removal
  • Loading branch information
PabstMirror authored Apr 22, 2017
1 parent 4cdc323 commit 0a7033a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 39 deletions.
28 changes: 0 additions & 28 deletions addons/ai/CfgAISkill.hpp

This file was deleted.

2 changes: 1 addition & 1 deletion addons/ai/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ace_ai
======

Minor changes of AI skill and overhaul of AI firing modes of vanilla weapons, encouraging the AI to use full-auto and bursts more often.
Overhaul of AI firing modes of vanilla weapons, encouraging the AI to use full-auto and bursts more often.


## Maintainers
Expand Down
1 change: 0 additions & 1 deletion addons/ai/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ class CfgPatches {
};
};

#include "CfgAISkill.hpp"
#include "CfgWeapons.hpp"
17 changes: 8 additions & 9 deletions docs/wiki/feature/ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,22 @@ version:
patch: 0
---

## 1. Overview

### 1.1 Adjusted AI skill values
The idea here is to reduce the AI's godlike aiming capabilities while retaining its high intelligence. The AI should be smart enough to move through a town, but also be 'human' in their reaction time and aim.
<div class="panel callout">
<h5>Changes to CfgAISkill were removed in ACE 3.10 (Default AI will now be more skilled)</h5>
</div>

*Note: All these values can still be adjusted via scripts, these arrays just change what 0 & 1 are for `setSkill`.*
## 1. Overview

### 1.2 Firing in burst mode
### 1.1 Firing in burst mode
AI will now use the automatic mode of their weapons at short distances, instead of always relying on firing single shots in quick succession.

### 1.3 Longer engagement ranges
### 1.2 Longer engagement ranges
The maximum engagement ranges are increased: AI will fire in bursts with variable lengths on high ranges of 500 - 700 meters, depending on their weapon and optic.

### 1.4 No dead zones in CQB
### 1.3 No dead zones in CQB
Some weapons had minimum engagement ranges. If you were as close as 2 meters to an AAF soldier, he wouldn't open fire, because the AI couldn't find any valid fire mode for their weapon. ACE3 removes this behaviour mostly notable in CQB by adding a valid firing mode.

### 1.5 No scripting
### 1.4 No scripting
All changes of ACE3 AI are config based to ensure full compatibility with advanced AI modifications like e.g. "ASR AI 3".

## 2. Dependencies
Expand Down

0 comments on commit 0a7033a

Please sign in to comment.