1 // Automatically generated by GRFCODEC. Do not modify!
3 // Format: spritenum imagefile depth xpos ypos xsize ysize xrel yrel zoom flags
5 // This file is part of OpenTTD.
6 // 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.
7 // 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.
8 // 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/>.
10 // Sources for extra graphics to complement the original graphics.
11 // Checks whether the correct version of OpenTTD is used before
12 // allowing it to be used.
16 // Number of sprites, it is wrong, but GRFcodec automagically gets it right.
22 // Check whether we are running OTTD or not.
24 -1 * 0 07 9D 04 \7= 01 00 00 00 01
25 -1 * 0 0B 03 7F FF 80 " is not for TTDPatch. Use ttdpatch(w).grf." 00
29 // Check for OTTD's version number
32 // First step... Variable A1 might not exist. If that's the case it always
33 // skips. As we do not want to skip out of the whole testing, we skip over
34 // the real version check.
35 -1 * 0 07 A1 04 \7= FF FF FF FF 02
37 // Real version check.
38 -1 * 0 07 A1 04 \7> \w20304 01 01 03
40 // If the version check is supported, the string is translateable via OpenTTD
43 -1 * 0 0B 03 7F 06 "1.1 (or trunk r20304)" 00
45 // Some OTTD versions before r11130 did support Action B, so use the English
47 -1 * 0 0B 03 7F FF "Requires OpenTTD version 1.1 (or trunk r20304) or better." 00
49 // Final fallback. No Action B support, just skip to the end of the file.
50 -1 * 0 07 A1 04 \7= FF FF FF FF 00
52 // We are a DOS paletted NewGRF, so tell OpenTTD that. Then it can actually
53 // do the right thing. Yay for that feature as that means no duplicate NewGRF!
60 // GRF ID, must start with FF so it gets ignored
61 //@@WARNING DISABLE 101
65 "Original baseset extra graphics" 00
67 // Description of the GRF.
68 "License: GNU General Public License version 2" 0D
69 "Andrew Parkhouse: rivers" 0D
70 "Addi and PaulC: original graphics fixes" 0D
71 "OpenTTD developers: other graphics" 00
74 // The real data of the GRF is acquired from several subfiles.
76 #include "chars_orig_extra.nfo"
78 #include "fix_graphics.nfo"
79 #include "airports_orig_extra.nfo"
80 #include "canals_extra.nfo"
81 #include "rivers/rapids.nfo"
82 #include "rivers/toyland_rapids.nfo"
83 #include "rivers/temperate.nfo"
84 #include "rivers/arctic.nfo"
85 #include "rivers/tropic.nfo"
86 #include "rivers/toyland.nfo"
87 #include "fix_gui_icons.nfo"