ACE3/addons/headless
johnb432 7a6c837f1b
Headless - Add warning about duplicate loadout validation (#9878)
* Warn users about duplicate loadout validation

* Update XEH_postInit.sqf
2024-06-14 20:02:13 +02:00
..
functions Headless - Improve group transfer and add API (#9874) 2024-05-29 15:49:59 -03:00
UI
$PBOPREFIX$
ACE_Settings.hpp
CfgEden.hpp
CfgEventHandlers.hpp
CfgVehicles.hpp
config.cpp
initSettings.inc.sqf General - Cleaned up cbaSettings_settingChanged (#10050) 2024-05-31 13:20:21 -07:00
README.md
script_component.hpp Headless - Improve group transfer and add API (#9874) 2024-05-29 15:49:59 -03:00
stringtable.xml Translations - Improve Japanese localization (3.17.1) (#9977) 2024-04-26 17:34:11 -05:00
XEH_postInit.sqf Headless - Add warning about duplicate loadout validation (#9878) 2024-06-14 20:02:13 +02:00
XEH_preInit.sqf Headless - Code optimisation (#9873) 2024-04-04 08:01:12 -03:00
XEH_PREP.hpp Headless - Improve group transfer and add API (#9874) 2024-05-29 15:49:59 -03:00
XEH_preStart.sqf

ace_headless

Adds automatic passing of AI groups to (up to 3) Headless Clients.

  • Automatic Headless Client recognition
  • Event-based transferring (on unit spawn, Headless Client connect and disconnect)
  • Round-robin transferring when more than 1 Headless Client is present
  • Mission makers can use the following to prevent a group from transferring to a Headless Client: this setVariable ["acex_headless_blacklist", true, true];

ACEX Conversion - things still using acex prefix

  • All settings
  • 3DEN attribute config name
  • Object SetVar (acex_headless_blacklist)