ACE3/addons/trenches
2019-11-27 09:51:22 -06:00
..
functions Trenches - Add item check to progressBar (#7283) 2019-11-27 09:51:22 -06:00
UI
$PBOPREFIX$
CfgEventHandlers.hpp
CfgVehicles.hpp Cleanup unused priority entry for interact menu actions (#6372) 2018-05-30 16:48:19 -05:00
CfgWeapons.hpp
config.cpp
README.md Added config params for white/blacklisting digging (#5898) 2017-12-20 15:41:50 -06:00
script_component.hpp
stringtable.xml Add stringtable validation tool (#7274) 2019-11-18 12:48:40 -06:00
XEH_missionDisplayLoad.sqf
XEH_postInit.sqf
XEH_preInit.sqf
XEH_PREP.hpp
XEH_preStart.sqf

ace_trenches

Adds item 'ACE_entrenchingtool' Adds 2 trenches; Envelope - Small & Envelop - Big

Whitelist surfaces for digging

Single surfaces can be whitelisted by adding ACE_canDig = 1 into CfgSurfaces. Example:

class CfgSurfaces {
    class myAwesomeSurface {
        ACE_canDig = 1;
    };
};

Maintainers

The people responsible for merging changes to this component or answering potential questions.