mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
* Improve Chinese translation * Optional Compat SOG and Tracers Simplified Chinese * Fix settings string not correctly localized * Fix mode of heli minigun have no realistic name * Fix Regex replace flaw * fix merge * Various improvements * Translate CSW, fix short name not short * Trim * Magazines naming * Minor tweak Co-authored-by: PabstMirror <pabstmirror@gmail.com>
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;
};
};