update docs for changelayer
parent
ddd2e5003a
commit
fae5f0635a
@ -1,60 +1,72 @@
|
|||||||
changelayer
|
changelayer
|
||||||
===========
|
===========
|
||||||
Changes material of the geology layer under cursor to the specified inorganic
|
|
||||||
RAW material. Can have impact on all surrounding regions, not only your embark!
|
Tags:
|
||||||
By default changing stone to soil and vice versa is not allowed. By default
|
:dfhack-keybind:
|
||||||
changes only the layer at the cursor position. Note that one layer can stretch
|
|
||||||
across lots of z levels. By default changes only the geology which is linked
|
Change the material of an entire geology layer. Note that one layer can stretch
|
||||||
to the biome under the cursor. That geology might be linked to other biomes
|
across many z-levels, and changes to the geology layer will affect all
|
||||||
as well, though. Mineral veins and gem clusters will stay on the map. Use
|
surrounding regions, not just your embark! Mineral veins and gem clusters will
|
||||||
`changevein` for them.
|
not be affected. Use `changevein` if you want to modify those.
|
||||||
|
|
||||||
tl;dr: You will end up with changing quite big areas in one go, especially if
|
tl;dr: You will end up with changing large areas in one go, especially if you
|
||||||
you use it in lower z levels. Use with care.
|
use it in lower z levels. Use this command with care!
|
||||||
|
|
||||||
Options:
|
Usage::
|
||||||
|
|
||||||
:all_biomes: Change selected layer for all biomes on your map.
|
changelayer <material RAW id> [<options>]
|
||||||
Result may be undesirable since the same layer can AND WILL
|
|
||||||
be on different z-levels for different biomes. Use the tool
|
When run without options, ``changelayer`` will:
|
||||||
'probe' to get an idea how layers and biomes are distributed
|
|
||||||
on your map.
|
- only affect the geology layer at the current cursor position
|
||||||
:all_layers: Change all layers on your map (only for the selected biome
|
- only affect the biome that covers the current cursor position
|
||||||
unless 'all_biomes' is added).
|
- not allow changing stone to soil and vice versa
|
||||||
Candy mountain, anyone? Will make your map quite boring,
|
|
||||||
but tidy.
|
You can use the `probe` command on various tiles around your map to find valid
|
||||||
:force: Allow changing stone to soil and vice versa. !!THIS CAN HAVE
|
material RAW ids and to get an idea how layers and biomes are distributed.
|
||||||
WEIRD EFFECTS, USE WITH CARE!!
|
|
||||||
Note that soil will not be magically replaced with stone.
|
Options
|
||||||
You will, however, get a stone floor after digging so it
|
-------
|
||||||
will allow the floor to be engraved.
|
|
||||||
Note that stone will not be magically replaced with soil.
|
- ``all_biomes``
|
||||||
You will, however, get a soil floor after digging so it
|
Change the corresponding geology layer for all biomes on your map. Be aware
|
||||||
could be helpful for creating farm plots on maps with no
|
that the same geology layer can AND WILL be on different z-levels for
|
||||||
soil.
|
different biomes.
|
||||||
:verbose: Give some details about what is being changed.
|
- ``all_layers``
|
||||||
:trouble: Give some advice about known problems.
|
Change all geology layers on your map (only for the selected biome unless
|
||||||
|
``all_biomes`` is also specified). Candy mountain, anyone? Will make your map
|
||||||
Examples:
|
quite boring, but tidy.
|
||||||
|
- ``force``
|
||||||
|
Allow changing stone to soil and vice versa. **THIS CAN HAVE WEIRD EFFECTS,
|
||||||
|
USE WITH CARE AND SAVE FIRST**. Note that soil will not be magically replaced
|
||||||
|
with stone. You will, however, get a stone floor after digging, so it will
|
||||||
|
allow the floor to be engraved. Similarly, stone will not be magically
|
||||||
|
replaced with soil, but you will get a soil floor after digging, so it could
|
||||||
|
be helpful for creating farm plots on maps with no soil.
|
||||||
|
- ``verbose``
|
||||||
|
Output details about what is being changed.
|
||||||
|
|
||||||
|
Examples
|
||||||
|
--------
|
||||||
|
|
||||||
``changelayer GRANITE``
|
``changelayer GRANITE``
|
||||||
Convert layer at cursor position into granite.
|
Convert the layer at the cursor position into granite.
|
||||||
``changelayer SILTY_CLAY force``
|
``changelayer SILTY_CLAY force``
|
||||||
Convert layer at cursor position into clay even if it's stone.
|
Convert teh layer at the cursor position into clay, even if it's stone.
|
||||||
``changelayer MARBLE all_biomes all_layers``
|
``changelayer MARBLE all_biomes all_layers``
|
||||||
Convert all layers of all biomes which are not soil into marble.
|
Convert all layers of all biomes which are not soil into marble.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
* If you use changelayer and nothing happens, try to pause/unpause the game
|
* If you use changelayer and nothing happens, try to pause/unpause the game
|
||||||
for a while and try to move the cursor to another tile. Then try again.
|
for a while and move the cursor to another tile. Then try again. If that
|
||||||
If that doesn't help try temporarily changing some other layer, undo your
|
doesn't help, then try to temporarily change some other layer, undo your
|
||||||
changes and try again for the layer you want to change. Saving
|
changes, and try again for the layer you want to change. Saving and
|
||||||
and reloading your map might also help.
|
reloading your map also sometimes helps.
|
||||||
* You should be fine if you only change single layers without the use
|
* You should be fine if you only change single layers without the use
|
||||||
of 'force'. Still it's advisable to save your game before messing with
|
of 'force'. Still, it's advisable to save your game before messing with
|
||||||
the map.
|
the map.
|
||||||
* When you force changelayer to convert soil to stone you might experience
|
* When you force changelayer to convert soil to stone, you might see some
|
||||||
weird stuff (flashing tiles, tiles changed all over place etc).
|
weird stuff (flashing tiles, tiles changed all over place etc). Try
|
||||||
Try reverting the changes manually or even better use an older savegame.
|
reverting the changes manually or even better use an older savegame. You
|
||||||
You did save your game, right?
|
did save your game, right?
|
||||||
|
Loading…
Reference in New Issue