Weyland Yutani (DayZ) 1159 Posted January 21, 2019 I would like to increase the time it takes to destroy base built materials, walls and such. For instance, the time it takes someone to break through a wall with a sledgehammer. I don't want to make walls indestrucable, just increase the time it takes to destroy them. Share this post Link to post Share on other sites
Violt 3 Posted January 24, 2019 On 1/21/2019 at 9:01 PM, Weyland Yutani (DayZ) said: I would like to increase the time it takes to destroy base built materials, walls and such. For instance, the time it takes someone to break through a wall with a sledgehammer. I don't want to make walls indestrucable, just increase the time it takes to destroy them. https://steamcommunity.com/sharedfiles/filedetails/?id=1602898310 1 Share this post Link to post Share on other sites
lbmaster 21 Posted April 24, 2019 You can mod the following class: dta\scripts\4_World\Classes\UserActionsComponent\Actions\Continuous\ActionDestroyPart.c modded class ActionDestroyPartCB { override void CreateActionComponent() { m_ActionData.m_ActionComponent = new CAContinuousTime( 20.0 ); // Sets the time spent to destroy a Basebuilding Part to 20 Seconds } } Good Luck Share this post Link to post Share on other sites