• 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
  • Missionmakers


    Following mines are placeable in the mission editor:

    - Claymore
    - Bouncing Betty
    - Tripflare
    - MON-50
    - POMZ-2
    - DM31
    - OSM-4
    - IEDs

    To set up a mine with a tripwire type in the mines init field in the editor:
    this setVariable ["direction", 90]; // Set tripwire direction
    This will add a tripwire pointing 90 degrees from the mine (regardless of it's orientation).
    The tripwire will automatically have the maximum length.

    To shorten the tripwires length, add to the init field of the mine:
    this setVariable ["length",3]; // Set tripwire length
    This will shorten the tripwire length to 3 meters.

    Attention: 
    The placeable M16A1 "Bouncing Betty" can be armed in two ways.
    Either by the above mentioned code or by
    this setVariable ["local",true]; // Armed mode only
    This will just arm the mine. (Works only for the M16A1. If you don't specify ANY setVariable for the M16A1, the mine will automatically fall back to armed-only mode. Other mines such as M18A1 or POMZ-2 will become duds this way.)