epsilon-phase / Symmetricality

More symmetry for everyone :)
GNU General Public License v3.0
4 stars 0 forks source link

Buildings are important #3

Open epsilon-phase opened 8 years ago

epsilon-phase commented 8 years ago

The previous editor had rudimentary support for buildings, now with a hopefully more efficient and extensible architecture, it may very well be possible to extend it to cover the full range of features and buildings that exist in Dwarf Fortress

epsilon-phase commented 8 years ago

Among the first things that are likely to come up in this goal is the requirement for the blueprint to be on its own class and file. Taken care of.

Now the buildings need to be able to support the complex requirements that certain buildings have in DF. Wells need to be built over open spaces, hatches must be able to be built on staircases, the magma furnace and magma forge must be able to have their periphery built over channels and ramps below them, but not their center.

Custom workshops will require considerably more work to implement The configuration file can handle them.

In addition, buildings can now not overlap, which is helpful.