• 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
  • Cargo+image-medium-13182
     

    Basic Cargo System.

     

    Allows you to transport for example weapon/magazine boxes (crates), of which the weight doesn't exceed the cargo-ability of the transport vehicle.

     

    You are also able to transfer fuel between 2 vehicles, or jerrycans etc!

     

    You cannot drag or cargo too heavy objects. Many weaponboxes for instance, have too much weight currently.

    You may also be able to push some objects that are too heavy to drag.


    Loading

    1. Walk to Box
    2. Use interaction menu and select 'Drag Box'
    3. Drag the Box towards the vehicle, needs to be close to vehicle. (If
    ...

    Addon Makers

    CfgVehicles Config Properties;
    • ACE_canBeLoad
    • ACE_canBeCargo
    Cargo Only;   ACE_canBeLoad = 0; ACE_canBeCargo = 1 Load Only;   ACE_canBeLoad = 1; ACE_canBeCargo = 0 ...