]> git.pond.sub.org Git - empserver/blob - info/smap.t
Spelling fixes.
[empserver] / info / smap.t
1 .TH Command SMAP
2 .NA smap "Get a map around a ship"
3 .LV Basic
4 .SY "map <SECTS | SHIP> <s|p|l|*|h>"
5 .SY "nmap <SECTS | SHIP> <s|p|l|*|h>"
6 .SY "smap <SECTS | SHIP> <s|p|l|*|h>"
7 .SY "lmap <SECTS | SHIP> <s|p|l|*|h>"
8 .SY "pmap <SECTS | SHIP> <s|p|l|*|h>"
9 A map gives you a graphic representation of all or part of your country.
10 .s1
11 Your own sectors as well as sea, mountains, wasteland and unowned
12 wilderness and plains show up as a designation mnemonic (see
13 \*QSector-types\*U).  Other sectors appear as question marks
14 (\*Q?\*U).
15 .s1
16 You can also get this by typing 'M' at the navigation prompt.
17 .s1
18 Examples:
19 .EX map -9:18,-8:5
20 generates a 28 x 14 map based on data supplied by the sectors
21 in the area specified.
22 .NF
23     ---------0000000000111111111
24     9876543210123456789012345678
25  -8        . . . - -             -8
26  -7       . . . . - ^            -7
27  -6    . . . . - - - -           -6
28  -5   . . - . a a - ^ ? ? -      -5
29  -4  . . . . k o ! - ^ ? ? ?     -4
30  -3 . - . a h j a ^ ^ ^ ^ ^ -    -3
31  -2  . . - . a a a ^ a a - - -   -2
32  -1   . . . a a a b + + ^ ^ -    -1
33   0  . . . m c u a a - ^ - ^     0
34   1   . - . a a . a a - - ^      1
35   2    - ^ ^ a a a ^ a - - ^     2
36   3     - - - - - - - . . -      3
37   4      ^ - - - - - ^ - -       4
38   5       - ^ - - ^ - - -        5
39     ---------0000000000111111111
40     9876543210123456789012345678
41 .FI
42 .s1
43 .EX map # >mapfil
44 where your \*Qrealm\*U (or '#',
45 see \*Qinfo realm\*U or \*Qinfo update\*U)
46 is -5:5,-6:6 will type out a 11 by 13 sector map
47 and also put the map in the file called \*Qmapfil\*U.
48 .s1
49 Also, if you give a ship # instead of coordinates or a realm, map
50 will show you a small realm around the given ship (assuming you
51 own it).
52 .s1
53 If you use nmap, you can get a map that shows new sector designations
54 instead of old sector designations of your own country.
55 .s1
56 If you use lmap, you can get a map around a land unit, 
57 instead. Pmap does the same for a plane. Smap does
58 the same for a ship.
59 .s1
60 .L "MAP FLAGS"
61 .s1
62 If you give an 's' flag, all your ships will be shown on the map.
63 An 'l' flag does the same for land units, and a 'p' for planes.
64 \&'*' shows all in this order: land units, ships, planes.
65 To highlight sectors you own, specifiy the 'h' flag.
66 .s1
67 .SA "census, commodity, radar, realm, route, update, Ships, Maps"