Hello,
I've set up an Overpoch Server and the MySQL Database does update Character information.
But the server does not update anything iinside the object_data.
The vehicles i define inside the "dynamic_vehicles.sqf" are spawned and written into the object_data once, but are not updating.
The HiveExt.ini is configured properly and the database is initialized with the default "epoch.sqf" file.
Logging the HiveExt with trace-option only outputs Character_DATA changes and updates and on serverstart it loads all the vehicles and spawns them in the world. after that is finished, there are no more updates on object_data.
The server itself and the Database are not lagging or crashing.
MySQL Ver. 5.6.21
I already searched everywhere for a solution, i hope to get it here.
HiveExt.log: http://pastebin.com/BAisaSxQ
- Henry