|
|
@ -10,10 +10,10 @@ Your plan should be stored in a .csv file like this::
|
|
|
|
|
|
|
|
|
|
|
|
# this is a comment
|
|
|
|
# this is a comment
|
|
|
|
d;d;u;d;d;skip this tile;d
|
|
|
|
d;d;u;d;d;skip this tile;d
|
|
|
|
d;d;d;i
|
|
|
|
d;d;d;j
|
|
|
|
|
|
|
|
|
|
|
|
Available tile shapes are named after the 'dig' menu shortcuts:
|
|
|
|
Available tile shapes are named after the 'dig' menu shortcuts:
|
|
|
|
``d`` for dig, ``u`` for upstairs, ``d`` downstairs, ``i`` updown,
|
|
|
|
``d`` for dig, ``u`` for upstairs, ``d`` downstairs, ``j`` updown,
|
|
|
|
``h`` channel, ``r`` upward ramp, ``x`` remove designation.
|
|
|
|
``h`` channel, ``r`` upward ramp, ``x`` remove designation.
|
|
|
|
Unrecognized characters are ignored (eg the 'skip this tile' in the sample).
|
|
|
|
Unrecognized characters are ignored (eg the 'skip this tile' in the sample).
|
|
|
|
|
|
|
|
|
|
|
|