JuiceRIfle Posted October 22, 2013 Report Share Posted October 22, 2013 So I'm looking for this file so that I can extend the length of time before placed items despawn. Can anyone help me locate it? Server hosted by vilayer, thanks Link to comment Share on other sites More sharing options...
0 JohnyMST Posted October 22, 2013 Report Share Posted October 22, 2013 Services > Configuration Files > ServerName_MasterConfiguration\HiveExt.ini > *Text Editor* Code: [Objects] ;Flag indicating whether hiveext should detect vehicles out of map boundaries (X < 0, or Y > 15360) and reset their position to [] ;Note: YOU MUST have a proper dayz_server.pbo that supports this feature, otherwise you will get script errors ;You can find that file under the SQF directory for your server version ;ResetOOBObjects = false ;Negative values will disable this feature ;0 means that ALL empty placed items will be deleted every server restart ;A positive number is how old (in days) a placed empty item must be, in order for it to be deleted CleanupPlacedAfterDays = 365 Change 365 to whatever you like. If you don't have CleanupPlacedAfterDays line then add the whole part under Objects ;ResetOOBObjects = false so It looks like mine above. Link to comment Share on other sites More sharing options...
0 Achmed Posted October 23, 2013 Report Share Posted October 23, 2013 chances are the line with have a ; at the front that will need removing first also Link to comment Share on other sites More sharing options...
Question
JuiceRIfle
So I'm looking for this file so that I can extend the length of time before placed items despawn. Can anyone help me locate it?
Server hosted by vilayer, thanks
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now