]> git.pond.sub.org Git - empserver/blob - info/Commands/path.t
Import of Empire 4.2.12
[empserver] / info / Commands / path.t
1 .TH Command PATH
2 .NA path "Show the distribution path of a sector"
3 .LV Expert
4 .SY "path <SECT>"
5 The path command generates a map
6 of the distribution path for a specific sector.
7 .s1
8 The <SECT> argument is a single sector, as described in \*Qinfo syntax\*U.
9
10 The distribution paths are indicated with \*Qgo-to\*Us
11 exactly as for the "route" command:
12 .NF
13 .sp
14  m/     up-right        (u in level)
15  m>     right           (j in level)
16  m\\\\     down-right      (n in level)
17 /m      down-left       (b in level)
18 <m      left            (g in level)
19 \\\\m      up-left         (y in level)
20 .FI
21 .sp
22 An example:
23 .sp
24 .EX path -2,0
25 .NF
26      - - - 0 0 0 0 0 0 0 0 0 0 1 1
27      3 2 1 0 1 2 3 4 5 6 7 8 9 0 1
28  -5  .   .   a   a   .   .   .   a  -5
29  -4    .   k   o   .   .   .   1    -4
30  -3  a   h   j   a   .   .   +/  .  -3
31  -2    ^   a   a   a   .   a/  a    -2
32  -1  .   a   a   a   b   +/  +   .  -1
33   0    0\\\\  c   u>  t>  i/  .   .    0
34   1  .   a>  l/  ^   a   a   .   .  1
35   2    .   a   a   a   .   a   .    2
36      - - - 0 0 0 0 0 0 0 0 0 0 1 1
37      3 2 1 0 1 2 3 4 5 6 7 8 9 0 1
38 .FI
39 .sp
40 where -2,0 distributes to 10,-4 along the path shown.
41 .sp
42 .SA "distribute, census, Syntax, route, map, Distribution"