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 OpenTTD's required base 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
64 -1 * 0 08 08 FF FF FF FE
67 "OpenTTD's default and fallback extra graphics" 00
69 // Description of the GRF.
70 "License: GNU General Public License version 2" 0D
71 "Marcin Grzegorczyk: non-halftile foundations" 0D
72 "Michael Blunck: catenary, signals" 0D
74 "David Dallaston: tram tracks" 0D
75 "Jonathan G. Rennison: aqueducts" 0D
76 "Bilbo, Jasper Vries: font" 0D
77 "Andrew Parkhouse: rivers" 0D
78 "OpenTTD developers: other graphics" 00
81 // The real data of the GRF is acquired from several subfiles.
84 #include "signals.nfo"
85 #include "elrails.nfo"
86 #include "foundations.nfo"
89 #include "tramtracks.nfo"
90 #include "sloped_tracks.nfo"
91 #include "airports.nfo"
92 #include "roadstops.nfo"
93 #include "aqueduct.nfo"
94 #include "autorail.nfo"
96 #include "openttdgui.nfo"
97 #include "airport_preview.nfo"
100 #include "tunnel_portals.nfo"
101 #include "palette.nfo"