From 3e6294198b6e8f3be3de2f5168636e0b395ae5a3 Mon Sep 17 00:00:00 2001 From: myk002 Date: Thu, 18 Feb 2021 23:23:50 -0800 Subject: [PATCH] update wording of fortplan deprecation notice --- plugins/fortplan.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/fortplan.cpp b/plugins/fortplan.cpp index 969c67d20..4d51f2c99 100644 --- a/plugins/fortplan.cpp +++ b/plugins/fortplan.cpp @@ -200,8 +200,10 @@ std::vector> tokenizeFile(std::string filename) { command_result fortplan(color_ostream &out, vector & params) { auto & con = out; - con.print("Fortplan is deprecated. Please use DFHack's quickfort command" - " instead. Fortplan will be removed in a future DFHack release.\n"); + con.print("Fortplan is deprecated. Please move your blueprints to the" + " 'blueprints' folder (under your DF installation directory) and use" + " DFHack's quickfort command instead:\n quickfort run example.csv\n" + " Fortplan will be removed in a future DFHack release.\n" std::vector> layout(128, std::vector(128)); if (params.size()) {