]> git.pond.sub.org Git - empserver/blob - info/deliver.t
client: Make get_password() not echo with POSIX && !HAVE_GETPASS
[empserver] / info / deliver.t
1 .TH Command DELIVER
2 .NA deliver "Establish delivery routes for shells, ore, etc"
3 .LV Expert
4 .SY "deliver <COMM> <SECTS> <THRESH> <DIR>"
5 .SY "deliver <COMM> <SECTS> +<THRESH>"
6 .SY "deliver <COMM> <SECTS> <DIR>"
7 .SY "deliver <COMM> <SECTS> q"
8 .s1
9 An example of using deliver in addition to distribute is where
10 you may have a mine which uses distribute to get its food
11 from a warehouse, but uses deliver to export its iron to the adjacent
12 hcm factory.
13 .s1
14 Deliver may be used to extra-fine tune a distribution network.  In
15 fact, deliver can greatly improve the performance of a distribution
16 network if used properly.
17 .s1
18 If 'q' is specified rather than a threshold, then the delivery
19 directions and thresholds will simply be listed.  You can also use the
20 "cutoff" command to list delivery thresholds.
21 .s1
22 The number <THRESH> specifies how much of that commodity you would
23 like to be kept in the sector.  If you do not want to change the
24 direction that a sector delivers to, then put a '+' before the number
25 <THRESH>.
26 .s1
27 Note that delivery thresholds are stored as multiples of 8.  If you
28 specify a threshold that is not a multiple of 8, it will be rounded down.
29 .s1
30 Delivery will not ship out the last civilian or the last military if
31 there are no civilians, regardless of thresholds.
32 .s1
33 The direction must be specified as one of the six direction characters,
34 (usually `y' `u' `j' `n' `b' or `g'), the \*Qno-direction\*U character,
35 (usually `h').  If no direction is specified, then the direction will
36 not be changed for that sector.
37 .s1
38 .EX "deli f 0,0 0 j"
39 Will deliver all food from 0,0 to 2,0.
40 .EX "deli i * ?des=m +87"
41 Will set iron delivery threshold to 80 in all mines.
42 .EX "deli l * q"
43 Will list all lcm delivery specifications.  (Sectors with no delivery
44 threshold or direction will not be listed).
45 .s1
46 The census and commodity reports will indicate deliveries by the
47 same characters used to specify them in this command.
48 .s1
49 If, during an update, the destination sector is not owned by you,
50 the message \*Qdelivery walkout between x,y & x,y\*U will be printed
51 and nothing will be delivered.
52 .s1
53 Delivery routes may also be mapped out with the \*Qroute\*U command.
54 .s1
55 See "info Mobility" for an explanation of mobility costs.
56 .s1
57 .SA "cutoff, census, commodity, route, distribute, Distribution"