DFHack console

DFHack console #

  1. 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.
  1. To make the external console window visible, you can type in show and click enter.
  1. To clear the external console, type in clear and click enter.
  2. To launch your script, type in the name of the script omitting the .lua extension and click enter.
  3. To run a one-line lua code snippet inside the external console, type in :lua followed by the snippet and click enter.