ACE3/addons/trenches
2021-10-30 16:42:03 -05:00
..
functions Cleanup - Trim all trailing whitespace (#8651) 2021-10-30 16:42:03 -05:00
UI
$PBOPREFIX$
CfgEventHandlers.hpp Add SQFC support (#8235) 2021-09-03 19:08:34 -05:00
CfgVehicles.hpp
CfgWeapons.hpp
config.cpp
initSettings.sqf Cleanup - Trim all trailing whitespace (#8651) 2021-10-30 16:42:03 -05:00
README.md Update contribution documents (#8382) 2021-08-16 20:17:56 +01:00
script_component.hpp
stringtable.xml Translations - Add Missing German (#8592) 2021-10-28 00:10:19 -05: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;
    };
};