|
|
@ -1,12 +1,14 @@
|
|
|
|
# This dfhack config file automates common tasks for your forts.
|
|
|
|
# This dfhack config file automates common tasks for your forts.
|
|
|
|
# It was written for the "dreamfort" set of quickfort blueprints, but the
|
|
|
|
# It was written for the Dreamfort set of quickfort blueprints, but the
|
|
|
|
# configuration set here is useful for any fort! Feed free to edit or
|
|
|
|
# configuration here is useful for any fort! Feed free to edit or override
|
|
|
|
# override to your liking.
|
|
|
|
# to your liking.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Disallow cooking of otherwise useful item types
|
|
|
|
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 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
|
|
|
|
|
|
|
|
|
|
|
|
# uncomment this next line if you want buildingplan to use only blocks for construction
|
|
|
|
# Uncomment this next line if you want buildingplan (and quickfort) to use only
|
|
|
|
# if you do uncomment, be sure to bring some blocks with you for starting workshops!
|
|
|
|
# blocks for construction. If you do uncomment, be sure to bring some blocks
|
|
|
|
|
|
|
|
# with you for starting workshops!
|
|
|
|
#on-new-fortress buildingplan set boulders false; buildingplan set logs false
|
|
|
|
#on-new-fortress buildingplan set boulders false; buildingplan set logs false
|
|
|
|
|
|
|
|
|
|
|
|
repeat -name warn-starving -time 10 -timeUnits days -command [ warn-starving ]
|
|
|
|
repeat -name warn-starving -time 10 -timeUnits days -command [ warn-starving ]
|
|
|
@ -23,19 +25,23 @@ tweak fast-heat 100
|
|
|
|
tweak do-job-now
|
|
|
|
tweak do-job-now
|
|
|
|
fix/blood-del enable
|
|
|
|
fix/blood-del enable
|
|
|
|
|
|
|
|
|
|
|
|
# configure plugins
|
|
|
|
# manages crop assignment for farm plots
|
|
|
|
enable autofarm
|
|
|
|
enable autofarm
|
|
|
|
autofarm default 30
|
|
|
|
autofarm default 30
|
|
|
|
autofarm threshold 150 GRASS_TAIL_PIG
|
|
|
|
autofarm threshold 150 GRASS_TAIL_PIG
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# allows you to configure a stockpile to automatically mark items for melting
|
|
|
|
enable automelt
|
|
|
|
enable automelt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# creates manager orders to produce replacements for worn clothing
|
|
|
|
enable tailor
|
|
|
|
enable tailor
|
|
|
|
tailor enable
|
|
|
|
tailor enable
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# auto-assigns nesting birds to nestbox zones
|
|
|
|
enable zone nestboxes
|
|
|
|
enable zone nestboxes
|
|
|
|
autonestbox start
|
|
|
|
autonestbox start
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# manages seed stocks
|
|
|
|
enable seedwatch
|
|
|
|
enable seedwatch
|
|
|
|
seedwatch all 30
|
|
|
|
seedwatch all 30
|
|
|
|
seedwatch start
|
|
|
|
seedwatch start
|
|
|
@ -43,6 +49,7 @@ seedwatch start
|
|
|
|
# ensures important tasks get assigned to workers.
|
|
|
|
# ensures important tasks get assigned to workers.
|
|
|
|
# otherwise these job types can get ignored in busy forts.
|
|
|
|
# otherwise these job types can get ignored in busy forts.
|
|
|
|
prioritize -a StoreItemInVehicle StoreItemInBag StoreItemInBarrel PullLever
|
|
|
|
prioritize -a StoreItemInVehicle StoreItemInBag StoreItemInBarrel PullLever
|
|
|
|
|
|
|
|
prioritize -a StoreItemInLocation StoreItemInHospital
|
|
|
|
prioritize -a DestroyBuilding RemoveConstruction RecoverWounded DumpItem
|
|
|
|
prioritize -a DestroyBuilding RemoveConstruction RecoverWounded DumpItem
|
|
|
|
prioritize -a CleanSelf SlaughterAnimal PrepareRawFish ExtractFromRawFish
|
|
|
|
prioritize -a CleanSelf SlaughterAnimal PrepareRawFish ExtractFromRawFish
|
|
|
|
prioritize -a TradeAtDepot BringItemToDepot CleanTrap ManageWorkOrders
|
|
|
|
prioritize -a TradeAtDepot BringItemToDepot CleanTrap ManageWorkOrders
|
|
|
|