To quote the readme:
Settings and watchlist are stored in the savegame, so that you can have
different settings for each world. If you want to copy your watchlist to
another savegame you can use the command list_export::
- Load savegame where you made the settings.
- Start a CMD shell and navigate to the df directory. Type the following into the shell:
dfhack-run autobutcher list_export > autobutcher.bat (or .sh)
- Load the savegame where you want to copy the settings to, run the batch file (from the shell):
autobutcher.bat
This script is very simple: (eg)
dfhack-run autobutcher start
dfhack-run autobutcher autowatch
dfhack-run autobutcher sleep 6000
dfhack-run autobutcher target 5 1 5 1 new
dfhack-run autobutcher target 5 1 5 1 CAT
dfhack-run autobutcher watch CAT
Surely there's a more elegant way to do this? Even just exporting the file directly instead of requiring the user to pop another terminal would be an improvement!
To quote the readme:
This script is very simple: (eg)
Surely there's a more elegant way to do this? Even just exporting the file directly instead of requiring the user to pop another terminal would be an improvement!