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