author | richk |
Wed, 15 Aug 2007 23:55:57 +0000 | |
branch | NewGRF_ports |
changeset 6831 | 3ea8f3858427 |
parent 6830 | d99ed7f360b5 |
child 6861 | e61565f715f8 |
permissions | -rw-r--r-- |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
1 |
// Automatically generated by GRFCODEC. Do not modify! |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
2 |
// (Info version 7) |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
3 |
// Format: spritenum pcxfile xpos ypos compression ysize xsize xrel yrel |
6829
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
4 |
0 * 4 2C 00 00 00 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
5 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
6 |
// Length of GRF in sprites |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
7 |
// if version of TTDPatch higher than X, skip two sprites |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
8 |
1 * 9 07 8B 04 \7> 02 0A D2 00 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
9 |
// bail out: version too low |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
10 |
2 * 20 0B 03 1F 00 "2.0.1r Alpha 22" 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
11 |
// fail safe when action 0B is not implemented, bail out |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
12 |
3 * 9 07 8B 04 \7< 02 0A DC 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
13 |
// check for newstations bit, if set, skip two sprites |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
14 |
4 * 6 07 85 01 \71 52 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
15 |
// bail out: newstation bit not set |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
16 |
5 * 19 0B 03 1F 02 "newstations on" 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
17 |
// fail safe when action 0B is not implemented, bail out |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
18 |
6 * 6 07 85 01 \70 52 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
19 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
20 |
// define GRF ID |
6786
875182f493eb
(svn r10858) [NewGRF_ports] -Fix: unix does not like "\" as path separator.
rubidium
parents:
6785
diff
changeset
|
21 |
7 * 51 08 07 "OAPD" "OpenTTD Basic Airports" 00 "Small, " |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
22 |
"City, Heliport" 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
23 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
24 |
// Define a sprite set for airports, one set, 4 views |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
25 |
8 * 4 01 0D 01 05 |
6788
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6787
diff
changeset
|
26 |
9 sprites/airportsbasic.pcx 178 8 09 8 18 0 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6787
diff
changeset
|
27 |
10 sprites/airportsbasic.pcx 210 8 09 7 12 0 2 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6787
diff
changeset
|
28 |
11 sprites/airportsbasic.pcx 242 8 09 64 96 0 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6787
diff
changeset
|
29 |
12 sprites/airportsbasic.pcx 354 8 09 64 96 0 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6787
diff
changeset
|
30 |
13 sprites/airportsbasic.pcx 458 8 09 64 96 0 0 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
31 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
32 |
// Define a graphics set ID (cargo ID = 0 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
33 |
14 * 7 02 0D 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
34 |
// Little/lots set |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
35 |
00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
36 |
// Set to define the graphics for (set #0) |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
37 |
00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
38 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
39 |
//---------------------------- |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
40 |
// Small Airport |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
41 |
//---------------------------- |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
42 |
// 11 properties to change, 1 station to change, station id = 0 |
6793
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
43 |
15 * 656 00 0D 0B 01 00 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
44 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
45 |
// Class ID |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
46 |
08 "SMLL" |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
47 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
48 |
// Sprite layout, of 13 sprites |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
49 |
09 0D |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
50 |
// 00 Old Term Left |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
51 |
69 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
52 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
53 |
// 01 Old Term Mid |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
54 |
6A 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
55 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
56 |
// 02 Old Term Right |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
57 |
6B 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
58 |
00 00 00 0F 0F 1F 6C 8A 00 80 // upper section |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
59 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
60 |
// 03 Old Hangar |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
61 |
4A 0A 00 00 //tarmac below |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
62 |
0E 00 00 02 10 1C 61 8A 00 80 // hangar front |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
63 |
00 00 00 02 10 1C 62 8A 00 80 // hangar side |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
64 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
65 |
// 04 Hangar exit |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
66 |
6D 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
67 |
0F 00 00 01 10 06 67 8A 00 80 // fence west |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
68 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
69 |
// 05 grass mid-left |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
70 |
6E 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
71 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
72 |
// 06 grass mid-right |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
73 |
6F 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
74 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
75 |
// 07 windsock |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
76 |
70 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
77 |
00 00 00 01 10 06 67 8A 00 80 // fence east |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
78 |
04 0B 00 01 01 14 74 8A 00 80 // windsock |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
79 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
80 |
// 08 Runway start with 04 number |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
81 |
71 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
82 |
0A 02 00 00 00 00 2D 04 00 00 // 0 in NE direction |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
83 |
08 07 00 00 00 00 2E 04 00 00 // 4 in NE direction |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
84 |
00 0F 00 10 01 06 68 8A 00 80 // fence south |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
85 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
86 |
// 09 Middle runway X |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
87 |
72 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
88 |
00 0F 00 10 01 06 68 8A 00 80 // fence south |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
89 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
90 |
// 0A Runway mid right |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
91 |
72 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
92 |
00 0F 00 10 01 06 68 8A 00 80 // fence south |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
93 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
94 |
// 0B Runway start |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
95 |
73 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
96 |
00 0F 00 10 01 06 68 8A 00 80 // fence south |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
97 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
98 |
// 0C Small Airport mini pic |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
99 |
2F 04 00 08 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
100 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
101 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
102 |
//callback mask |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
103 |
0B 01 //has a station availability |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
104 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
105 |
// Define custom layouts |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
106 |
0E 01 //one layouts |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
107 |
01 //NE facing |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
108 |
04 03 0C // X, y, minipic ID |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
109 |
02 01 00 03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
110 |
07 06 05 04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
111 |
0B 0A 09 08 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
112 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
113 |
// Prop19 Vehicle Type |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
114 |
19 03 //Air |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
115 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
116 |
// Define Finite State Machine |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
117 |
1A 16 // positions 00-15 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
118 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
119 |
// Small Airport : Position 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
120 |
\w53 \w3 \w0 40 \wx0007 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
121 |
03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
122 |
40 40 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
123 |
51 26 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
124 |
00 40 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
125 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
126 |
// Small Airport : Position 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
127 |
\w53 \w27 \w0 00 \wx0000 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
128 |
05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
129 |
40 00 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
130 |
01 01 40 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
131 |
02 00 00 04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
132 |
51 00 00 13 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
133 |
00 00 00 06 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
134 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
135 |
// Small Airport : Position 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
136 |
\w32 \w23 \w0 01 \wx000F 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
137 |
05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
138 |
01 01 00 04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
139 |
40 40 01 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
140 |
41 40 01 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
141 |
51 40 01 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
142 |
00 00 00 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
143 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
144 |
// Small Airport : Position 03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
145 |
\w10 \w23 \w0 02 \wx000F 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
146 |
05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
147 |
02 02 00 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
148 |
40 40 02 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
149 |
41 40 02 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
150 |
51 40 02 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
151 |
00 00 00 03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
152 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
153 |
// Small Airport : Position 04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
154 |
\w43 \w37 \w0 00 \wx0000 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
155 |
04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
156 |
02 00 00 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
157 |
40 00 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
158 |
41 00 00 06 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
159 |
51 00 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
160 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
161 |
// Small Airport : Position 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
162 |
\w24 \w37 \w0 00 \wx0000 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
163 |
02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
164 |
02 02 00 03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
165 |
00 00 00 04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
166 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
167 |
// Small Airport : Position 06 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
168 |
\w53 \w37 \w0 00 \wx0000 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
169 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
170 |
00 40 00 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
171 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
172 |
// Small Airport : Position 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
173 |
\w61 \w40 \w0 41 \wx0003 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
174 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
175 |
00 40 00 08 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
176 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
177 |
// Small Airport : Position 08 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
178 |
\w3 \w40 \w00 42 \wx0010 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
179 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
180 |
00 00 40 09 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
181 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
182 |
// Small Airport : Position 09 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
183 |
\wxFFB1 \w40 \w80 43 \wx0010 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
184 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
185 |
00 00 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
186 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
187 |
// Small Airport : Position 0A |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
188 |
\w137 \w40 \w80 7F \wx00B0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
189 |
03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
190 |
7F 00 00 0F |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
191 |
44 40 00 0B |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
192 |
54 40 00 14 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
193 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
194 |
// Small Airport : Position 0B |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
195 |
\w56 \w40 \w0 44 \wx0090 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
196 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
197 |
00 40 00 0C |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
198 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
199 |
// Small Airport : Position 0C |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
200 |
\w3 \w40 \w0 00 \wx00D0 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
201 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
202 |
00 40 00 0D |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
203 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
204 |
// Small Airport : Position 0D |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
205 |
\w7 \w40 \w0 45 \wx0000 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
206 |
03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
207 |
45 40 00 0E |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
208 |
02 00 00 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
209 |
00 00 00 0E |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
210 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
211 |
// Small Airport : Position 0E |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
212 |
\w53 \w40 \w0 00 \wx0000 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
213 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
214 |
00 40 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
215 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
216 |
// Small Airport : Position 0F |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
217 |
\wxFFE1 \w193 \w80 00 \wx00B0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
218 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
219 |
00 00 00 10 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
220 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
221 |
// Small Airport : Position 10 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
222 |
\w1 \w1 \w80 00 \wx00B0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
223 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
224 |
00 00 00 11 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
225 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
226 |
// Small Airport : Position 11 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
227 |
\w257 \w1 \w80 00 \wx00B0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
228 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
229 |
00 00 00 12 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
230 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
231 |
// Small Airport : Position 12 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
232 |
\w273 \w49 \w80 00 \wx00B0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
233 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
234 |
00 00 00 0A |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
235 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
236 |
// Small Airport : Position 13 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
237 |
\w44 \w37 \w80 51 \wx0000 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
238 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
239 |
51 00 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
240 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
241 |
// Small Airport : Position 14 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
242 |
\w44 \w40 \w80 54 \wx0030 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
243 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
244 |
00 40 00 15 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
245 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
246 |
// Small Airport : Position 15 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
247 |
\w44 \w40 \w0 55 \wx0000 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
248 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
249 |
00 40 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
250 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
251 |
// Prop1C Vehicle Entry Points |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
252 |
1C 10 10 10 10 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
253 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
254 |
// Prop1D Hangar/Depot Locations |
6788
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6787
diff
changeset
|
255 |
1D 01 03 00 01 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
256 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
257 |
// Prop1E Terminal Groups |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
258 |
1E 01 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
259 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
260 |
// Prop20 Port Subtype |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
261 |
20 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
262 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
263 |
// Prop22 Catchment Area |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
264 |
22 04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
265 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
266 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
267 |
//------------------------------ |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
268 |
// Large Airport |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
269 |
//------------------------------ |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
270 |
// 11 properties to change, 1 airport to change, airport id = 1 |
6793
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
271 |
16 * 1086 00 0D 0B 01 01 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
272 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
273 |
// Class ID |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
274 |
08 "LRGE" |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
275 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
276 |
// Sprite layout, of 34 sprites |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
277 |
09 22 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
278 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
279 |
// 23 = 0x17 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
280 |
4A 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
281 |
00 03 00 10 0B 28 5E 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
282 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
283 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
284 |
// 1 = 0x01 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
285 |
4A 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
286 |
00 00 00 10 01 06 68 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
287 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
288 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
289 |
// 25 = 0x19 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
290 |
4B 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
291 |
07 0B 00 03 03 0E 63 0A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
292 |
00 00 00 10 01 06 68 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
293 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
294 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
295 |
// 24 = 0x18 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
296 |
4A 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
297 |
0E 00 00 02 10 1C 5F 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
298 |
00 00 00 02 10 1C 60 0A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
299 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
300 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
301 |
// 19 = 0x13 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
302 |
4A 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
303 |
02 00 00 0B 10 28 5A 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
304 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
305 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
306 |
// 28 = 0x1C : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
307 |
4A 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
308 |
00 08 00 0E 03 0E 66 0A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
309 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
310 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
311 |
// 21 = 0x15 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
312 |
4A 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
313 |
00 01 00 0E 0E 1E 5C 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
314 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
315 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
316 |
// 26 = 0x1A : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
317 |
4B 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
318 |
02 07 00 03 03 0E 64 0A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
319 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
320 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
321 |
// 0 = 0x00 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
322 |
4A 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
323 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
324 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
325 |
// 2 = 0x02 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
326 |
4A 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
327 |
0F 00 00 01 10 06 67 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
328 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
329 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
330 |
// 22 = 0x16 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
331 |
4A 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
332 |
03 03 00 0A 0B 23 5D 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
333 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
334 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
335 |
// 3 = 0x03 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
336 |
4B 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
337 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
338 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
339 |
// 27 = 0x1B : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
340 |
4A 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
341 |
03 02 00 03 03 0E 65 0A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
342 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
343 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
344 |
// 5 = 0x05 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
345 |
4D 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
346 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
347 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
348 |
// 12 = 0x0C : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
349 |
54 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
350 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
351 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
352 |
// 13 = 0x0D : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
353 |
53 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
354 |
0F 00 00 01 10 06 67 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
355 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
356 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
357 |
// 43 = 0x2B : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
358 |
8D 0F 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
359 |
07 07 00 02 02 46 29 0A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
360 |
00 00 00 01 10 06 67 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
361 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
362 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
363 |
// 4 = 0x04 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
364 |
4C 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
365 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
366 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
367 |
// 6 = 0x06 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
368 |
4E 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
369 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
370 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
371 |
// 9 = 0x09 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
372 |
51 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
373 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
374 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
375 |
// 11 = 0x0B : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
376 |
53 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
377 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
378 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
379 |
// 20 = 0x14 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
380 |
8D 0F 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
381 |
03 03 00 0A 0A 3C 5B 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
382 |
0F 00 00 01 10 06 67 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
383 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
384 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
385 |
// 30 = 0x1E : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
386 |
8D 0F 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
387 |
00 00 00 01 10 06 67 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
388 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
389 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
390 |
// 5 = 0x05 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
391 |
4D 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
392 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
393 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
394 |
// 7 = 0x07 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
395 |
4F 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
396 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
397 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
398 |
// 8 = 0x08 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
399 |
50 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
400 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
401 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
402 |
// 10 = 0x0A : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
403 |
52 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
404 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
405 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
406 |
// 31 = 0x1F : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
407 |
8D 0F 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
408 |
07 07 00 02 02 08 78 0A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
409 |
0F 00 00 01 10 06 67 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
410 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
411 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
412 |
// 18 = 0x12 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
413 |
59 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
414 |
00 0F 00 10 01 06 68 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
415 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
416 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
417 |
// 14 = 0x0E : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
418 |
55 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
419 |
00 0F 00 10 01 06 68 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
420 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
421 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
422 |
// 15 = 0x0F : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
423 |
56 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
424 |
00 0F 00 10 01 06 68 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
425 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
426 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
427 |
// 16 = 0x10 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
428 |
57 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
429 |
00 0F 00 10 01 06 68 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
430 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
431 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
432 |
// 17 = 0x11 : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
433 |
58 0A 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
434 |
00 0F 00 10 01 06 68 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
435 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
436 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
437 |
// 21 Large Airport mini pic |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
438 |
30 04 00 08 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
439 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
440 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
441 |
//callback mask |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
442 |
0B 01 //has a station availability |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
443 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
444 |
// Define custom layouts |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
445 |
0E 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
446 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
447 |
06 06 21 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
448 |
00 01 02 01 01 03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
449 |
04 05 06 07 08 09 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
450 |
0A 0B 0C 0D 0E 0F |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
451 |
10 11 12 13 14 15 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
452 |
16 17 18 19 1A 1B |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
453 |
1C 1D 1E 1F 20 1C |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
454 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
455 |
// Prop19 Vehicle Type |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
456 |
19 03 //Air |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
457 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
458 |
// Define Finite State Machine |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
459 |
1A 1E // positions 00-1D |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
460 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
461 |
// Large Airport : Position 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
462 |
\w85 \w3 \w0 40 \wx0007 00 // HANGAR |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
463 |
03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
464 |
40 42 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
465 |
41 7E 43 42 7F 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
466 |
00 42 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
467 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
468 |
// Large Airport : Position 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
469 |
\w85 \w27 \w0 00 \wx0000 42 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
470 |
04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
471 |
40 00 42 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
472 |
02 42 00 06 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
473 |
03 42 00 06 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
474 |
00 42 00 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
475 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
476 |
// Large Airport : Position 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
477 |
\w26 \w41 \w0 01 \wx000B 01 // TERM1 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
478 |
04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
479 |
01 01 00 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
480 |
41 7E 43 42 7F 01 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
481 |
51 7E 43 42 7F 01 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
482 |
40 42 00 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
483 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
484 |
// Large Airport : Position 03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
485 |
\w56 \w20 \w0 02 \wx0007 02 // TERM2 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
486 |
04 |
6805
2b3ed8e47662
(svn r10879) [NewGRF_ports] -Feature: Added support for special orders, with addition of <data> byte in FSM command:
richk
parents:
6793
diff
changeset
|
487 |
02 02 00 05 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
488 |
41 7E 43 42 7F 02 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
489 |
51 7E 43 42 7F 02 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
490 |
40 42 00 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
491 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
492 |
// Large Airport : Position 04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
493 |
\w38 \w8 \w0 03 \wx000B 03 // TERM3 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
494 |
04 |
6805
2b3ed8e47662
(svn r10879) [NewGRF_ports] -Feature: Added support for special orders, with addition of <data> byte in FSM command:
richk
parents:
6793
diff
changeset
|
495 |
03 03 00 05 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
496 |
41 7E 43 42 7F 03 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
497 |
51 7E 43 42 7F 03 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
498 |
40 42 00 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
499 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
500 |
// Large Airport : Position 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
501 |
\w65 \w6 \w0 00 \wx0000 42 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
502 |
03 |
6805
2b3ed8e47662
(svn r10879) [NewGRF_ports] -Feature: Added support for special orders, with addition of <data> byte in FSM command:
richk
parents:
6793
diff
changeset
|
503 |
02 02 42 03 |
2b3ed8e47662
(svn r10879) [NewGRF_ports] -Feature: Added support for special orders, with addition of <data> byte in FSM command:
richk
parents:
6793
diff
changeset
|
504 |
03 03 42 04 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
505 |
00 42 00 06 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
506 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
507 |
// Large Airport : Position 06 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
508 |
\w80 \w27 \w0 00 \wx0000 42 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
509 |
04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
510 |
02 42 00 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
511 |
03 42 00 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
512 |
40 42 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
513 |
00 42 00 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
514 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
515 |
// Large Airport : Position 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
516 |
\w44 \w63 \w0 00 \wx0000 42 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
517 |
05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
518 |
01 01 42 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
519 |
41 43 42 08 |
6805
2b3ed8e47662
(svn r10879) [NewGRF_ports] -Feature: Added support for special orders, with addition of <data> byte in FSM command:
richk
parents:
6793
diff
changeset
|
520 |
51 00 00 16 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
521 |
40 42 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
522 |
00 42 00 06 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
523 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
524 |
// Large Airport : Position 08 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
525 |
\w58 \w71 \w0 00 \wx0000 43 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
526 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
527 |
00 40 43 09 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
528 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
529 |
// Large Airport : Position 09 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
530 |
\w72 \w85 \w0 00 \wx0000 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
531 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
532 |
00 40 00 0A |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
533 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
534 |
// Large Airport : Position 0A |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
535 |
\w89 \w85 \w0 41 \wx0003 40 // TAKEOFF |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
536 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
537 |
00 40 00 0B |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
538 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
539 |
// Large Airport : Position 0B |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
540 |
\w3 \w85 \w00 42 \wx0010 00 // STARTTAKEOFF |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
541 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
542 |
00 00 40 0C |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
543 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
544 |
// Large Airport : Position 0C |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
545 |
\wxFFB1 \w85 \w80 43 \wx0010 00 // ENDTAKEOFF |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
546 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
547 |
00 00 40 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
548 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
549 |
// Large Airport : Position 0D |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
550 |
\w177 \w87 \w80 7F \wx00A0 00 // FLYING |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
551 |
03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
552 |
7F 00 00 12 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
553 |
44 7E 45 44 40 7F 00 0E |
6805
2b3ed8e47662
(svn r10879) [NewGRF_ports] -Feature: Added support for special orders, with addition of <data> byte in FSM command:
richk
parents:
6793
diff
changeset
|
554 |
54 44 00 17 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
555 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
556 |
// Large Airport : Position 0E |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
557 |
\w89 \w87 \w00 44 \wx0080 40 // LANDING |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
558 |
02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
559 |
00 44 00 0F |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
560 |
00 00 00 0A |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
561 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
562 |
// Large Airport : Position 0F |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
563 |
\w30 \w87 \w0 00 \wx0050 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
564 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
565 |
00 00 45 10 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
566 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
567 |
// Large Airport : Position 10 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
568 |
\w20 \w87 \w0 00 \wx0000 45 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
569 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
570 |
00 00 40 11 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
571 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
572 |
// Large Airport : Position 11 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
573 |
\w36 \w71 \w0 45 \wx0000 44 // ENDLANDING |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
574 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
575 |
00 42 44 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
576 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
577 |
// Large Airport : Position 12 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
578 |
\w160 \w87 \w80 00 \wx00A0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
579 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
580 |
00 00 00 19 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
581 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
582 |
// Large Airport : Position 13 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
583 |
\w140 \w1 \w80 00 \wx00B0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
584 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
585 |
00 00 00 14 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
586 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
587 |
// Large Airport : Position 14 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
588 |
\w257 \w1 \w80 00 \wx00A0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
589 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
590 |
00 00 00 15 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
591 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
592 |
// Large Airport : Position 15 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
593 |
\w273 \w49 \w80 00 \wx00A0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
594 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
595 |
00 00 00 0D |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
596 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
597 |
// Large Airport : Position 16 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
598 |
\w44 \w63 \w80 51 \wx0000 00 // HELITAKEOFF |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
599 |
01 |
6805
2b3ed8e47662
(svn r10879) [NewGRF_ports] -Feature: Added support for special orders, with addition of <data> byte in FSM command:
richk
parents:
6793
diff
changeset
|
600 |
00 00 42 00 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
601 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
602 |
// Large Airport : Position 17 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
603 |
\w28 \w74 \w80 54 \wx0030 44 // HELILANDING |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
604 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
605 |
00 44 00 18 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
606 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
607 |
// Large Airport : Position 18 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
608 |
\w28 \w74 \w0 55 \wx0000 44 // HELIENDLANDING |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
609 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
610 |
00 42 44 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
611 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
612 |
// Large Airport : Position 19 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
613 |
\w145 \w1 \w80 00 \wx00A0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
614 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
615 |
00 00 00 14 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
616 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
617 |
// Large Airport : Position 1A |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
618 |
\wxFFE0 \w1 \w80 00 \wx00B0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
619 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
620 |
00 00 00 13 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
621 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
622 |
// Large Airport : Position 1B |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
623 |
\w300 \wxFFD0 \w80 00 \wx00B0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
624 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
625 |
00 00 00 1C |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
626 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
627 |
// Large Airport : Position 1C |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
628 |
\w140 \wxFFD0 \w80 00 \wx00B0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
629 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
630 |
00 00 00 13 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
631 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
632 |
// Large Airport : Position 1D |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
633 |
\wxFFE0 \w120 \w80 00 \wx00B0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
634 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
635 |
00 00 00 1A |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
636 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
637 |
// Prop1C Vehicle Entry Points |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
638 |
1C 1A 1D 1B 1C |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
639 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
640 |
// Prop1D Hangar/Depot Locations |
6788
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6787
diff
changeset
|
641 |
1D 01 05 00 01 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
642 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
643 |
// Prop1E Terminal Groups |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
644 |
1E 01 03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
645 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
646 |
// Prop20 Port Subtype |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
647 |
20 03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
648 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
649 |
// Prop22 Catchment Area |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
650 |
22 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
651 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
652 |
//availability date varaction2 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
653 |
//small airport available from 1927 (1920+7) to 1964 (1920+44) |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
654 |
17 * 14 02 0D |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
655 |
02 // ID |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
656 |
81 01 // Variable 01 (current date) |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
657 |
00 FF |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
658 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
659 |
01 FF 07 2B //1927-1964 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
660 |
00 FF |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
661 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
662 |
//availability date varaction2 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
663 |
//large airport available from 1951 (1920+31) to 2175 (1920+255) |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
664 |
18 * 14 02 0D |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
665 |
03 // ID |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
666 |
81 01 // Variable 01 (current date) |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
667 |
00 FF |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
668 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
669 |
01 FF 1F FF //1951-2175 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
670 |
00 FF |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
671 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
672 |
19 * 14 02 0D |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
673 |
04 // ID |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
674 |
81 0C // Check variable 0C (callback id) |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
675 |
00 FF |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
676 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
677 |
02 00 13 13 // Jump to action 2 ID 02 if this is callback 13 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
678 |
00 00 // Otherwise return the real sprites |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
679 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
680 |
20 * 14 02 0D |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
681 |
05 // ID |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
682 |
81 0C // Check variable 0C (callback id) |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
683 |
00 FF |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
684 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
685 |
03 00 13 13 // Jump to action 2 ID 03 if this is callback 13 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
686 |
00 00 // Otherwise return the real sprites |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
687 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
688 |
// Use graphics ID (1 station, ID 0, 0 cargo specific graphics, default cargo = 0) |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
689 |
21 * 7 03 0D 01 00 00 04 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
690 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
691 |
// Use graphics ID (1 station, ID 1, 0 cargo specific graphics, default cargo = 0) |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
692 |
22 * 7 03 0D 01 01 00 05 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
693 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
694 |
//------------------------------ |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
695 |
// Heliport |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
696 |
//------------------------------ |
6818
8c977ca780fe
(svn r10898) [NewGRF_ports] -Codechange: replace GetAirport and GetValidAiports by GetAvailableAirports which gives a list of available airports that (primarily) AIs can iterate over.
rubidium
parents:
6805
diff
changeset
|
697 |
// 10 properties to change, 1 airport to change, airport id = 2 |
6788
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6787
diff
changeset
|
698 |
23 * 204 00 0D 0A 01 02 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
699 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
700 |
// Class ID |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
701 |
08 "HELI" |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
702 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
703 |
//Sprite layout |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
704 |
09 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
705 |
// 58 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
706 |
// 58 = 0x3A : |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
707 |
8D 0F 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
708 |
00 00 00 10 10 3C 49 8A 00 80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
709 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
710 |
// 21 heliport mini pic |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
711 |
31 04 00 08 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
712 |
80 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
713 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
714 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
715 |
// Prop0B Callbacks |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
716 |
0B 01 //Availability |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
717 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
718 |
// Define custom layouts |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
719 |
0E 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
720 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
721 |
01 01 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
722 |
00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
723 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
724 |
// Prop19 Vehicle Type |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
725 |
19 03 //Air |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
726 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
727 |
// Define Finite State Machine |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
728 |
1A 09 // positions 00-08 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
729 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
730 |
// Heliport : Position 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
731 |
\w5 \w9 \w60 25 \wx0003 25 // HELIPAD1 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
732 |
02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
733 |
25 25 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
734 |
51 00 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
735 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
736 |
// Heliport : Position 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
737 |
\w2 \w9 \w80 51 \wx0000 00 // HELITAKEOFF |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
738 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
739 |
00 00 7F 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
740 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
741 |
// Heliport : Position 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
742 |
\wxFFFD \w9 \w80 00 \wx0030 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
743 |
02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
744 |
54 00 00 03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
745 |
51 00 25 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
746 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
747 |
// Heliport : Position 03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
748 |
\w5 \w9 \w80 54 \wx0000 40 // HELILANDING |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
749 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
750 |
00 00 00 04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
751 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
752 |
// Heliport : Position 04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
753 |
\w2 \w9 \w60 55 \wx0000 40 // HELIENDLANDING |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
754 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
755 |
25 00 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
756 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
757 |
// Heliport : Position 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
758 |
\wxFFE1 \w59 \w80 00 \wx0030 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
759 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
760 |
00 00 00 06 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
761 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
762 |
// Heliport : Position 06 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
763 |
\wxFFE1 \wxFFCF \w80 00 \wx0030 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
764 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
765 |
00 00 00 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
766 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
767 |
// Heliport : Position 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
768 |
\w49 \wxFFCF \w80 00 \wx0030 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
769 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
770 |
00 00 00 08 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
771 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
772 |
// Heliport : Position 08 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
773 |
\w70 \w9 \w80 7F \wx0030 00 // FLYING |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
774 |
02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
775 |
7F 00 00 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
776 |
54 25 00 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
777 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
778 |
// Prop1C Vehicle Entry Points |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
779 |
1C 07 07 07 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
780 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
781 |
// Prop1F Helipad Groups |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
782 |
1F 01 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
783 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
784 |
// Prop20 Port Subtype |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
785 |
20 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
786 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
787 |
// Prop22 Catchment area |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
788 |
22 04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
789 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
790 |
//availability date varaction2 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
791 |
//large airport available from 1975 (1920+55) to 2175 (1920+255) |
6787
2c642968740c
(svn r10859) [NewGRF_ports] -Codechange: move the names of the airports/airport classes to the end of the file, so translations do not trigger renumbering throughout the nfo.
rubidium
parents:
6786
diff
changeset
|
792 |
24 * 14 02 0D |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
793 |
05 // ID |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
794 |
81 01 // Variable 01 (current date) |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
795 |
00 FF |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
796 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
797 |
01 FF 37 FF //1951-2175 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
798 |
00 FF |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
799 |
|
6787
2c642968740c
(svn r10859) [NewGRF_ports] -Codechange: move the names of the airports/airport classes to the end of the file, so translations do not trigger renumbering throughout the nfo.
rubidium
parents:
6786
diff
changeset
|
800 |
25 * 14 02 0D |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
801 |
06 // ID |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
802 |
81 0C // Check variable 0C (callback id) |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
803 |
00 FF |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
804 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
805 |
05 00 13 13 // Jump to action 2 ID 02 if this is callback 13 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
806 |
00 00 // Otherwise return the real sprites |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
807 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
808 |
// Use graphics ID (1 station, ID 0, 0 cargo specific graphics, default cargo = 0) |
6787
2c642968740c
(svn r10859) [NewGRF_ports] -Codechange: move the names of the airports/airport classes to the end of the file, so translations do not trigger renumbering throughout the nfo.
rubidium
parents:
6786
diff
changeset
|
809 |
26 * 7 03 0D 01 02 00 06 00 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
810 |
|
6787
2c642968740c
(svn r10859) [NewGRF_ports] -Codechange: move the names of the airports/airport classes to the end of the file, so translations do not trigger renumbering throughout the nfo.
rubidium
parents:
6786
diff
changeset
|
811 |
|
6793
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
812 |
//------------------------- |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
813 |
// Oilrig |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
814 |
//------------------------- |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
815 |
|
6818
8c977ca780fe
(svn r10898) [NewGRF_ports] -Codechange: replace GetAirport and GetValidAiports by GetAvailableAirports which gives a list of available airports that (primarily) AIs can iterate over.
rubidium
parents:
6805
diff
changeset
|
816 |
// 10 properties to change, 1 station to change, station id = 3 |
6793
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
817 |
27 * 189 00 0D 09 01 03 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
818 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
819 |
// Class ID |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
820 |
08 "SYST" |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
821 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
822 |
// Prop0B Callbacks |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
823 |
0B 01 //Availability |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
824 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
825 |
// Define custom layouts |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
826 |
0E 01 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
827 |
01 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
828 |
00 00 00 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
829 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
830 |
// Prop19 Vehicle Type |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
831 |
19 03 //Air |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
832 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
833 |
// Define Finite State Machine |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
834 |
1A 09 // positions 00-08 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
835 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
836 |
// Oilrig : Position 00 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
837 |
\w32 \w9 \w54 25 \wx0003 25 // HELIPAD1 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
838 |
02 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
839 |
25 25 00 01 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
840 |
51 00 00 01 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
841 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
842 |
// Oilrig : Position 01 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
843 |
\w28 \w9 \w80 51 \wx0000 00 // HELITAKEOFF |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
844 |
01 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
845 |
00 00 25 00 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
846 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
847 |
// Oilrig : Position 02 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
848 |
\w28 \w9 \w80 00 \wx0030 00 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
849 |
02 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
850 |
54 00 00 03 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
851 |
51 00 00 01 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
852 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
853 |
// Oilrig : Position 03 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
854 |
\w28 \w9 \w80 54 \wx0000 00 // HELILANDING |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
855 |
01 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
856 |
00 00 00 04 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
857 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
858 |
// Oilrig : Position 04 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
859 |
\w28 \w9 \w54 55 \wx0000 00 // HELIENDLANDING |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
860 |
03 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
861 |
25 25 00 00 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
862 |
51 00 00 02 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
863 |
00 00 00 04 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
864 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
865 |
// Oilrig : Position 05 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
866 |
\wxFFE1 \w69 \w80 00 \wx00B0 00 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
867 |
01 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
868 |
00 00 00 06 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
869 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
870 |
// Oilrig : Position 06 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
871 |
\wxFFE1 \wxFFCF \w80 00 \wx00B0 00 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
872 |
01 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
873 |
00 00 00 07 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
874 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
875 |
// Oilrig : Position 07 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
876 |
\w69 \wxFFCF \w80 00 \wx00B0 00 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
877 |
01 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
878 |
00 00 00 08 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
879 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
880 |
// Oilrig : Position 08 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
881 |
\w69 \w9 \w80 7F \wx00B0 00 // FLYING |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
882 |
02 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
883 |
7F 00 00 05 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
884 |
54 25 00 02 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
885 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
886 |
// Prop1C Vehicle Entry Points |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
887 |
1C 07 07 07 07 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
888 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
889 |
// Prop1F Helipad Groups |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
890 |
1F 01 01 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
891 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
892 |
// Prop20 Port Subtype |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
893 |
20 02 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
894 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
895 |
// Prop22 Catchment Area |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
896 |
22 03 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
897 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
898 |
//availability date varaction2 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
899 |
//Oilrig available from 1920 (1920+00) to 2175 (1920+255) |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
900 |
28 * 14 02 0D |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
901 |
06 // ID |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
902 |
81 01 // Variable 01 (current date) |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
903 |
00 FF |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
904 |
01 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
905 |
01 FF 00 FF //1920-2175 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
906 |
00 FF |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
907 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
908 |
29 * 14 02 0D |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
909 |
07 // ID |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
910 |
81 0C // Check variable 0C (callback id) |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
911 |
00 FF |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
912 |
01 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
913 |
06 00 13 13 // Jump to action 2 ID 02 if this is callback 13 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
914 |
00 00 // Otherwise return the real sprites |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
915 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
916 |
// Use graphics ID (1 station, ID 0, 3 cargo specific graphics, default cargo = 0) |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
917 |
30 * 7 03 0D 01 03 00 07 00 |
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
918 |
|
1574da7d2297
(svn r10865) [NewGRF_ports] -Feature: Added oilrig. Reloads correctly for old games.
richk
parents:
6792
diff
changeset
|
919 |
|
6829
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
920 |
|
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
921 |
//------------------------- |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
922 |
// Dummy holding stack |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
923 |
//------------------------- |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
924 |
|
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
925 |
// 10 properties to change, 1 station to change, station id = 4 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
926 |
31 * 87 00 0D 06 01 04 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
927 |
|
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
928 |
// Class ID |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
929 |
08 "SYST" |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
930 |
|
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
931 |
// Define custom layouts |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
932 |
0E 01 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
933 |
01 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
934 |
00 00 00 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
935 |
|
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
936 |
// Prop19 Vehicle Type |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
937 |
19 03 //Air |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
938 |
|
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
939 |
// Define Finite State Machine |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
940 |
1A 04 // positions 00-08 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
941 |
|
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
942 |
// dummy : Position 00 |
6831
3ea8f3858427
(svn r10914) [NewGRF_ports] -Fix: Dummy state machine positions modified.
richk
parents:
6830
diff
changeset
|
943 |
\wx0 \w0 \w80 00 \wx00B0 00 |
6829
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
944 |
01 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
945 |
00 00 00 01 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
946 |
|
6831
3ea8f3858427
(svn r10914) [NewGRF_ports] -Fix: Dummy state machine positions modified.
richk
parents:
6830
diff
changeset
|
947 |
// dummy : Position 01 |
3ea8f3858427
(svn r10914) [NewGRF_ports] -Fix: Dummy state machine positions modified.
richk
parents:
6830
diff
changeset
|
948 |
\wx0 \wx96 \w80 00 \wx00B0 00 |
6829
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
949 |
01 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
950 |
00 00 00 02 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
951 |
|
6831
3ea8f3858427
(svn r10914) [NewGRF_ports] -Fix: Dummy state machine positions modified.
richk
parents:
6830
diff
changeset
|
952 |
// dummy : Position 02 |
3ea8f3858427
(svn r10914) [NewGRF_ports] -Fix: Dummy state machine positions modified.
richk
parents:
6830
diff
changeset
|
953 |
\w96 \wx96 \w80 00 \wx00B0 00 |
6829
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
954 |
01 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
955 |
00 00 00 03 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
956 |
|
6831
3ea8f3858427
(svn r10914) [NewGRF_ports] -Fix: Dummy state machine positions modified.
richk
parents:
6830
diff
changeset
|
957 |
// dummy : Position 03 |
3ea8f3858427
(svn r10914) [NewGRF_ports] -Fix: Dummy state machine positions modified.
richk
parents:
6830
diff
changeset
|
958 |
\w96 \w0 \w80 7F \wx00B0 00 // FLYING |
6829
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
959 |
01 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
960 |
00 00 00 00 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
961 |
|
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
962 |
// Prop1C Vehicle Entry Points |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
963 |
1C 00 00 00 00 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
964 |
|
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
965 |
// Prop20 Port Subtype |
6830
d99ed7f360b5
(svn r10913) [NewGRF_ports] -Fix: Dummy state machine should be available to all aircraft, rather than none.
richk
parents:
6829
diff
changeset
|
966 |
20 0F |
6829
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
967 |
|
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
968 |
// Use graphics ID (1 station, ID 0, 3 cargo specific graphics, default cargo = 0) |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
969 |
32 * 7 03 0D 01 04 00 00 00 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
970 |
|
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
971 |
|
6787
2c642968740c
(svn r10859) [NewGRF_ports] -Codechange: move the names of the airports/airport classes to the end of the file, so translations do not trigger renumbering throughout the nfo.
rubidium
parents:
6786
diff
changeset
|
972 |
// Names |
6829
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
973 |
33 * 21 04 0D FF 01 00 CD "Small airports" 00 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
974 |
34 * 25 04 0D 9F 01 00 CD "Kleine vliegvelden" 00 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
975 |
35 * 20 04 0D FF 01 00 CE "Small Airport" 00 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
976 |
36 * 22 04 0D 9F 01 00 CE "Klein vliegveld" 00 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
977 |
37 * 21 04 0D FF 01 01 CD "Large airports" 00 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
978 |
38 * 24 04 0D 9F 01 01 CD "Grote vliegvelden" 00 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
979 |
39 * 19 04 0D FF 01 01 CE "City Airport" 00 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
980 |
40 * 21 04 0D 9F 01 01 CE "Stad vliegveld" 00 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
981 |
41 * 16 04 0D FF 01 02 CD "Heliports" 00 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
982 |
42 * 28 04 0D 9F 01 02 CD "Helikoptervliegvelden" 00 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
983 |
43 * 15 04 0D FF 01 02 CE "Heliport" 00 |
44422a5fcc6c
(svn r10912) [NewGRF_ports] -Feature: Added dummy holding stack to SYST class.
richk
parents:
6818
diff
changeset
|
984 |
44 * 25 04 0D 9F 01 02 CE "Helikopter station" 00 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
985 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
986 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
987 |
// The Fence Layouts |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
988 |
// 0F 00 00 01 10 06 67 8A 00 80 // fence west |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
989 |
// 00 00 00 10 01 06 68 8A 00 80 // fence north |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
990 |
// 00 00 00 01 10 06 67 8A 00 80 // fence east |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
991 |
// 00 0F 00 10 01 06 68 8A 00 80 // fence south |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6782
diff
changeset
|
992 |