# Building Utility for combining multi-cell maps with json templates

**URL:** https://discourse.cataclysmdda.org/t/building-utility-for-combining-multi-cell-maps-with-json-templates/7190
**Category:** The Lab
**Created:** [August 26, 2014, 11:14pm UTC](https://discourse.cataclysmdda.org/t/building-utility-for-combining-multi-cell-maps-with-json-templates/7190 "2014-08-26T23:14:34Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wormingdead](https://avatars.discourse-cdn.com/v4/letter/w/a5b964/32.png) [@wormingdead](https://discourse.cataclysmdda.org/u/wormingdead)
#### Post date: [August 26, 2014, 11:14pm UTC](https://discourse.cataclysmdda.org/t/building-utility-for-combining-multi-cell-maps-with-json-templates/7190/1 "2014-08-26T23:14:34Z")

</div>

Hello, I’m hoping to get some feedback on the utility I’ve been working on: [Building Utility](https://github.com/CleverRaven/Cataclysm-DDA/tree/master/utilities/building-utility) ([Github Issue](https://github.com/CleverRaven/Cataclysm-DDA/issues/8693))

As the title says, the utility is for combining a multi-cell map file with one or more json templates. The utility currently requires Python2.7/3.3 (although 3.2 might work). If that doesn’t work for you, let me know. That’s what this topic is for.

`python deconstruct.py -h` will list the help information. It’s not as descriptive as it should be, so I need feedback on what is difficult to understand and what causes problems. Please ask questions.

This is my first post, nice to meet you all.
