rubidium@10037: ; rubidium@10037: ; Example file for the OpenTTD Base Graphics replacement sets. rubidium@10037: ; This file consists of basically two different parts: rubidium@10037: ; * metadata rubidium@10037: ; * information about the files rubidium@10037: ; rubidium@10037: ; Metadata contains information about the name, version and palette rubidium@10037: ; of the graphics set. rubidium@10037: ; rubidium@10072: ; == Getting started == rubidium@10072: ; - you can't add comments after values rubidium@10072: ; - you have to fill the MD5 checksum for each file rubidium@10072: ; - you may not miss any of the metadata or files items rubidium@10072: ; - `openttd -h` lists all graphics replacements sets it found to be correct rubidium@10072: ; - `openttd -d grf=1` shows warnings/errors when parsing an .obg file rubidium@10072: ; - `openttd -I ` starts OpenTTD with the given set (case sensitive) rubidium@10072: ; - adding `graphics_set = ` to the misc section of openttd.cfg makes rubidium@10072: ; OpenTTD start with that graphics set by default rubidium@10072: ; - there is a command line tool for all platforms called md5sum that can rubidium@10072: ; create the MD5 checksum you need. rubidium@10072: ; - all files specified in this file are search relatively to the path where rubidium@10072: ; this file is found, i.e. if the graphics files are in a subdir you have rubidium@10072: ; to add that subdir to the names in this file to! It will NOT search for rubidium@10072: ; a file named like specified in here. rubidium@10072: rubidium@10037: [metadata] rubidium@10072: ; the name of the pack, preferably less than 16 characters rubidium@10072: name = example rubidium@10072: ; the short name (4 characters), used to identify this set within NewGRFs rubidium@10072: shortname = XMPL rubidium@10072: ; the version of this graphics set (read as single integer) rubidium@10072: version = 0 rubidium@10072: ; a fairly short description of the set rubidium@10072: description = foo rubidium@10072: ; palette used by the set; either DOS or Windows rubidium@10072: palette = DOS rubidium@10037: rubidium@10037: ; The files section lists the files that replace sprites. rubidium@10037: ; The file names are case sensitive. rubidium@10037: [files] rubidium@10072: ; GRF file with the base sprites rubidium@10072: base = TRG1.GRF rubidium@10072: ; GRF file with logos, original terrain generator sprites rubidium@10072: logos = TRGI.GRF rubidium@10072: ; GRF file with extra arctic sprites rubidium@10072: arctic = TRGC.GRF rubidium@10072: ; GRF file with extra tropical sprites rubidium@10072: tropical = TRGH.GRF rubidium@10072: ; GRF file with extra toyland sprites rubidium@10072: toyland = TRGT.GRF rubidium@10072: ; NewGRF file using Actions 5, 7, 9 and A to replace sprites rubidium@10072: extra = OPENTTDD.GRF rubidium@10037: rubidium@10037: ; The md5s section lists the MD5 checksum for the files that replace them. rubidium@10037: ; Note that the list of files is case sensitive. Each GRF listed in the rubidium@10037: ; files section must be listed here with it's MD5 checksum, otherwise you rubidium@10037: ; will get a lot of warnings when starting OpenTTD. rubidium@10037: [md5s] rubidium@10037: TRG1.GRF = 9311676280e5b14077a8ee41c1b42192 rubidium@10037: TRGI.GRF = da6a6c9dcc451eec88d79211437b76a8 rubidium@10037: TRGH.GRF = ee6616fb0e6ef6b24892c58c93d86fc9 rubidium@10037: TRGC.GRF = ed446637e034104c5559b32c18afe78d rubidium@10037: TRGT.GRF = fcde1d7e8a74197d72a62695884b909e rubidium@10037: OPENTTDD.GRF = f829f62c137d6d7c6e272c481b796dd5 rubidium@10037: rubidium@10037: ; The origin section provides the possibility to put and extra line into rubidium@10037: ; the warning that a file is missing/corrupt. This can be used to tell rubidium@10037: ; them where to find it. It works on the filename specified in the rubidium@10037: ; files section and if that is not found it will fall back to the default rubidium@10037: ; as shown below here. rubidium@10037: [origin] rubidium@10037: default = You can find it on your Transport Tycoon Deluxe CD-ROM. rubidium@10037: OPENTTDD.GRF = This file was part of your installation.