dfhack/docs/plugins/infiniteSky.rst

27 lines
805 B
ReStructuredText

infiniteSky
===========
2022-07-25 23:00:56 -06:00
.. dfhack-tool::
:summary: Automatically allocates new z-levels of sky
2022-08-12 00:34:37 -06:00
:tags: fort design map
If enabled, this plugin will automatically allocate new z-levels of sky at the
top of the map as you build up. Or it can allocate one or many additional levels
at your command.
2022-08-17 23:42:02 -06:00
Usage
-----
2022-07-25 23:00:56 -06:00
``enable infiniteSky``
Enables monitoring of constructions. If you build anything in the second
highest z-level, it will allocate one more sky level. You can build stairs
up as high as you like!
``infiniteSky [<n>]``
Raise the sky by n z-levels. If run without parameters, raises the sky by
one z-level.
.. warning::
:issue:`Sometimes <254>` new z-levels disappear and cause cave-ins.
Saving and loading after creating new z-levels should fix the problem.