]> git.pond.sub.org Git - empserver/blob - info/Autofish.t
Clean up some trailing whitespace
[empserver] / info / Autofish.t
1 .TH Concept Autofish
2 .NA Autofish "How to exploit resources at sea automatically"
3 .LV Expert
4 Fishing boats and oil derricks let you exploit sea resources.
5 Navigating them back and forth between harbor and fishery / offshore
6 oil field is rather tedious.  Autonavigation lets you automate this.
7 .s1
8 It is more commonly used for fishing boats than for oil derricks,
9 because oil fields are commonly configured to deplete quickly, and are
10 often too far from harbors for the slow oil derricks to make
11 autonavigation effective.
12 .s1
13 This is an example of how to set up a fleet of fishing boats
14 so they will take their food produced each update and drop it off
15 at the harbor of your choice.  Oil derricks work exactly the same.
16 .s1
17 See info \*Qorder\*U for a complete description and example of
18 syntax for the \*Qorder\*U command.
19 .s1
20 .NF
21 map #1
22    00000000001111111
23    01234567890123456
24  -4. . . . . . . . .
25  -3 ? ? . . . . . .
26  -2? . . . . . . ) .
27  -1 ? . . . . . f . .
28   0. . . . . g m . .
29   1 . . . . f * w h .
30   2. . . . . c + + .
31 .s1
32 You have ships 0,12 and 88 in the harbor at 15,1.
33 Sector 16,0 has a very good fert of 93 so you want to use that
34 as your fishing grounds.
35 .s1
36 1) move your ships to sector 16,0
37     "nav 0/12/88 16,0"
38
39 2a) set up autonav using the 'order' command.
40     "order 0 des 15,1 16,0"
41     This will establish a circular trade route.
42
43 2b) set up food levels for the ship
44     "order 0 level 1 start food 30"
45     "order 0 level 1 end   food 30"
46
47     You can also use a global '*' or a fleet letter here.
48     "order * level 1 start food 30"
49     "order * level 1 end   food 30"
50
51     "order F level 1 start food 30"
52     "order F level 1 end   food 30"
53
54     NOTE: You should set BOTH start and end fields to insure
55           autofish will work correctly and set them at the
56           same levels!
57
58     NOTE: Fishing boats and oil derricks are a special case
59           to the autonav code.  This setup will only work
60           correctly with them.  If you want to use autonav
61           with cargo ships please use the examples found in
62           the \*Qorder\*U command.
63
64 repeat 2a,2b for other ships in the area.
65 .FI
66 .s1
67 During the update your fishing boats will now move to the harbor at
68 15,1 unload food until it reaches 30, then move back to 15,1 and STOP.
69 So unless the ship gets sunk, or something happens to it, like the
70 civs starve on board if you don't leave enough food on it,
71 the ships will continue to feed your country and you won't even need
72 to think about them.
73 .s1
74 For oil derricks, step 2b becomes:
75 .nf
76     "order 0 level 1 start food 30"
77     "order 1 level 2 end   oil 1"
78
79     Note: If food is not required, food cargo levels can be zeroed.
80
81     Note: In this configuration, the end oil level is not important
82           as it is not used.
83 .fi
84 .s1
85 If your ship can't be unloaded because the the harbor is overcrowded,
86 it will continue along its route.
87 .SA "Autonav, order, navigate, Ships, Populace, Updates"