• 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
  • Addon Makers

    To add fast roping to 3rd party addons add the following to the config in CfgVehicles:

      ACE_canFastrope = 1;
      ACE_RopeAttachment[] = {\{-0.86,3.5,-21.7}, \{0.62,3.5,-21.8}};

    ACE_RopeAttachment can have either one or two elements (position(s) where the rope(s) get(s) attached). You can still run the addon without ACE even with the ACE additions in the config.

     

     

    Mission Makers

    You can enable / disable (override) e.g:

    _veh setVariable ["ACE_canFastRope", true];

     

    You can set / override the attach positions with e.g:

    _veh setVariable ["ACE_RopeAttachment", [ [-0.86,3.5,-21.7], [0.62,3.5,-21.8] ] ];

     

    Available functions:

    [_vehicle, _unit] spawn ace_sys_fastroping_fnc_deployFastropes;