vache / BuildingEditor

New version of cataclysm building editor
2 stars 1 forks source link

JSON Loading #17

Open vache opened 8 years ago

vache commented 8 years ago

Might be worth it to track some files with "type":"overmap_terrain", and "om_terrain":[ "omt" ], so that it is easier to look up things like overmap_special->overmap_terrain->mapgen.

Something like Map<omt id, filename> to help track down mapgens.

vache commented 8 years ago

See https://github.com/CleverRaven/Cataclysm-DDA/blob/master/data/json/mapgen/mapgen-test.json for different ways of saving the same data.