author | richk |
Sat, 11 Aug 2007 23:48:46 +0000 | |
branch | NewGRF_ports |
changeset 6788 | b750e5514a72 |
parent 6786 | 875182f493eb |
child 6796 | bbfdff6078e2 |
permissions | -rw-r--r-- |
6770
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
1 |
// Automatically generated by GRFCODEC. Do not modify! |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
2 |
// (Info version 7) |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
3 |
// Format: spritenum pcxfile xpos ypos compression ysize xsize xrel yrel |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
4 |
|
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
5 |
// Length of GRF in sprites |
6788
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
6 |
0 * 4 70 00 00 00 |
6770
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
7 |
// if version of TTDPatch higher than X, skip two sprites |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
8 |
1 * 9 07 8B 04 \7> 02 0A D2 00 02 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
9 |
// bail out: version too low |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
10 |
2 * 20 0B 03 1F 00 "2.0.1r Alpha 22" 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
11 |
// fail safe when action 0B is not implemented, bail out |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
12 |
3 * 9 07 8B 04 \7< 02 0A DC 00 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
13 |
// check for newstations bit, if set, skip two sprites |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
14 |
4 * 6 07 85 01 \71 52 02 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
15 |
// bail out: newstation bit not set |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
16 |
5 * 19 0B 03 1F 02 "newstations on" 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
17 |
// fail safe when action 0B is not implemented, bail out |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
18 |
6 * 6 07 85 01 \70 52 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
19 |
// if not in temperate, bail out |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
20 |
7 * 6 07 83 01 \7! 00 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
21 |
// define GRF ID |
6788
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
22 |
8 * 53 08 07 C0 DE D0 0D "Seaplane Airport" 00 "Adds a Small Seaplane Airport" 00 |
6770
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
23 |
|
6771
5bb52a8ad34e
(svn r10825) [NewGRF_ports] -Feature: Airport subtype (prop 20) is now read. This restricts buildlist and usage of airports to the selected vehicle subtype.
richk
parents:
6770
diff
changeset
|
24 |
// 13 properties to change, 1 station to change, station id = 0 |
6788
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
25 |
9 * 673 00 0D 0D 01 00 |
6770
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
26 |
// Small Seaplane Airport |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
27 |
// uses normal small airport state machine. Runway moved to lower position |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
28 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
29 |
// Class ID |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
30 |
08 "SEAP" |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
31 |
|
6770
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
32 |
// Sprite layout, of 13 sprites |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
33 |
09 0D |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
34 |
// 00 Old Term Left |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
35 |
69 0A 00 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
36 |
80 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
37 |
// 01 Old Term Mid |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
38 |
6A 0A 00 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
39 |
80 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
40 |
// 02 Old Term Right |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
41 |
6B 0A 00 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
42 |
00 00 00 0F 0F 1F 6C 8A 00 80 // upper section |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
43 |
80 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
44 |
// 03 Old Hangar |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
45 |
4A 0A 00 00 //tarmac below |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
46 |
0E 00 00 02 10 1C E7 8F 00 80 // hangar front |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
47 |
00 00 00 02 10 1C EB 8F 00 80 // hangar side |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
48 |
80 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
49 |
// 04 Hangar exit |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
50 |
DD 0F 00 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
51 |
0F 00 00 01 10 06 67 8A 00 80 // fence west |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
52 |
80 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
53 |
// 05 grass mid-left |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
54 |
DD 0F 00 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
55 |
80 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
56 |
// 06 grass mid-right |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
57 |
DD 0F 00 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
58 |
80 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
59 |
// 07 windsock |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
60 |
DD 0F 00 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
61 |
00 00 00 01 10 06 67 8A 00 80 // fence east |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
62 |
04 0B 00 01 01 14 74 8A 00 80 // windsock |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
63 |
80 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
64 |
// 08 Runway start with 04 number |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
65 |
DD 0F 00 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
66 |
0A 02 00 00 00 00 41 04 00 00 // 0 in NE direction |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
67 |
08 07 00 00 00 00 45 04 00 00 // 4 in NE direction |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
68 |
00 0F 00 10 01 06 68 8A 00 80 // fence south |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
69 |
80 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
70 |
// 09 Middle runway X |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
71 |
DD 0F 00 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
72 |
00 0F 00 10 01 06 68 8A 00 80 // fence south |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
73 |
80 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
74 |
// 0A Runway mid right |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
75 |
DD 0F 00 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
76 |
00 0F 00 10 01 06 68 8A 00 80 // fence south |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
77 |
80 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
78 |
// 0B Runway start |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
79 |
DD 0F 00 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
80 |
00 0F 00 10 01 06 68 8A 00 80 // fence south |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
81 |
80 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
82 |
// 0C Small Airport mini pic (use commuter to prove its using different graphic set) |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
83 |
8C 04 00 08 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
84 |
80 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
85 |
|
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
86 |
//callback mask |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
87 |
0B 01 //has a station availability |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
88 |
|
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
89 |
// Define custom layouts |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
90 |
0E 01 //one layouts |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
91 |
01 //NE facing |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
92 |
04 03 0C // X, y, minipic ID |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
93 |
02 01 00 03 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
94 |
07 06 05 04 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
95 |
0B 0A 09 08 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
96 |
|
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
97 |
// Prop19 Vehicle Type |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
98 |
19 03 //Air |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
99 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
100 |
// Define Finite State Machine |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
101 |
1A 16 // positions 00-15 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
102 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
103 |
// Small Airport : Position 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
104 |
\w53 \w3 \w0 40 \wx0007 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
105 |
03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
106 |
40 40 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
107 |
51 26 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
108 |
00 40 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
109 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
110 |
// Small Airport : Position 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
111 |
\w53 \w27 \wxFFF8 00 \wx0000 40 |
6770
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
112 |
05 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
113 |
40 00 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
114 |
01 01 40 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
115 |
02 00 00 04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
116 |
51 00 00 13 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
117 |
00 00 00 06 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
118 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
119 |
// Small Airport : Position 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
120 |
\w32 \w23 \wxFFF8 01 \wx000F 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
121 |
05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
122 |
01 01 00 04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
123 |
40 40 01 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
124 |
41 40 01 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
125 |
51 40 01 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
126 |
00 00 00 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
127 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
128 |
// Small Airport : Position 03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
129 |
\w10 \w23 \wxFFF8 02 \wx000F 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
130 |
05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
131 |
02 02 00 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
132 |
40 40 02 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
133 |
41 40 02 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
134 |
51 40 02 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
135 |
00 00 00 03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
136 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
137 |
// Small Airport : Position 04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
138 |
\w43 \w37 \wxFFF8 00 \wx0000 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
139 |
04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
140 |
02 00 00 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
141 |
40 00 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
142 |
41 00 00 06 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
143 |
51 00 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
144 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
145 |
// Small Airport : Position 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
146 |
\w24 \w37 \wxFFF8 00 \wx0000 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
147 |
02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
148 |
02 02 00 03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
149 |
00 00 00 04 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
150 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
151 |
// Small Airport : Position 06 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
152 |
\w53 \w37 \wxFFF8 00 \wx0000 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
153 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
154 |
00 40 00 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
155 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
156 |
// Small Airport : Position 07 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
157 |
\w61 \w40 \wxFFF8 41 \wx0003 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
158 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
159 |
00 40 00 08 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
160 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
161 |
// Small Airport : Position 08 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
162 |
\w3 \w40 \wxFFF8 42 \wx0010 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
163 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
164 |
00 00 40 09 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
165 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
166 |
// Small Airport : Position 09 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
167 |
\wxFFB1 \w40 \w80 43 \wx0010 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
168 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
169 |
00 00 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
170 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
171 |
// Small Airport : Position 0A |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
172 |
\w137 \w40 \w80 7F \wx00B0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
173 |
03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
174 |
7F 00 00 0F |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
175 |
44 40 00 0B |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
176 |
54 40 00 14 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
177 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
178 |
// Small Airport : Position 0B |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
179 |
\w56 \w40 \wxFFF8 44 \wx0090 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
180 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
181 |
00 40 00 0C |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
182 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
183 |
// Small Airport : Position 0C |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
184 |
\w3 \w40 \wxFFF8 00 \wx00D0 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
185 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
186 |
00 40 00 0D |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
187 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
188 |
// Small Airport : Position 0D |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
189 |
\w7 \w40 \wxFFF8 45 \wx0000 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
190 |
03 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
191 |
45 40 00 0E |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
192 |
02 00 00 05 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
193 |
00 00 00 0E |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
194 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
195 |
// Small Airport : Position 0E |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
196 |
\w53 \w40 \wxFFF8 00 \wx0000 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
197 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
198 |
00 40 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
199 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
200 |
// Small Airport : Position 0F |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
201 |
\wxFFE1 \w193 \w80 00 \wx00B0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
202 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
203 |
00 00 00 10 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
204 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
205 |
// Small Airport : Position 10 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
206 |
\w1 \w1 \w80 00 \wx00B0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
207 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
208 |
00 00 00 11 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
209 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
210 |
// Small Airport : Position 11 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
211 |
\w257 \w1 \w80 00 \wx00B0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
212 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
213 |
00 00 00 12 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
214 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
215 |
// Small Airport : Position 12 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
216 |
\w273 \w49 \w80 00 \wx00B0 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
217 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
218 |
00 00 00 0A |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
219 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
220 |
// Small Airport : Position 13 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
221 |
\w44 \w37 \w80 51 \wx0000 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
222 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
223 |
51 00 00 00 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
224 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
225 |
// Small Airport : Position 14 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
226 |
\w44 \w40 \w80 54 \wx0030 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
227 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
228 |
00 40 00 15 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
229 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
230 |
// Small Airport : Position 15 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
231 |
\w44 \w40 \wxFFF8 55 \wx0000 40 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
232 |
01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
233 |
00 40 00 01 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
234 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
235 |
// Prop1C Vehicle Entry Points |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
236 |
1C 10 10 10 10 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
237 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
238 |
// 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:
6786
diff
changeset
|
239 |
1D 01 03 00 01 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
240 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
241 |
// Prop1E Terminal Groups |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
242 |
1E 01 02 |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
243 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
244 |
// Prop20 Port Subtype |
6771
5bb52a8ad34e
(svn r10825) [NewGRF_ports] -Feature: Airport subtype (prop 20) is now read. This restricts buildlist and usage of airports to the selected vehicle subtype.
richk
parents:
6770
diff
changeset
|
245 |
20 0C |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
246 |
|
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
247 |
// Prop22 Catchment Area |
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
248 |
22 04 |
6770
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
249 |
|
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
250 |
// Define placement layout mask |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
251 |
// similar format to custom layout, but gives tile info for placement checks |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
252 |
// set order must match custom layout order and orientations. |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
253 |
// custom layout x&y used for x&y info |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
254 |
23 01 //one layouts |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
255 |
01 //NE facing |
6788
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
256 |
04 03 |
6770
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
257 |
01 01 01 01 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
258 |
80 80 80 80 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
259 |
80 80 80 80 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
260 |
|
6770
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
261 |
// Define a sprite set for stations, one set, 95 views |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
262 |
10 * 4 01 0D 01 61 |
6788
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
263 |
11 sprites/seaplaneport.pcx 194 8 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
264 |
12 sprites/seaplaneport.pcx 274 8 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
265 |
13 sprites/seaplaneport.pcx 354 8 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
266 |
14 sprites/seaplaneport.pcx 434 8 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
267 |
15 sprites/seaplaneport.pcx 514 8 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
268 |
16 sprites/seaplaneport.pcx 594 8 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
269 |
17 sprites/seaplaneport.pcx 674 8 09 55 64 -2 -38 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
270 |
18 sprites/seaplaneport.pcx 754 8 09 17 18 16 -1 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
271 |
19 sprites/seaplaneport.pcx 2 88 09 55 64 -2 -38 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
272 |
20 sprites/seaplaneport.pcx 82 88 09 17 18 -30 1 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
273 |
21 sprites/seaplaneport.pcx 114 88 09 55 64 -2 -38 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
274 |
22 sprites/seaplaneport.pcx 194 88 09 55 64 -2 -38 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
275 |
23 sprites/seaplaneport.pcx 274 88 09 14 24 -11 8 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
276 |
24 sprites/seaplaneport.pcx 306 88 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
277 |
25 sprites/seaplaneport.pcx 386 88 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
278 |
26 sprites/seaplaneport.pcx 466 88 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
279 |
27 sprites/seaplaneport.pcx 546 88 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
280 |
28 sprites/seaplaneport.pcx 626 88 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:
6786
diff
changeset
|
281 |
29 sprites/seaplaneport.pcx 658 88 09 7 14 4 1 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
282 |
30 sprites/seaplaneport.pcx 690 88 09 8 12 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:
6786
diff
changeset
|
283 |
31 sprites/seaplaneport.pcx 722 88 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:
6786
diff
changeset
|
284 |
32 sprites/seaplaneport.pcx 754 88 09 5 12 4 2 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
285 |
33 sprites/seaplaneport.pcx 2 168 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:
6786
diff
changeset
|
286 |
34 sprites/seaplaneport.pcx 34 168 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:
6786
diff
changeset
|
287 |
35 sprites/seaplaneport.pcx 66 168 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:
6786
diff
changeset
|
288 |
36 sprites/seaplaneport.pcx 98 168 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:
6786
diff
changeset
|
289 |
37 sprites/seaplaneport.pcx 130 168 09 7 18 0 1 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
290 |
38 sprites/seaplaneport.pcx 162 168 09 6 16 2 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
291 |
39 sprites/seaplaneport.pcx 194 168 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:
6786
diff
changeset
|
292 |
40 sprites/seaplaneport.pcx 226 168 09 8 16 2 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
293 |
41 sprites/seaplaneport.pcx 258 168 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:
6786
diff
changeset
|
294 |
42 sprites/seaplaneport.pcx 290 168 09 7 14 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:
6786
diff
changeset
|
295 |
43 sprites/seaplaneport.pcx 322 168 09 8 12 6 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
296 |
44 sprites/seaplaneport.pcx 354 168 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:
6786
diff
changeset
|
297 |
45 sprites/seaplaneport.pcx 386 168 09 5 12 2 1 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
298 |
46 sprites/seaplaneport.pcx 418 168 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:
6786
diff
changeset
|
299 |
47 sprites/seaplaneport.pcx 450 168 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:
6786
diff
changeset
|
300 |
48 sprites/seaplaneport.pcx 482 168 09 7 12 6 -1 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
301 |
49 sprites/seaplaneport.pcx 514 168 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:
6786
diff
changeset
|
302 |
50 sprites/seaplaneport.pcx 546 168 09 7 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:
6786
diff
changeset
|
303 |
51 sprites/seaplaneport.pcx 578 168 09 6 16 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:
6786
diff
changeset
|
304 |
52 sprites/seaplaneport.pcx 610 168 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:
6786
diff
changeset
|
305 |
53 sprites/seaplaneport.pcx 642 168 09 8 16 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:
6786
diff
changeset
|
306 |
54 sprites/seaplaneport.pcx 674 168 09 8 17 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:
6786
diff
changeset
|
307 |
55 sprites/seaplaneport.pcx 706 168 09 7 15 3 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
308 |
56 sprites/seaplaneport.pcx 738 168 09 5 18 0 3 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
309 |
57 sprites/seaplaneport.pcx 770 168 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:
6786
diff
changeset
|
310 |
58 sprites/seaplaneport.pcx 2 200 09 5 12 4 1 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
311 |
59 sprites/seaplaneport.pcx 34 200 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:
6786
diff
changeset
|
312 |
60 sprites/seaplaneport.pcx 66 200 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:
6786
diff
changeset
|
313 |
61 sprites/seaplaneport.pcx 98 200 09 7 13 5 1 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
314 |
62 sprites/seaplaneport.pcx 130 200 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:
6786
diff
changeset
|
315 |
63 sprites/seaplaneport.pcx 162 200 09 8 15 3 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
316 |
64 sprites/seaplaneport.pcx 194 200 09 8 12 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:
6786
diff
changeset
|
317 |
65 sprites/seaplaneport.pcx 226 200 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:
6786
diff
changeset
|
318 |
66 sprites/seaplaneport.pcx 258 200 09 7 16 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:
6786
diff
changeset
|
319 |
67 sprites/seaplaneport.pcx 290 200 09 8 17 1 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
320 |
68 sprites/seaplaneport.pcx 322 200 09 7 15 0 1 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
321 |
69 sprites/seaplaneport.pcx 354 200 09 5 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:
6786
diff
changeset
|
322 |
70 sprites/seaplaneport.pcx 386 200 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:
6786
diff
changeset
|
323 |
71 sprites/seaplaneport.pcx 418 200 09 5 12 2 2 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
324 |
72 sprites/seaplaneport.pcx 450 200 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:
6786
diff
changeset
|
325 |
73 sprites/seaplaneport.pcx 482 200 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:
6786
diff
changeset
|
326 |
74 sprites/seaplaneport.pcx 514 200 09 7 13 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:
6786
diff
changeset
|
327 |
75 sprites/seaplaneport.pcx 546 200 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:
6786
diff
changeset
|
328 |
76 sprites/seaplaneport.pcx 578 200 09 8 15 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:
6786
diff
changeset
|
329 |
77 sprites/seaplaneport.pcx 610 200 09 8 12 6 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
330 |
78 sprites/seaplaneport.pcx 642 200 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:
6786
diff
changeset
|
331 |
79 sprites/seaplaneport.pcx 674 200 09 7 16 2 1 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
332 |
80 sprites/seaplaneport.pcx 706 200 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
333 |
81 sprites/seaplaneport.pcx 2 248 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
334 |
82 sprites/seaplaneport.pcx 82 248 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
335 |
83 sprites/seaplaneport.pcx 162 248 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
336 |
84 sprites/seaplaneport.pcx 242 248 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
337 |
85 sprites/seaplaneport.pcx 322 248 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
338 |
86 sprites/seaplaneport.pcx 402 248 09 20 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
339 |
87 sprites/seaplaneport.pcx 482 248 09 20 64 -31 11 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
340 |
88 sprites/seaplaneport.pcx 562 248 09 31 36 -3 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
341 |
89 sprites/seaplaneport.pcx 610 248 09 31 36 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
342 |
90 sprites/seaplaneport.pcx 658 248 09 4 63 -30 12 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
343 |
91 sprites/seaplaneport.pcx 738 248 09 32 1 1 -1 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
344 |
92 sprites/seaplaneport.pcx 2 296 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
345 |
93 sprites/seaplaneport.pcx 82 296 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
346 |
94 sprites/seaplaneport.pcx 162 296 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
347 |
95 sprites/seaplaneport.pcx 242 296 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
348 |
96 sprites/seaplaneport.pcx 322 296 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
349 |
97 sprites/seaplaneport.pcx 402 296 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
350 |
98 sprites/seaplaneport.pcx 482 296 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
351 |
99 sprites/seaplaneport.pcx 562 296 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
352 |
100 sprites/seaplaneport.pcx 642 296 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
353 |
101 sprites/seaplaneport.pcx 722 296 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
354 |
102 sprites/seaplaneport.pcx 2 344 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
355 |
103 sprites/seaplaneport.pcx 82 344 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
356 |
104 sprites/seaplaneport.pcx 162 344 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
357 |
105 sprites/seaplaneport.pcx 242 344 09 31 64 -31 0 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
358 |
106 sprites/seaplaneport.pcx 402 344 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:
6786
diff
changeset
|
359 |
107 sprites/seaplaneport.pcx 510 344 09 64 96 0 0 |
6770
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
360 |
// Define a graphics set ID (cargo ID = 0 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
361 |
108 * 7 02 0D 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
362 |
// Little/lots set |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
363 |
00 01 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
364 |
// Set to define the graphics for (set #0) |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
365 |
00 00 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
366 |
|
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
367 |
//availability date varaction2 |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
368 |
//small airport available from 1931 (1920+11) to 1975 (1920+55) |
6788
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
369 |
109 * 14 02 0D 02 81 01 00 FF 01 00 00 0B 37 00 FF |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
370 |
|
6770
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
371 |
// Use graphics ID (1 station, ID 0, 0 cargo specific graphics, default cargo = 0) |
6788
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
372 |
110 * 7 03 0D 01 00 00 02 00 |
6770
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
373 |
|
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
374 |
// Name |
6770
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
375 |
// Set the name of the station; all languages, 1 string, offset of CD 00, because 'generic strings' flag is set it's a word. |
6788
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
376 |
111 * 24 04 0D FF 01 00 CD "Seaplane airports" 00 |
b750e5514a72
(svn r10860) [NewGRF_ports] -Fix: Pointed airportsextended.nfo and seaplaneport.nfo to their respective graphics files, not rb_airport2.grf.
richk
parents:
6786
diff
changeset
|
377 |
112 * 29 04 0D FF 01 00 CE "Small Seaplane Airport" 00 |
6785
8cc838f317e2
(svn r10856) [NewGRF_ports] -Codechange: use svn:eol-style native for the nfo files too.
rubidium
parents:
6771
diff
changeset
|
378 |
|
6770
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
379 |
// The Fence Layouts |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
380 |
// 0F 00 00 01 10 06 67 8A 00 80 // fence west |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
381 |
// 00 00 00 10 01 06 68 8A 00 80 // fence north |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
382 |
// 00 00 00 01 10 06 67 8A 00 80 // fence east |
8400b517b905
(svn r10824) [NewGRF_ports] -Feature: Added basic code for seaplane airport support.
richk
parents:
diff
changeset
|
383 |
// 00 0F 00 10 01 06 68 8A 00 80 // fence south |