• View
  • Changes
  • Options
  • Related
  • Edit
  • 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

     

  • View
  • Changes
  • Options
  • Related
  • Edit
  • News    

    Ongoing development Wagn_feed_icon-medium-9343

       ACE 1.13 RC5 [2011-12-09. Hotfix: 2012-04-27]

     

    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 » (37)

    1 2 next » (37)

     

    Wheeled by Wagn v. 1.8.1
  • View
  • Changes
  • Options
  • Related
  • Edit
  • A major aspect of the ACE team policy is that we strive to make our mod easy to interoperate with.

    A large number of mod and addon makers will find their products are already ACE-compatable.

    For those that are not, in many cases some simple changes can make the product work well with ACE.

    To help others in verifying or altering their code to be ACE compatible, here are some details you should know about.

     

     Please see ACE_Features_for_3rd_Party_Addons for information on how to support ACE features on 3rd party addons.

     

    Also see API, Compatible mod and Tracking Problems.

     

    Techniques to use

     

    ACE follows and keeps the original class inheritance tree in tact. Any so called override mod like Soundmods, Texture packs, weapon/unit replacements, should do the same.

     

    CBA. Specific features to note:

    • eXtended Event Handler system
      Using XEH allows for multiple packages to process an event without worrying about exclusion issues.
    • Require ACE in your Mission

     

    Techniques to avoid

    • setVehicleInit. This call has proven to be troublesome, so use of CBA_fnc_globalEvent is preferred.

    There's 2 different compatibility topics that are usually mixed up either a) Your addon can not use all of the features that are supplied ...