Jump to content
  • 0
HHatheway

Player Body Despawn Timer/Modding

Question

Does anyone know where to find the script to modify the player corps timer. And is it possible to make them persist through a server restart? If so how? Please and thank you in advance.

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Go to:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<variables>

Go down the list to this one and change it to something like this...

<var name="CleanupLifetimeDeadPlayer" type="0" value="10800"/>

Be warned that having bodys kicking around will affect your server performance.

Share this post


Link to post
Share on other sites
  • 0
28 minutes ago, Therealkillerofdayz said:

Go to:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<variables>

Go down the list to this one and change it to something like this...

<var name="CleanupLifetimeDeadPlayer" type="0" value="10800"/>

Be warned that having bodys kicking around will affect your server performance.

Thank you much, ive taken other measures to make sure the server doesnt suffer much, so unless players are killing eachother in mass it should be good. I also have server refeshes every 3 hours to keep misc litter down. about a 25% in reduction of lag. I just want to give players soloing out west the opportunity to save their gear.

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

×