|
|
@ -10,7 +10,7 @@
|
|
|
|
#on-new-fortress buildingplan set boulders false; buildingplan set logs false
|
|
|
|
#on-new-fortress buildingplan set boulders false; buildingplan set logs false
|
|
|
|
|
|
|
|
|
|
|
|
# Disable cooking of useful item types when you start a new fortress.
|
|
|
|
# Disable cooking of useful item types when you start a new fortress.
|
|
|
|
on-new-fortress ban-cooking tallow; ban-cooking honey; ban-cooking oil; ban-cooking seeds; ban-cooking brew; ban-cooking fruit; ban-cooking mill; ban-cooking thread; ban-cooking milk; ban-cooking booze
|
|
|
|
on-new-fortress ban-cooking all
|
|
|
|
|
|
|
|
|
|
|
|
# Show a warning dialog when units are starving
|
|
|
|
# Show a warning dialog when units are starving
|
|
|
|
repeat -name warn-starving -time 10 -timeUnits days -command [ warn-starving ]
|
|
|
|
repeat -name warn-starving -time 10 -timeUnits days -command [ warn-starving ]
|
|
|
@ -25,9 +25,6 @@ repeat -name autoMilkCreature -time 14 -timeUnits days -command [ workorder "{\"
|
|
|
|
# Fulfill high-volume orders before slower once-daily orders
|
|
|
|
# Fulfill high-volume orders before slower once-daily orders
|
|
|
|
repeat -name orders-sort -time 1 -timeUnits days -command [ orders sort ]
|
|
|
|
repeat -name orders-sort -time 1 -timeUnits days -command [ orders sort ]
|
|
|
|
|
|
|
|
|
|
|
|
# Don't let caravans bring barrels of blood and other useless liquids
|
|
|
|
|
|
|
|
fix/blood-del
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Manages crop assignment for farm plots
|
|
|
|
# Manages crop assignment for farm plots
|
|
|
|
enable autofarm
|
|
|
|
enable autofarm
|
|
|
|
autofarm default 30
|
|
|
|
autofarm default 30
|
|
|
@ -40,8 +37,8 @@ enable automelt
|
|
|
|
enable tailor
|
|
|
|
enable tailor
|
|
|
|
|
|
|
|
|
|
|
|
# auto-assigns nesting birds to nestbox zones and protects fertile eggs from
|
|
|
|
# auto-assigns nesting birds to nestbox zones and protects fertile eggs from
|
|
|
|
# being cooked/eaten
|
|
|
|
# being gathered and eaten
|
|
|
|
enable zone autonestbox nestboxes
|
|
|
|
enable autonestbox nestboxes
|
|
|
|
|
|
|
|
|
|
|
|
# manages seed stocks
|
|
|
|
# manages seed stocks
|
|
|
|
enable seedwatch
|
|
|
|
enable seedwatch
|
|
|
|