summaryrefslogtreecommitdiff
path: root/dfhack.init-example
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-09-14 12:14:36 +0400
committerAlexander Gavrilov2012-09-14 12:14:36 +0400
commitaaf5d181bd2a54e378c91b7a02a558126c4d5105 (patch)
treea4280a93f405612f3f8454d33a8992c558fd6f58 /dfhack.init-example
parentc927623050708da1276e109899549b6f2577180f (diff)
downloaddfhack-aaf5d181bd2a54e378c91b7a02a558126c4d5105.tar.gz
dfhack-aaf5d181bd2a54e378c91b7a02a558126c4d5105.tar.bz2
dfhack-aaf5d181bd2a54e378c91b7a02a558126c4d5105.tar.xz
Add yet one more performance-oriented tweak for temperature updates.
Diffstat (limited to 'dfhack.init-example')
-rw-r--r--dfhack.init-example13
1 files changed, 9 insertions, 4 deletions
diff --git a/dfhack.init-example b/dfhack.init-example
index 5af52709..a9b69b82 100644
--- a/dfhack.init-example
+++ b/dfhack.init-example
@@ -51,7 +51,7 @@ keybinding add Shift-G "job-material GLASS_GREEN"
keybinding add Ctrl-M@dwarfmode/QueryBuilding/Some gui/mechanisms
# browse rooms of same owner
-keybinding add Alt-R@dwarfmode/QueryBuilding/Some gui/room-list.work
+keybinding add Alt-R@dwarfmode/QueryBuilding/Some gui/room-list
# interface for the liquids plugin
keybinding add Alt-L@dwarfmode/LookAround gui/liquids
@@ -59,9 +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
-###################
-# UI logic tweaks #
-###################
+############################
+# UI and game logic tweaks #
+############################
# stabilize the cursor of dwarfmode when switching menus
tweak stable-cursor
@@ -74,3 +74,8 @@ tweak readable-build-plate
# improve FPS by squashing endless item temperature update loops
tweak stable-temp
+
+# speed up items reaching temp equilibrium with environment by
+# 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