Download | Support | Changelogs

 

Documentation:

General Information

Introduction | Overview | Features | Goals and Scope | FAQ Installation | Running an ACE Server | Tracking Problems

 

Community Information

About Us (contact) | Compatible Mods | Contribute | Guides | Missions | Servers | Videos

 

Developer Information

API | Classlists | Compatibility | Modification | Resources

 

Ongoing development Wagn_feed_icon-medium-9343

ACE 1.14 RC1 [2012-10-26]

 

Stable Wagn_feed_icon-medium-9343

   ACE 1.13 for OA [2011-12-23]

   ACE 1.3 for A2 [2010-07-05] (Deprecated)

 

Dev blogs Wagn_feed_icon-medium-9343

1 2 next » (38)

1 2 next » (38)

 

Wheeled by Wagn v. 1.10.7

Addon Makers

 

CfgWeapons properties

		ACE_EASA = 1;

 

CfgMagazines properties

		ACE_EASA_SIDE = 1;
		ACE_EASA_WEAPON = "ACE_HellfireLauncher";
		ACE_EASA = 1;
		ACE_EASA_NAME = "AGM-114K";
		ACE_EASA_CARRIER[] = {"Plane","Helicopter","UAV"};

 

 

Mission Makers

  • SIDE

Lets you only choose from weapons arsenal of a certain faction side, i.e WEST only, EAST only or both. By default e.g if this rule is not set, it selects the weapons from the side for the aircraft you wish to change the loadout. this setVariable["SIDE", x] or obj_name setVariable["SIDE", x] x stands for 0 EAST, 1 WEST, -1 ALL Default is "SIDE OF AIRCRAFT"

  • CAPACITY

Lets you decide if you wish the arsenal to become empty if all weapons have been used from that hangar. There will be the possibility to reload the hangar with Ammotrucks in the future. Default is "unlimited weapons" Not implemented yet.

  • NoHangar

Allows to override the need for a hangar building. If set, the EASA Vehicle is created where the logic was placed. this setVariable["NoHangar", x] or obj_name setVariable["NoHangar", x] x stands for true ENABLED, false DISABLED Default is "FALSE"

  • FARP

Same as "NoHangar" but will not create the EASA Vehicle, but some sort of FARP like rearm point (Helipad with stuff around). this setVariable["FARP", x] or obj_name setVariable["FARP", x] x stands for true ENABLED, false DISABLED Default is "FALSE"

  • LHD

Will place the EASA Vehicle on the deck of the LHD (Aircraft carrier) at the position the module was placed in the editor. this setVariable["LHD", true, true] or obj_name setVariable["LHD",true,true] NOTE obj_name is the name given to the EASA module entity