Epoch 1.0.6 HiveExt

Thoron_adNg

New Member
Hey!

I am looking for a documentation how the HiveExt methods can be used.

Atm I got some errors, because the scripts I added use CHILD:298. I don't have a clue what's behind the child numbers.

So is there a documentation?
Does the HiveExt which comes with EpochServer 1.0.6 support CHILD:999?

Big thanks!
 
I doubt very much that child:999 is supported any longer as that is a securty flaw no matter how useful it is.
Source code for the previous versions of epoch hiveext.dll
https://github.com/vbawol/DayZhiveEpoch

although here is where I found out all the inside functions:
https://github.com/denisio/Dayz-Epoch-Linux-Server/blob/master/writer.pl
The linux epoch puts the child calls into the logs and the writer.pl reads the logs and does the database .... in practice its the same as the hiveext.dll but you can follow it all in the github easier I think
 
Back
Top