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