1 // Automatically generated by GRFCODEC. Do not modify!
3 // Format: spritenum imagefile depth xpos ypos xsize ysize xrel yrel zoom flags
7 // This file is part of OpenTTD.
8 // OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
9 // OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10 // See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
12 // Sources for extra graphics to complement the original graphics.
13 // Checks whether the correct version of OpenTTD is used before
14 // allowing it to be used.
18 // Number of sprites, it is wrong, but GRFcodec automagically gets it right.
24 // Check whether we are running OTTD or not.
26 -1 * 0 07 9D 04 \7= 01 00 00 00 01
27 -1 * 0 0B 03 7F FF 80 " is not for TTDPatch. Use ttdpatch(w).grf." 00
31 // Check for OTTD's version number
34 // First step... Variable A1 might not exist. If that's the case it always
35 // skips. As we do not want to skip out of the whole testing, we skip over
36 // the real version check.
37 -1 * 0 07 A1 04 \7= FF FF FF FF 02
39 // Real version check.
40 -1 * 0 07 A1 04 \7> \w20304 01 01 03
42 // If the version check is supported, the string is translateable via OpenTTD
45 -1 * 0 0B 03 7F 06 "1.1 (or trunk r20304)" 00
47 // Some OTTD versions before r11130 did support Action B, so use the English
49 -1 * 0 0B 03 7F FF "Requires OpenTTD version 1.1 (or trunk r20304) or better." 00
51 // Final fallback. No Action B support, just skip to the end of the file.
52 -1 * 0 07 A1 04 \7= FF FF FF FF 00
54 // We are a DOS paletted NewGRF, so tell OpenTTD that. Then it can actually
55 // do the right thing. Yay for that feature as that means no duplicate NewGRF!
62 // GRF ID, must start with FF so it gets ignored
63 //@@WARNING DISABLE 101
67 "Original baseset extra graphics" 00
69 // Description of the GRF.
70 "License: GNU General Public License version 2" 0D
71 "Andrew Parkhouse: rivers" 0D
72 "Addi and PaulC: original graphics fixes" 0D
73 "OpenTTD developers: other graphics" 00
76 // The real data of the GRF is acquired from several subfiles.
78 #include "chars_orig_extra.nfo"
80 #include "fix_graphics.nfo"
81 #include "airports_orig_extra.nfo"
82 #include "canals_extra.nfo"
83 #include "rivers/rapids.nfo"
84 #include "rivers/temperate.nfo"
85 #include "rivers/arctic.nfo"
86 #include "rivers/tropic.nfo"
87 #include "rivers/toyland.nfo"