]> git.pond.sub.org Git - empserver/blob - info/Commands/pmap.t
Import of Empire 4.2.12
[empserver] / info / Commands / pmap.t
1 .TH Command PMAP
2 .NA pmap "Get a map around a plane"
3 .LV Expert
4 .SY "map <SECTS | SHIP> <s|p|l>"
5 .SY "nmap <SECTS | SHIP> <s|p|l>"
6 .SY "smap <SECTS | SHIP> <s|p|l>"
7 .SY "lmap <SECTS | SHIP> <s|p|l>"
8 .SY "pmap <SECTS | SHIP> <s|p|l>"
9 A map gives you a graphic representation of all or part of your country.
10 .s1
11 Your own sectors show up as a designation mnemonic
12 (see \*QSector-types\*U) while sectors held by other countries
13 appear as question marks (\*Q?\*U).
14 Mountains, wilderness areas, and seas appear
15 as '^', '-' and '.' respectively.
16 .s1
17 Examples:
18 .EX map -9:18,-8:5
19 generates a 28 x 14 map based on data supplied by the sectors
20 in the area specified.
21 .NF
22     ---------0000000000111111111
23     9876543210123456789012345678
24  -8        . . . - -             -8
25  -7       . . . . - ^            -7
26  -6    . . . . - - - -           -6
27  -5   . . - . a a - ^ ? ? -      -5
28  -4  . . . . k o ! - ^ ? ? ?     -4
29  -3 . - . a h j a ^ ^ ^ ^ ^ -    -3
30  -2  . . - . a a a ^ a a - - -   -2
31  -1   . . . a a a b + + ^ ^ -    -1
32   0  . . . m c u a a - ^ - ^     0
33   1   . - . a a . a a - - ^      1
34   2    - ^ ^ a a a ^ a - - ^     2
35   3     - - - - - - - . . -      3
36   4      ^ - - - - - ^ - -       4
37   5       - ^ - - ^ - - -        5
38     ---------0000000000111111111
39     9876543210123456789012345678
40 .FI
41 .s1
42 .EX map # >mapfil
43 where your \*Qrealm\*U (or '#',
44 see \*Qinfo realm\*U or \*Qinfo update\*U)
45 is -5:5,-6:6 will type out a 11 by 13 sector map
46 and also put the map in the file called \*Qmapfil\*U.
47 .s1
48 Also, if you give a ship # instead of coordinates or a realm, map
49 will show you a small realm around the given ship (assuming you
50 own it).
51 .s1
52 If you use nmap, you can get a map that shows new sector designations
53 instead of old sector designations of your own country.
54 .s1
55 If you use lmap, you can get a map around a land unit, 
56 instead. Pmap does the same for a plane. Smap does
57 the same for a ship.
58 .s1
59 .L "MAP FLAGS"
60 .s1
61 If you give an 's' flag, all your ships will be shown on the map.
62 An 'l' flag does the same for land units, and a 'p' for planes.
63 '*' gives all of the above.
64 .s1
65 .SA "census, commodity, radar, realm, route, update, Planes, Maps"