This is an application which simulates DayZ's hive/saving system. In comparision to other implementations, mine saves the character data in a MySQL database.
GitHub repo:
https://github.com/matsuiman/DayZHive
Download:
https://github.com/matsuiman/DayZHiv...ive/master.zip
Requirements:
How to use:
- Install Node.js and MySQL (I'm not giving instructions for that)
- Run the install.bat file included (multiple times if needed)
- Open up server.js in a text editor, edit the MySQL details:
PHP Code:var connection = mysql.createConnection({
host: 'localhost',
user: 'root',
password: '',
database: 'hive'
});
- Run run.bat
- Start up your DayZ Server
You can also edit the port and allowed IP's if you want to.
TODO:
- You tell me



![DayZHive - Hive application [MySQL] [Node.js]](http://ragezone.com/hyper728.png)


