Database-driven architecture

 - The game is set up to be database driven so as to be converted to client/server architecture as easily as possible

Database storage system

 - Aside from terrain point data stored in binary files, all game data is currently stored in SQL databases

 - Extremely easy access to all data during run time with no constant file loading and access

 

The Engine - VantEdit: