2022-07-10 00:01:46 -06:00
|
|
|
3dveins
|
|
|
|
=======
|
2022-07-20 00:11:02 -06:00
|
|
|
|
2022-08-06 14:24:56 -06:00
|
|
|
.. dfhack-tool::
|
2022-08-09 23:37:24 -06:00
|
|
|
:summary: Rewrite layer veins to expand in 3D space.
|
2023-01-10 23:26:12 -07:00
|
|
|
:tags: untested fort gameplay map
|
2022-07-27 01:18:51 -06:00
|
|
|
|
2022-08-09 23:37:24 -06:00
|
|
|
Existing, flat veins are removed and new 3D veins that naturally span z-levels
|
|
|
|
are generated in their place. The transformation preserves the mineral counts
|
|
|
|
reported by `prospect`.
|
2022-07-18 12:34:58 -06:00
|
|
|
|
2022-08-17 23:42:02 -06:00
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
|
|
|
::
|
2022-07-18 12:34:58 -06:00
|
|
|
|
|
|
|
3dveins [verbose]
|
|
|
|
|
|
|
|
The ``verbose`` option prints out extra information to the console.
|
|
|
|
|
2022-07-20 00:11:02 -06:00
|
|
|
Example
|
|
|
|
-------
|
2022-07-18 12:34:58 -06:00
|
|
|
|
2022-07-22 11:14:50 -06:00
|
|
|
::
|
|
|
|
|
2022-07-18 12:34:58 -06:00
|
|
|
3dveins
|
|
|
|
|
2022-09-28 13:45:57 -06:00
|
|
|
New veins are generated using natural-looking 3D Perlin noise in order to
|
|
|
|
produce a layout that flows smoothly between z-levels. The vein distribution is
|
|
|
|
based on the world seed, so running the command for the second time should
|
|
|
|
produce no change. It is best to run it just once immediately after embark.
|
2022-07-18 12:34:58 -06:00
|
|
|
|
|
|
|
This command is intended as only a cosmetic change, so it takes care to exactly
|
|
|
|
preserve the mineral counts reported by ``prospect all``. The amounts of layer
|
|
|
|
stones may slightly change in some cases if vein mass shifts between z layers.
|
2022-07-10 00:01:46 -06:00
|
|
|
|
|
|
|
The only undo option is to restore your save from backup.
|