- v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
- Use this page to report any issues related to the migration.
Difference between revisions of "User:Caiburn"
m |
|||
Line 43: | Line 43: | ||
</nowiki></div> | </nowiki></div> | ||
::Savok: I don't think that Pong will work (timing of p-plates isn't good at all) | ::Savok: I don't think that Pong will work (timing of p-plates isn't good at all) | ||
+ | |||
+ | ---- | ||
+ | |||
+ | Easy pathing fortress layout (not to scale) | ||
+ | |||
+ | <div style="font-family: monospace; white-space: pre; line-height: 126.5%"><nowiki> | ||
+ | Top level | ||
+ | Trade Depot and main stairs entrance (walls/fortifications omitted). | ||
+ | ............................................ | ||
+ | ....................DDDDD................... | ||
+ | ....................DDDDD................... | ||
+ | ....................DDDDD................... | ||
+ | ....................DDDDD................... | ||
+ | ....................DDDDD................... | ||
+ | ............................................ | ||
+ | .....................>>>.................... | ||
+ | .....................>>>.................... | ||
+ | .....................>>>.................... | ||
+ | ............................................ | ||
+ | |||
+ | Following levels | ||
+ | Distance between stairs is [Shift+Cursor], so 11 spaces | ||
+ | relative to center of central stairway | ||
+ | .>...>...>...>...>...>...>...>...>...>... | ||
+ | ......................................... | ||
+ | ......................................... | ||
+ | ......................................... | ||
+ | .>...>...>...>...>...>...>...>...>...>... | ||
+ | ......................................... | ||
+ | ......................................... | ||
+ | ....................XXX.................. | ||
+ | .>...>...>...>...>..XXX..>...>...>...>... | ||
+ | ....................XXX.................. | ||
+ | ......................................... | ||
+ | Below this level, replace down stairs with up/down stairs. | ||
+ | |||
+ | |||
+ | Residential buildings fitting for the resulting space blocks (to scale) | ||
+ | .>.........>. | ||
+ | ..▒▒▒▒▒▒▒▒▒.. | ||
+ | ..╫bhf▒fhb╫.. | ||
+ | ..▒▒▒▒▒▒▒▒▒.. | ||
+ | ..╫bhf▒fhb╫.. | ||
+ | ..▒▒▒▒▒▒▒▒▒.. bhf being bed, chest, cabinet | ||
+ | ..╫bhf▒fhb╫.. | ||
+ | ..▒▒▒▒▒▒▒▒▒.. | ||
+ | ..╫bhf▒fhb╫.. | ||
+ | ..▒▒▒▒▒▒▒▒▒.. | ||
+ | .>.........>. | ||
+ | |||
+ | </nowiki></div> | ||
+ | |||
+ | Since Toady seems to use a volumetric instead of a planar approach* to distance calculation/pathing for jobs, this makes access to all areas for the dwarves very easy and lowers the amount of collision detection for entities. On my machine this enables me to play with a headcount of over 150 (where 100 was my previous maximum for personal endurable game speed). | ||
+ | |||
+ | (*) Volumetric means changing the z-level up or down by one is always a distance of 1 - regardless of the distance to the nearest stairway. This leads to "weird" behavior like dwarves ignoring nearby resources since the same resource is directly below the destination, one Z-level and hundreds of steps to the next stairway away. |
Latest revision as of 13:38, 29 August 2008
Basics[edit]
Miasma-safe indoor refuse stockpile
Ideas to try[edit]
Thanks to Savok for his unified map key (found here) and the input for flytrap and pong.
Bridge flytrap
- Savok: I don't think that Pong will work (timing of p-plates isn't good at all)
Easy pathing fortress layout (not to scale)
Since Toady seems to use a volumetric instead of a planar approach* to distance calculation/pathing for jobs, this makes access to all areas for the dwarves very easy and lowers the amount of collision detection for entities. On my machine this enables me to play with a headcount of over 150 (where 100 was my previous maximum for personal endurable game speed).
(*) Volumetric means changing the z-level up or down by one is always a distance of 1 - regardless of the distance to the nearest stairway. This leads to "weird" behavior like dwarves ignoring nearby resources since the same resource is directly below the destination, one Z-level and hundreds of steps to the next stairway away.