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