From 2026c2b0c3dfc49f9bd01cf0eecef9d054c6d953 Mon Sep 17 00:00:00 2001 From: Myk Taylor Date: Sat, 18 Jul 2020 20:04:22 -0700 Subject: [PATCH] change settings names to use underscored since dash makes them invalid lua identifiers --- dfhack-config/quickfort/quickfort.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dfhack-config/quickfort/quickfort.txt b/dfhack-config/quickfort/quickfort.txt index bac02b631..683c1da7d 100644 --- a/dfhack-config/quickfort/quickfort.txt +++ b/dfhack-config/quickfort/quickfort.txt @@ -5,16 +5,16 @@ # Directory to search for blueprints. Can be set to an absolute or relative # path. If set to a relative path, resolves to a directory under the DF folder. -blueprints-dir=blueprints +blueprints_dir=blueprints # Set to "true" or "false". If true, will designate dig blueprints in marker # mode. If false, only cells with dig codes prefixed with ``m`` will be # designated in marker mode. -force-marker-mode=false +force_marker_mode=false # Allows you to manually select building materials for each # building/construction when running (or creating orders for) build blueprints. # Materials in selection dialogs are ordered according to preferences in # materials.txt. If false, will only prompt for materials that have :labels. # See https://github.com/joelpt/quickfort#manual-material-selection for details. -force-interactive-build=false +force_interactive_build=false