Jump to content
Sign in to follow this  
rekkless

Anyone have a clean up script that just removes dead bodies only?

Recommended Posts

Hi Guys

 

I've been searching for a while now for a simple to use clean up script that removes just dead bodies. I don't want destroyed vehicles removed or grenades or anything else just dead bodies to be removed after 10 minutes.

 

I've found a few on ArmAholic but all of them include vehicles and items as well.

Due to my limited scripting abilities I can't figure out how to make them just dead bodies only.

So if anyone has a simple clean up script that will remove dead bodies after 10 minutes that would be awesome.

Share this post


Link to post
Share on other sites

You do not need any extra script if only for dead bodies.

 

Look at  this site

corpseManagerMode
corpseLimit
corpseRemovalMinTime
corpseRemovalMaxTime

Arma can handle this.

Share this post


Link to post
Share on other sites

You do not need any extra script if only for dead bodies.

 

Look at  this site

corpseManagerMode
corpseLimit
corpseRemovalMinTime
corpseRemovalMaxTime

Arma can handle this.

 

Awesome thanks mate

Share this post


Link to post
Share on other sites

Ok so just to confirm if I put this in my description .ext it will remove all dead AI bodies after 15 minutes (900 seconds)

 

corpseManagerMode = 3;
corpseLimit = 1;
corpseRemovalMinTime = 900;

 

I have ACE3 removing the dead player bodies immediately on respawn.

 

if I set the CorpseManagerMode to 1 will this effect the ACE3 delete dead bodies?

Share this post


Link to post
Share on other sites

The only way to know for sure would be to give it a try, but from past experiences it shouldn't have any catastrophic effect.   The BIS corpse manager will delete corpses that meet its time condition, if ACE gets there first, no problem.

  • Thanks 1

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  

×