DFHack console
#
- You can open the in-game console by clicking the DFHack button in top left corner of the game window, or by using a
CTRL+SHIFT+D shortcut.
- To make the external console window visible, you can type in
show and click enter.
- To clear the external console, type in
clear and click enter.
- To launch your script, type in the name of the script omitting the .lua extension and click enter.
- To run a one-line lua code snippet inside the external console, type in
:lua followed by the snippet and click enter.