]> git.pond.sub.org Git - empserver/blob - info/sbmap.t
Spelling fixes.
[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|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 You can also get an sbmap by typing 'B' at the navigation prompt.
25 .s1
26 Note that any sector
27 marked as 'X' on your bmap will automatically be avoided by
28 ships when they are trying to calculate the best path between two
29 points.  Whenever you detect a sea mine in a sector, the server will
30 automatically put an 'X' on your bmap.
31 .s1
32 You can call up a local bmap while navigating or marching by typing 'B'
33 at the prompt.
34 .s1
35 Examples:
36 .EX bmap -9:18,-8:5
37 generates a 28 x 14 bmap based on data supplied by the sectors
38 in the area specified.
39 .NF
40     ---------0000000000111111111
41     9876543210123456789012345678
42  -8        . . . - -             -8
43  -7       . . . . - ^            -7
44  -6    . . . . - - - -           -6
45  -5   . . - . a a - ^ ? ? -      -5
46  -4  . . . . k o ! - ^ ? ? ?     -4
47  -3 . - . a h j a ^ ^ ^ ^ ^ -    -3
48  -2  . . - . a a a ^ a a - - -   -2
49  -1   . . . a a a b + + ^ ^ -    -1
50   0  . . . m c u a a - ^ - ^     0
51   1   . - . a a . a a - - ^      1
52   2    - ^ ^ a a a ^ a - - ^     2
53   3     - - - - - - - . . -      3
54   4      ^ - - - - - ^ - -       4
55   5       - ^ - - ^ - - -        5
56     ---------0000000000111111111
57     9876543210123456789012345678
58 .FI
59 .s1
60 .EX bmap # >mapfil
61 where your \*Qrealm\*U (or '#',
62 see \*Qinfo realm\*U or \*Qinfo update\*U)
63 is -5:5,-6:6 will type out a 11 by 13 sector bmap
64 and also put the bmap in the file called \*Qmapfil\*U.
65 .s1
66 You can also give the number of a ship, and bmap will give you a small
67 bmap centered on the location of that ship, provided you own it.
68 If you use lmap, the number of a land unit will give you a map around
69 that land unit. The pmap command does the same for planes.
70 .s1
71 .L "BMAP FLAGS"
72 .s1
73 If you specify an 's' flag, bmap will put your ships on the map.
74 If you specify an 'l' flag, bmap will put your land units on the map.
75 If you specify an 'p' flag, bmap will put your planes on the map.
76 A '*' will put all on the map, in this order: land units, ships, planes.
77 To highlight sectors you own, specify the 'h' flag.
78 .s1
79 You actually have two bmaps.  One which is created by the server; this
80 one is called your 'true' bmap.  You can view your true bmap at any
81 time using the
82 .SY "bmap <SECTS> true"
83 command.  However, usually when you view your bmap, you are looking at
84 your 'working' bmap.  The only difference between your working bmap
85 and your true bmap is that your working bmap also contains
86 designations put on there by you using the 'bdes' command, and by your
87 friends using the "sharebmap" command.  If somehow your bmap gets
88 corrupted, you can revert your working bmap back to your true bmap
89 using the command:
90 .SY "bmap <SECTS> revert"
91 .s1
92 .SA "bdes, map, navigate, fly, bomb, recon, paradrop, drop, lookout, coastwatch, radar, sharebmap, Ships, Maps"