CityGenerator / Megacosm-Generator

A tool for creating fantasy campaign settings, including maps, regions, flags, cities, NPCs, businesses, legends, lore and more.
GNU General Public License v2.0
69 stars 30 forks source link

change how geomorph data is stored #60

Open morgajel opened 10 years ago

morgajel commented 10 years ago

change how geomorph data is stored

SET geomorph_tileset_chance 30
LPUSH geomorph_tileset basicdungeon
LPUSH geomorph_tileset basiccave
...
LPUSH geomorph_basiccave_3 static/images/geomorphs/morgajel/basiccave/3/d3.png"

Still not sure how to handle author filtering, if at all... leaning towards no.

morgajel commented 10 years ago

lrange cannot handle wildcard keys; need to rethink this implementation completely