update wording of fortplan deprecation notice

develop
myk002 2021-02-18 23:23:50 -08:00
parent 09f0607db2
commit 3e6294198b
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 4 additions and 2 deletions

@ -200,8 +200,10 @@ std::vector<std::vector<std::string>> tokenizeFile(std::string filename) {
command_result fortplan(color_ostream &out, vector<string> & 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<std::vector<std::string>> layout(128, std::vector<std::string>(128));
if (params.size()) {