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