Jump to content
Sign in to follow this  
Weyland Yutani (DayZ)

How to Increase Timer for Destroying Bases

Recommended Posts

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
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

  • Like 1

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×