drewmalin / Clans

2 stars 0 forks source link

Cleanup Level Files #14

Closed drewmalin closed 12 years ago

drewmalin commented 12 years ago

Currently, the level files are used to house the library of models used throughout the game and the current collection of entities that inhabit the world. This isn't going to work in the future with the implementation of the map generator.

We need a single XML file that describes all possible entities in the game, their characteristics, attributes, inventory, numeric value of how common the entity should be in the world, the regions it is able to inhabit, the entity's targets.

drewmalin commented 12 years ago

The singular level file has been split into the following:

Level files will continue to exist, but will be used to store saved games instead of generating new worlds.