ACE3/addons/headless
Abogado 3d3aa8d877
Update Spanish translation (#9203)
An update of the spanish to the text strings that have been added lately.
2023-05-29 18:22:37 -05:00
..
functions Common - Add CBA extended loadout (#8923) 2022-08-25 11:56:54 -05:00
UI
$PBOPREFIX$
ACE_Settings.hpp
CfgEden.hpp
CfgEventHandlers.hpp Various - use compile_script macro for new addons (#8516) 2021-10-15 12:53:44 -05:00
CfgVehicles.hpp ACEX - change module's category to ace from acex (#8567) 2021-10-20 16:29:43 -05:00
config.cpp ACEX Merge - Use BWC_CONFIG macro (#8554) 2021-10-18 11:42:17 -05:00
initSettings.sqf
README.md Documentation - Add notes about ACEX variables (#8549) 2021-10-18 11:49:33 -05:00
script_component.hpp
stringtable.xml Update Spanish translation (#9203) 2023-05-29 18:22:37 -05:00
XEH_postInit.sqf Common - Add CBA extended loadout (#8923) 2022-08-25 11:56:54 -05:00
XEH_preInit.sqf
XEH_PREP.hpp
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)