HiveObj
HiveObj is a small third-party program I've created in C# which saves tents, but I'm going to expand it to save contents of backpacks and keep on the ground.
This doesn't require any C++ editing
All you need to do is edit server_data.pbo file and gear_containers.pbo and you're good to go.
Also need to start this C# program HiveObj.exe before the server starts.
Features (inc. planned)
- Saves tent location
- Saves items inside tents, including gun attachments
- Saves ammo count of items/magazines
- Saves damage value of items in saves
Not completed
- Saves backpacks
- Saves backpack contents
- No 'cleanup' limit, for example, a timer will cleanup the backpacks and tents if you haven't touched in a week, etc.
Requirements
- MySQL database
- All the libraries to run this program are included as the same to run the DayZ server
- Start this program before the server starts up, so I suggest having an automated restarter such as the one I've written for .bat files which will restart the servers every 2 hours
I am not going to be releasing anything (as of yet) that will allow you to run this
The program starts when the server starts and then closes automatically when it's finished doing it's job
message boot up
some script code to communicate with program
some program code
in-game shots
HiveObj is a small third-party program I've created in C# which saves tents, but I'm going to expand it to save contents of backpacks and keep on the ground.
This doesn't require any C++ editing
All you need to do is edit server_data.pbo file and gear_containers.pbo and you're good to go.

Also need to start this C# program HiveObj.exe before the server starts.
Features (inc. planned)
- Saves tent location
- Saves items inside tents, including gun attachments
- Saves ammo count of items/magazines
- Saves damage value of items in saves
Not completed
- Saves backpacks
- Saves backpack contents
- No 'cleanup' limit, for example, a timer will cleanup the backpacks and tents if you haven't touched in a week, etc.
Requirements
- MySQL database
- All the libraries to run this program are included as the same to run the DayZ server
- Start this program before the server starts up, so I suggest having an automated restarter such as the one I've written for .bat files which will restart the servers every 2 hours
Code:
start /W HiveObj.exe
:restart
start DayZServer.exe -server -port=2302 -config=config\server.cfg -cfg=config\basic.cfg -profiles=dayzea.ChernarusPlus
ping 1.1.1.1 -n 1 -w 7200000 > nul
taskkill -f -im DayZServer.exe
ping 1.1.1.1 -n 1 -w 1000 > nul
start /W HiveObj.exe
goto restart
I am not going to be releasing anything (as of yet) that will allow you to run this
The program starts when the server starts and then closes automatically when it's finished doing it's job
message boot up
some script code to communicate with program
some program code
in-game shots
Last edited: