Jump to content
  • 0

Structures, vehciles and vehicle gear disappearing on server restarts


Merg

Question

6 answers to this question

Recommended Posts

  • 0

I have the same problem! Some players kick from the server with error "publicvariable #292"  its

5 "server_hiveWrite"

in my BE filter. That began after BE update(((

Theres is something wrong with the server_updateObject.sqf i think...

Link to comment
Share on other sites

  • 0

Check the hiveExt.ini file in master configuration file. Scroll down to [Objects] and make sure that "CleanupPlacedAfterDays =" is set to rather -1 or however many days you want the objects to stop there.

 

 

[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

;EPOCH SETTINGS
;Which table should the objects be stored and fetched from  
;Table = Object_DATA
 
;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 = 60

 

Hope this helps :)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...