mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
c29ae977fc
* Documentation - Merge ACEX * Only show ACEX prefix note on framework pages * Documentation - Use ACEX prefix in Fortify events See #8553 * Cleanup acex from config.yml * English is weird Co-authored-by: PabstMirror <pabstmirror@gmail.com>
23 lines
687 B
Markdown
23 lines
687 B
Markdown
---
|
|
layout: wiki
|
|
title: Headless
|
|
description: Automatic passing of AI groups to Headless Clients.
|
|
group: feature
|
|
category: general
|
|
parent: wiki
|
|
mod: acex
|
|
version:
|
|
major: 3
|
|
minor: 0
|
|
patch: 0
|
|
redirect_from: "/wiki/featurex/headless.html"
|
|
---
|
|
|
|
## 1. Overview
|
|
|
|
Enables automatic passing of AI groups to (up to 3) Headless Clients using round-robin system, with automatic Headless Client recognition. Due to the fully event-based transferring (on unit spawn and on Headless Client connect and disconnect) the performance impact is minimal. It also transfers *groups* of units instead of each unit separately.
|
|
|
|
## 2. Dependencies
|
|
|
|
{% include dependencies_list.md component="headless" %}
|