dfhack/plugins/Dfusion
Warmist fe211acb71 Small bug fixes 2012-03-18 16:23:31 +02:00
..
include Fixes for DfHack::Process foolery. 2012-03-11 14:59:32 +02:00
luafiles Small bug fixes 2012-03-18 16:23:31 +02:00
src New pointer, setup pointer and df-array. ALso new tool, empregnate. 2012-03-18 12:24:28 +02:00
CMakeLists.txt Move depends out of main library, make them (static) libraries. 2012-03-13 14:46:48 +01:00
dfusion.cpp few small bugs (embark caste selection) and moved runsaved to non-auto. 2012-03-18 03:02:16 +02:00
readme.txt updated readme.txt 2012-03-18 02:22:26 +02:00

readme.txt

Dfusion plugin offers four DFhack commands: 'dfusion', 'dfuse' and 'lua', 'runlua'.
lua:
Runs an interactive lua console. For more on lua commands see [http://www.lua.org/manual/5.1/manual.html Lua reference manual] or google "lua". Also this command could be ran with filepath as an argument. Then it runs that file as a lua script file. E.g. ''lua dfusion/temp.lua'' runs a file  <your df path>/dfusion/temp.lua.
runlua:
Similar to ''lua <filename>'' but not interactive, to be used with hotkeys
dfusion:
First this command runs all plugins' init.lua part then show a menu. Type number to run specified plugin.
dfuse:
Similar to dfusion but not interactive. To be used with hotkeys (later will have command support).

Also dfuse/dfusion runs an init script located at 'save directory/dfusion/init.lua'. And 'initcustom.lua' if it exists
More info http://dwarffortresswiki.org/index.php/Utility:DFusion