The world-editor tag has no wiki summary.
1
vote
1answer
169 views
What can i use as a 3d Tile map editor?
I need to make grid based levels with 3d models for a dungeon crawler ( as a recent example Legend of Grimrock), but i need to have several layers and place entities with properties and position, ...
1
vote
1answer
184 views
Data structures for a 2D multi-layered and multi-region map?
I am working on a 2D world editor and a world format subsequently. If I were to handle the game "world" being created just as a layered set of structures, either in top or side views, it would be ...