diff options
| author | Alexander Gavrilov | 2012-09-17 17:19:24 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-09-17 17:19:24 +0400 |
| commit | 613063cef4d87b3b4307144b85da60dc40daceb3 (patch) | |
| tree | 5aeccf6b0fead58ad9e1292da20addc3a6504f52 /dfhack.init-example | |
| parent | 82e870c8ddc9b64370c3828d1d4807306ac72887 (diff) | |
| download | dfhack-613063cef4d87b3b4307144b85da60dc40daceb3.tar.gz dfhack-613063cef4d87b3b4307144b85da60dc40daceb3.tar.bz2 dfhack-613063cef4d87b3b4307144b85da60dc40daceb3.tar.xz | |
Add a tweak to fix subtractDimension of small amounts.
Diffstat (limited to 'dfhack.init-example')
| -rw-r--r-- | dfhack.init-example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dfhack.init-example b/dfhack.init-example index a9b69b82..b8b53cad 100644 --- a/dfhack.init-example +++ b/dfhack.init-example @@ -59,6 +59,9 @@ keybinding add Alt-L@dwarfmode/LookAround gui/liquids # machine power sensitive pressure plate construction keybinding add Ctrl-Shift-M@dwarfmode/Build/Position/Trap gui/power-meter +# siege engine control +keybinding add Alt-A@dwarfmode/QueryBuilding/Some/SiegeEngine gui/siege-engine + ############################ # UI and game logic tweaks # ############################ @@ -79,3 +82,7 @@ tweak stable-temp # capping the rate to no less than 1 degree change per 500 frames # Note: will also cause stuff to melt faster in magma etc tweak fast-heat 500 + +# stop stacked liquid/bar/thread/cloth items from lasting forever +# if used in reactions that use only a fraction of the dimension. +tweak fix-dimensions |
