>>
|
No. 95571
Уристы, переведите и объясните следующее:
Alter these options to control how aggressively your dwarves place objects in a container with like items (rather than an empty container). The default options are very aggressive. STORE_DIST_ITEM_DECREASE controls the cap on objects it will consider -- for each object it finds in a container, one tile is removed from its apparent distance to the dwarf, up to this cap. The others control how many tiles are removed for each combination type for any match at all. For instance, if ITEM_DECREASE is set to 20, and SEED_COMBINE is set to 100, a dwarf carrying seeds will see a seed bag with 15 seeds as 115 tiles closer than it actually is (and thus pass up any empties within that distance), whereas a seed bag with 30 seeds would be treated as 120 tiles closer (because it hits the ITEM_DECREASE cap). Values from 2 to 1000 are permitted. Before these init options, the behavior was roughly ITEM_DECREASE 2, SEED_COMBINE 2 and the rest at 1000.
[STORE_DIST_ITEM_DECREASE:20]
[STORE_DIST_SEED_COMBINE:1000]
[STORE_DIST_BUCKET_COMBINE:1000]
[STORE_DIST_BARREL_COMBINE:1000]
[STORE_DIST_BIN_COMBINE:1000]
Я правильно понял, что первая строка, это минимум расстояния, на котором дворф не будет пользоваться бочкой или ящиком как авоськой? Если дальше чем 20 тайлов, сначала возьмет контейнер, потом побежит?
дальше идут строки для мешка, ведра, бочки, и ящика. это понятно. Но что обозначает "1000"? максимально возможное расстояние, на котором он будет обобщать грузы в "авоське"?
Ну вот, пока все это писал, сам разобрался, похоже.
Впрочем, жду вашего ответа.
|