]> git.pond.sub.org Git - empserver/blob - info/map.t
Fix trailing whitespace
[empserver] / info / map.t
1 .TH Command MAP
2 .NA map "Generate a map showing sector types, seas, etc"
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 Examples:
17 .EX map -9:18,-8:5
18 generates a 28 x 14 map based on data supplied by the sectors
19 in the area specified.
20 .NF
21     ---------0000000000111111111
22     9876543210123456789012345678
23  -8        . . . - -             -8
24  -7       . . . . - ^            -7
25  -6    . . . . - - - -           -6
26  -5   . . - . a a - ^ ? ? -      -5
27  -4  . . . . k o ! - ^ ? ? ?     -4
28  -3 . - . a h j a ^ ^ ^ ^ ^ -    -3
29  -2  . . - . a a a ^ a a - - -   -2
30  -1   . . . a a a b + + ^ ^ -    -1
31   0  . . . m c u a a - ^ - ^     0
32   1   . - . a a . a a - - ^      1
33   2    - ^ ^ a a a ^ a - - ^     2
34   3     - - - - - - - . . -      3
35   4      ^ - - - - - ^ - -       4
36   5       - ^ - - ^ - - -        5
37     ---------0000000000111111111
38     9876543210123456789012345678
39 .FI
40 .s1
41 .EX map # >mapfil
42 where your \*Qrealm\*U (or '#',
43 see \*Qinfo realm\*U or \*Qinfo update\*U)
44 is -5:5,-6:6 will type out a 11 by 13 sector map
45 and also put the map in the file called \*Qmapfil\*U.
46 .s1
47 Also, if you give a ship # instead of coordinates or a realm, map
48 will show you a small realm around the given ship (assuming you
49 own it).
50 .s1
51 If you use nmap, you can get a map that shows new sector designations
52 instead of old sector designations of your own country.
53 .s1
54 If you use lmap, you can get a map around a land unit.
55 If you use pmap, you can get a map around a plane.
56 If you use smap, you can get a map around a ship.
57 If you use nmap, you can get a map around a nuke.
58 .s1
59 .L "MAP FLAGS"
60 .s1
61 If you specify an 's' flag, map will put your ships on the map.
62 If you specify an 'l' flag, map will put your land units on the map.
63 If you specify an 'p' flag, map will put your planes on the map.
64 If you specify an 'n' flag, map will put your nukes on the map.
65 A '*' will put all on the map.
66 When multiple unit types are selected they are displayed
67 in the following priority order: nukes, land units, ships, planes.
68 To highlight sectors you own, specifiy the 'h' flag.
69 .s1
70 .SA "census, commodity, radar, realm, route, Maps"