]> git.pond.sub.org Git - empserver/blob - info/Concepts/Autofeed.t
Import of Empire 4.2.12
[empserver] / info / Concepts / Autofeed.t
1 .TH Concept Autofeed
2 .NA Autofeed "How to use fishing boats to automatically feed your civs"
3 .LV Expert
4 .NF
5
6   For years now people have been setting up large groups of fishing
7 boats to feed their island.  These groups get very large and are
8 difficult to keep track of.
9
10   This is an example of how to set up a fleet of fishing boats
11 so they will take their food produced each update and drop it off
12 at the harbor of your choice.
13
14   See 'info order' for a complete description and example of
15 syntax for the 'order' command.
16
17 map #1
18    00000000001111111
19    01234567890123456
20  -4. . . . . . . . .
21  -3 ? ? . . . . . .
22  -2? . . . . . . ) .
23  -1 ? . . . . . f . .
24   0. . . . . g m . .
25   1 . . . . f * w h .
26   2. . . . . c + + .
27
28 You have ships  0,12,88 in the harbor 15,1
29 Sector 16,0 has a very good fert of 93 so you want to use that
30 as your fishing grounds.
31
32 1) move your ships to sector 16,0
33 "nav 0/12/88 16,0"
34
35 2a) set up autonav using the 'order' command.
36     "order 0 des 15,1 16,0"
37     This will establish a circular trade route.
38
39 2b) set up food levels for the ship
40     "order 0 level 1 start food 30"
41     "order 0 level 1 end   food 30"
42
43     You can also use a global '*' or a fleet letter here.
44     "order * level 1 start food 30"
45     "order * level 1 end   food 30"
46    
47     "order F level 1 start food 30"
48     "order F level 1 end   food 30"
49
50     NOTE: You should set BOTH start and end fields to insure
51           autofeed will work correctly and set them at the 
52           same levels!
53
54     NOTE: if you are using autonav with normal cargo ships.
55     Fishing boats are a special case to the autonav code.
56     This setup will only work correctly with fishing boats.
57     If you want to use autonav with cargo ships please use 
58     the examples found in the 'order' command.
59
60 repeat 2a,2b for other ships in the area.
61
62 During the update your fishing boats will now move to the harbor at
63 15,1 unload food until it reaches 30, then move back to 15,1 and STOP.
64 If you're using fishing boats that require fuel, i.e. fb2
65 when the ship enters the harbor, and the fuel level is at 0, the
66 autonav code will automaticly refuel the ship for you.
67 So unless the ship gets sunk, or something happens to it, like the
68 civs starve on board if you don't leave enough food on it,
69 the ships will continue to feed your country and you won't even need
70 to think about them.
71
72 The Max limit that autonav will stockpile is 99999 units.
73 So if your sector get overcrowded the ship will sit in the harbor
74 until it can unload all of its food.
75 .FI
76 .SA "Autonav, order, navigate, Ships, Populace, Update"