]> git.pond.sub.org Git - empserver/blob - info/pmap.t
info: New Common-Fever, Hvy-Fever
[empserver] / info / pmap.t
1 .TH Command PMAP
2 .NA pmap "Get a map around a plane"
3 .LV Basic
4 .SY "pmap <SECTS|PLANE> [<MAP-FLAGS>]"
5 A map gives you a graphic representation of all or part of your country.
6 .s1
7 Your own sectors as well as sea, mountains, wasteland and unowned
8 wilderness and plains show up as a designation mnemonic (see
9 \*QSector-types\*U).  Other sectors appear as question marks
10 (\*Q?\*U).
11 .s1
12 Examples:
13 .EX map -9:18,-8:5
14 generates a 28 x 14 map based on data supplied by the sectors
15 in the area specified.
16 .NF
17     ---------0000000000111111111
18     9876543210123456789012345678
19  -8        . . . - -             -8
20  -7       . . . . - ^            -7
21  -6    . . . . - - - -           -6
22  -5   . . - . a a - ^ ? ? -      -5
23  -4  . . . . k o ! - ^ ? ? ?     -4
24  -3 . - . a h j a ^ ^ ^ ^ ^ -    -3
25  -2  . . - . a a a ^ a a - - -   -2
26  -1   . . . a a a b + + ^ ^ -    -1
27   0  . . . m c u a a - ^ - ^     0
28   1   . - . a a . a a - - ^      1
29   2    - ^ ^ a a a ^ a - - ^     2
30   3     - - - - - - - . . -      3
31   4      ^ - - - - - ^ - -       4
32   5       - ^ - - ^ - - -        5
33     ---------0000000000111111111
34     9876543210123456789012345678
35 .FI
36 .s1
37 .EX map # >mapfil
38 where your \*Qrealm\*U (or '#',
39 see \*Qinfo realm\*U or \*Qinfo update\*U)
40 is -5:5,-6:6 will type out a 11 by 13 sector map
41 and also put the map in the file called \*Qmapfil\*U.
42 .s1
43 Also, if you give a ship # instead of coordinates or a realm, map
44 will show you a small realm around the given ship (assuming you
45 own it).
46 .s1
47 If you use nmap, you can get a map that shows new sector designations
48 instead of old sector designations of your own country.
49 .s1
50 If you use lmap, you can get a map around a land unit.
51 If you use pmap, you can get a map around a plane.
52 If you use smap, you can get a map around a ship.
53 If you use nmap, you can get a map around a nuke.
54 .s1
55 .L "MAP FLAGS"
56 .s1
57 Optional argument <MAP-FLAGS> consists of map flag characters.
58 If you specify an 's' flag, map will put your ships on the map.
59 If you specify an 'l' flag, map will put your land units on the map.
60 If you specify an 'p' flag, map will put your planes on the map.
61 If you specify an 'n' flag, map will put your nukes on the map.
62 A '*' will put all on the map.
63 When multiple unit types are selected they are displayed
64 in the following priority order: nukes, land units, ships, planes.
65 To highlight sectors you own, specifiy the 'h' flag.
66 .s1
67 .SA "census, commodity, radar, realm, route, Planes, Maps"