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