remove materials files and replace with settings

develop
Myk Taylor 2020-08-12 15:14:59 -07:00
parent f2b0f012c9
commit 0f9f64d137
3 changed files with 6 additions and 17 deletions

@ -1,8 +0,0 @@
# quickfort materials common baseline configuration file
#
# Defines forbidden materials and material preferences for build blueprints.
# Please DO NOT EDIT this file directly. Instead, custom materials preferences
# should be added to dfhack-config/quickfort/materials.txt.
#
# Syntax TBD

@ -1,9 +0,0 @@
# quickfort materials preference configuration file
#
# Defines forbidden materials and material preferences for build blueprints.
# Settings in this file take precedence over any settings in the baseline
# materials configuration file at hack/data/quickfort/materials-common.txt. See
# that file to view the global defaults.
#
# Syntax TBD

@ -11,6 +11,12 @@
# path. If set to a relative path, resolves to a directory under the DF folder.
blueprints_dir=blueprints
# Force all blueprint buildings that could be built with any building material
# to only use blocks. The prevents logs, boulders, and bars (e.g. potash and
# coal) from being wasted on constructions. If set to false, buildings will be
# built with any available building material.
buildings_use_blocks=true
# Set to "true" or "false". If true, will designate dig blueprints in marker
# mode. If false, only cells with dig codes explicitly prefixed with an "m" will
# be designated in marker mode.