|
4 | 4 | # defaults when you update DFHack. Instead, add your configuration to |
5 | 5 | # dfhack-config/init/dfhack.init |
6 | 6 |
|
7 | | -############################ |
8 | | -# UI and game logic tweaks # |
9 | | -############################ |
10 | | - |
11 | | -# stabilize the cursor of dwarfmode when switching menus |
12 | | -#tweak stable-cursor |
13 | | - |
14 | | -# stop stacked liquid/bar/thread/cloth items from lasting forever |
15 | | -# if used in reactions that use only a fraction of the dimension. |
16 | | -# might be fixed by DF |
17 | | -# tweak fix-dimensions |
18 | | - |
19 | | -# make reactions requiring containers usable in advmode - the issue is |
20 | | -# that the screen asks for those reagents to be selected directly |
21 | | -#tweak advmode-contained |
22 | | - |
23 | | -# support Shift-Enter in Trade and Move Goods to Depot screens for faster |
24 | | -# selection; it selects the current item or stack and scrolls down one line |
25 | | -#tweak fast-trade |
26 | | - |
27 | | -# stop the right list in military->positions from resetting to top all the time |
28 | | -#tweak military-stable-assign |
29 | | -# in same list, color units already assigned to squads in brown & green |
30 | | -#tweak military-color-assigned |
31 | | - |
32 | | -# make crafted cloth items wear out with time like in old versions (bug 6003) |
33 | | -#tweak craft-age-wear |
34 | | - |
35 | | -# stop adamantine clothing from wearing out (bug 6481) |
36 | | -#tweak adamantine-cloth-wear |
37 | | - |
38 | | -# Add "Select all" and "Deselect all" options to farm plot menus |
39 | | -#tweak farm-plot-select |
40 | | - |
41 | | -# Add Shift-Left/Right controls to import agreement screen |
42 | | -#tweak import-priority-category |
43 | | - |
44 | | -# Fixes a crash in the work order contition material list (bug 9905). |
45 | | -#tweak condition-material |
46 | | - |
47 | | -# Adds an option to clear currently-bound hotkeys |
48 | | -#tweak hotkey-clear |
49 | | - |
50 | | -# Allows lowercase letters in embark profile names, and allows exiting the name prompt without saving |
51 | | -#tweak embark-profile-name |
52 | | - |
53 | | -# Reduce performance impact of temperature changes |
54 | | -#tweak fast-heat 100 |
55 | | - |
56 | | -# Misc. UI tweaks |
57 | | -#tweak block-labors # Prevents labors that can't be used from being toggled |
58 | | -#tweak burrow-name-cancel |
59 | | -#tweak cage-butcher |
60 | | -#tweak civ-view-agreement |
61 | | -#tweak do-job-now |
62 | | -#tweak eggs-fertile |
63 | | -#tweak fps-min |
64 | | -#tweak hide-priority |
65 | | -#tweak kitchen-prefs-all |
66 | | -#tweak kitchen-prefs-empty |
67 | | -#tweak max-wheelbarrow |
68 | | -#tweak partial-items |
69 | | -#tweak shift-8-scroll |
70 | | -#tweak stone-status-all |
71 | | -#tweak title-start-rename |
72 | | -#tweak tradereq-pet-gender |
73 | | - |
74 | | -########################### |
75 | | -# Globally acting plugins # |
76 | | -########################### |
77 | | - |
78 | | -# Display DFHack version on title screen |
79 | | -#enable title-version |
80 | | - |
81 | 7 | # Enable system services |
82 | 8 | enable buildingplan |
83 | 9 | enable burrow |
84 | 10 | enable confirm |
| 11 | +enable faststart |
85 | 12 | enable logistics |
86 | 13 | enable overlay |
87 | 14 |
|
88 | | -# Dwarf Manipulator (simple in-game Dwarf Therapist replacement) |
89 | | -#enable manipulator |
90 | | - |
91 | | -# Search tool in various screens (by falconne) |
92 | | -#enable search |
93 | | - |
94 | | -# Improved build material selection interface (by falconne) |
95 | | -#enable automaterial |
96 | | - |
97 | | -# Other interface improvement tools |
98 | | -# dwarfmonitor \ |
99 | | -# mousequery \ |
100 | | -# autogems \ |
101 | | -# zone \ |
102 | | -# stocks \ |
103 | | -# |
104 | | -#end a line with a backslash to make it continue to the next line. The \ is deleted for the final command. |
105 | | -# Multiline commands are ONLY supported for scripts like dfhack.init. You cannot do multiline command manually on the DFHack console. |
106 | | -# You cannot extend a commented line. |
107 | | -# You can comment out the extension of a line. |
108 | | - |
109 | | -# enable option to enter embark assistant |
110 | | -#enable embark-assistant |
111 | | - |
112 | | -########### |
113 | | -# Scripts # |
114 | | -########### |
115 | | - |
116 | | -# write extra information to the gamelog |
117 | | -#modtools/extra-gamelog enable |
118 | | - |
119 | | -# extended status screen (bedrooms page) |
120 | | -#enable gui/extended-status |
121 | | - |
122 | | -# add information to item viewscreens |
123 | | -#view-item-info enable |
124 | | - |
125 | | -# a replacement for the "load game" screen |
126 | | -#gui/load-screen enable |
127 | | - |
128 | | -################### |
129 | | -# Default Aliases # |
130 | | -################### |
131 | | - |
| 15 | +# aliases |
132 | 16 | alias add autounsuspend suspendmanager |
133 | 17 | alias add gui/dig gui/design |
134 | 18 | alias add version help |
0 commit comments