]> git.pond.sub.org Git - empserver/blob - info/lmap.t
WIP empdump, %a
[empserver] / info / lmap.t
1 .TH Command LMAP
2 .NA lmap "Map around a land unit"
3 .LV Basic
4 .SY "map <SECTS | SHIP> <s|p|l|n|*|h>"
5 .SY "nmap <SECTS | NUKE> <s|p|l|n|*|h>"
6 .SY "smap <SECTS | SHIP> <s|p|l|n|*|h>"
7 .SY "lmap <SECTS | LAND UNIT> <s|p|l|n|*|h>"
8 .SY "pmap <SECTS | PLANE> <s|p|l|n|*|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 an lmap by typing 'M' at the march 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 If you use pmap, you can get a map around a plane.
58 If you use smap, you can get a map around a ship.
59 If you use nmap, you can get a map around a nuke.
60 .s1
61 .L "MAP FLAGS"
62 .s1
63 If you specify an 's' flag, map will put your ships on the map.
64 If you specify an 'l' flag, map will put your land units on the map.
65 If you specify an 'p' flag, map will put your planes on the map.
66 If you specify an 'n' flag, map will put your nukes on the map.
67 A '*' will put all on the map.
68 When multiple unit types are selected they are displayed
69 in the following priority order: nukes, land units, ships, planes.
70 To highlight sectors you own, specifiy the 'h' flag.
71 .s1
72 .SA "census, commodity, radar, realm, route, LandUnits, Maps"