1
DF Suggestions / object picking distance
« on: July 02, 2012, 06:17:18 pm »
when dwarves select objects they dont use full pathfinding, they have an ordered list of objects sorted by distance. something like dx + dy + dz. (maybe squared). i would like to modify this so they can be a*dx + b*dy + c*dz, that way people who have very vertical fortresses can set c high, and force dwarves to work on the same level. you could also do that with y, and force dwarves to favor moving horizontally (if that suits your fort).
it would be a nice entry into d_init.txt
it would be a nice entry into d_init.txt