mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
* Trenches - Add settings to configure dig/remove trenches durations Signed-off-by: Mysteryjuju <mysteryjuju42@gmail.com> * Trenches - Remove dirty tabs Signed-off-by: Mysteryjuju <mysteryjuju42@gmail.com> * Trenches - Update French translation Signed-off-by: Mysteryjuju <mysteryjuju42@gmail.com> * Update addons/trenches/stringtable.xml Co-authored-by: Elgin675 <elgin675@hotmail.com> * Update addons/trenches/stringtable.xml Co-authored-by: Elgin675 <elgin675@hotmail.com> * Update addons/trenches/stringtable.xml Co-authored-by: Elgin675 <elgin675@hotmail.com> * Update addons/trenches/stringtable.xml Co-authored-by: Elgin675 <elgin675@hotmail.com> * Update addons/trenches/stringtable.xml Co-authored-by: Elgin675 <elgin675@hotmail.com> * Update addons/trenches/stringtable.xml Co-authored-by: Elgin675 <elgin675@hotmail.com> * Update addons/trenches/stringtable.xml Co-authored-by: Elgin675 <elgin675@hotmail.com> * Update addons/trenches/stringtable.xml Co-authored-by: Elgin675 <elgin675@hotmail.com> * Trenches - Change SLIDER to TIME settings & update english translations Signed-off-by: Mysteryjuju <mysteryjuju42@gmail.com> * Trenches - Change CBA settings function Signed-off-by: Mysteryjuju <mysteryjuju42@gmail.com> Co-authored-by: Elgin675 <elgin675@hotmail.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;
};
};
Maintainers
The people responsible for merging changes to this component or answering potential questions.