]> git.pond.sub.org Git - empserver/blob - info/Commands/pbmap.t
Add missing pages on sbmap, pbmap, lbmap. Document flags * and h
[empserver] / info / Commands / pbmap.t
1 .TH Command PBMAP
2 .NA bmap "Big map of all your worldly knowledge around a plane"
3 .LV Expert
4 .SY "bmap [<SECTS> | <SHIP>] <s|p|l|r|t|*|h>"
5 .SY "lbmap [<SECTS> | <LAND UNIT>] <s|p|l|*|h>"
6 .SY "pbmap [<SECTS> | <PLANE>] <s|p|l|*|h>"
7 .SY "sbmap [<SECTS> | <SHIP>] <s|p|l|*|h>"
8 A bmap gives you a graphic representation of all or part of your country.
9 .s1
10 Bmap differs from map in that it reflects everything you've learned
11 about the world. If, for example, you navigate near a sector and find
12 out that it is sea, it will show up on your bmap as sea, even if it 
13 doesn't show up on your map.
14 .s1
15 Note that bmap shows the \*QLAST KNOWN INFORMATION\*U you have about
16 a sector. It may change, and your bmap will not reflect it. For example,
17 if you re-designate a sector, it won't show up on your bmap as the
18 new sector type until you do a map.
19 .s1
20 Commands contributing to bmap include (but are not limited to):
21 map, nav, fly, bomb, recon, para, drop, lookout, coastwatch, radar.
22 (probably others)
23 .s1
24 Your own sectors show up as a designation mnemonic
25 (see \*QSector-types\*U) while sectors held by other countries
26 appear as question marks (\*Q?\*U).
27 Mountains, wilderness areas, and seas appear
28 as '^', '-' and '.' respectively.
29 .s1
30 Note that any sector
31 marked as 'X' on your bmap will automatically be avoided by
32 ships when they are trying to calculate the best path between two
33 points.  Whenever you detect a sea mine in a sector, the server will
34 automatically put an 'X' on your bmap.
35 .s1
36 You can call up a local bmap while navigating or marching by typing 'B'
37 at the prompt.
38 .s1
39 Examples:
40 .EX bmap -9:18,-8:5
41 generates a 28 x 14 bmap based on data supplied by the sectors
42 in the area specified.
43 .NF
44     ---------0000000000111111111
45     9876543210123456789012345678
46  -8        . . . - -             -8
47  -7       . . . . - ^            -7
48  -6    . . . . - - - -           -6
49  -5   . . - . a a - ^ ? ? -      -5
50  -4  . . . . k o ! - ^ ? ? ?     -4
51  -3 . - . a h j a ^ ^ ^ ^ ^ -    -3
52  -2  . . - . a a a ^ a a - - -   -2
53  -1   . . . a a a b + + ^ ^ -    -1
54   0  . . . m c u a a - ^ - ^     0
55   1   . - . a a . a a - - ^      1
56   2    - ^ ^ a a a ^ a - - ^     2
57   3     - - - - - - - . . -      3
58   4      ^ - - - - - ^ - -       4
59   5       - ^ - - ^ - - -        5
60     ---------0000000000111111111
61     9876543210123456789012345678
62 .FI
63 .s1
64 .EX bmap # >mapfil
65 where your \*Qrealm\*U (or '#',
66 see \*Qinfo realm\*U or \*Qinfo update\*U)
67 is -5:5,-6:6 will type out a 11 by 13 sector bmap
68 and also put the bmap in the file called \*Qmapfil\*U.
69 .s1
70 You can also give the number of a ship, and bmap will give you a small
71 bmap centered on the location of that ship, provided you own it.
72 If you use lmap, the number of a land unit will give you a map around
73 that land unit. The pmap command does the same for planes.
74 .s1
75 .L "BMAP FLAGS"
76 .s1
77 If you specify an 's' flag, bmap will put your ships on the map.
78 If you specify an 'l' flag, bmap will put your land units on the map.
79 If you specify an 'p' flag, bmap will put your planes on the map.
80 A '*' will put all on the map, in this order: land units, ships, planes.
81 To highlight sectors you own, specify the 'h' flag.
82 .s1
83 You actually have two bmaps.  One which is created by the server; this
84 one is called your 'true' bmap.  You can view your true bmap at any
85 time using the
86 .SY "bmap <SECTS> true"
87 command.  However, usually when you view your bmap, you are looking at
88 your 'working' bmap.  The only difference between your working bmap
89 and your true bmap is that your working bmap also contains
90 designations put on there by you using the 'bdes' command, and by your
91 friends using the "sharebmap" command.  If somehow your bmap gets
92 corrupted, you can revert your working bmap back to your true bmap
93 using the command:
94 .SY "bmap <SECTS> revert"
95 .s1
96 .SA "bdes, map, navigate, fly, bomb, recon, paradrop, drop, lookout, coastwatch, radar, sharebmap, Planes, Maps"