summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-31 08:46:43 +0000
committerrubidium <rubidium@openttd.org>2008-08-31 08:46:43 +0000
commit915a09e4c648e775442a2ef9fdd8a0e653094a06 (patch)
tree161c58d24eacca85942713448990ad9d1280d8bd /bin
parentd452683aa680aa8254430f6293374df8c015fc43 (diff)
downloadopenttd-915a09e4c648e775442a2ef9fdd8a0e653094a06.tar.xz
(svn r14197) -Codechange: rework (original) base graphics determination methods. This yields in the following:
-Feature: make configuring the to-be-used base graphics via openttd.cfg and the command line possible. -Feature: allow both the German as well as non-German toyland graphics as "correct" and official graphics. -Feature: allow people to create their own base graphics easily and without requiring code changes.
Diffstat (limited to 'bin')
-rw-r--r--bin/data/orig_dos.obg31
-rw-r--r--bin/data/orig_dos_de.obg31
-rw-r--r--bin/data/orig_win.obg31
3 files changed, 93 insertions, 0 deletions
diff --git a/bin/data/orig_dos.obg b/bin/data/orig_dos.obg
new file mode 100644
index 000000000..cb91b0901
--- /dev/null
+++ b/bin/data/orig_dos.obg
@@ -0,0 +1,31 @@
+; $Id$
+;
+; This represents the original graphics as on the non-German Transport
+; Tycoon Deluxe DOS CD.
+;
+[metadata]
+name = original_dos
+shortname = TTDD
+version = 1
+description = Original Transport Tycoon Deluxe DOS edition graphics
+palette = DOS
+
+[files]
+base = TRG1.GRF
+logos = TRGI.GRF
+arctic = TRGC.GRF
+tropical = TRGH.GRF
+toyland = TRGT.GRF
+extra = OPENTTDD.GRF
+
+[md5s]
+TRG1.GRF = 9311676280e5b14077a8ee41c1b42192
+TRGI.GRF = da6a6c9dcc451eec88d79211437b76a8
+TRGC.GRF = ed446637e034104c5559b32c18afe78d
+TRGH.GRF = ee6616fb0e6ef6b24892c58c93d86fc9
+TRGT.GRF = e30e8a398ae86c03dc534a8ac7dfb3b6
+OPENTTDD.GRF = f829f62c137d6d7c6e272c481b796dd5
+
+[origin]
+default = You can find it on your Transport Tycoon Deluxe CD-ROM.
+OPENTTDD.GRF = This file was part of your installation.
diff --git a/bin/data/orig_dos_de.obg b/bin/data/orig_dos_de.obg
new file mode 100644
index 000000000..c1276a4f8
--- /dev/null
+++ b/bin/data/orig_dos_de.obg
@@ -0,0 +1,31 @@
+; $Id$
+;
+; This represents the original graphics as on the German Transport
+; Tycoon Deluxe DOS CD. It contains one broken sprite.
+;
+[metadata]
+name = original_dos_de
+shortname = TTDD
+version = 0
+description = Original Transport Tycoon Deluxe DOS (German) edition graphics
+palette = DOS
+
+[files]
+base = TRG1.GRF
+logos = TRGI.GRF
+arctic = TRGC.GRF
+tropical = TRGH.GRF
+toyland = TRGT.GRF
+extra = OPENTTDD.GRF
+
+[md5s]
+TRG1.GRF = 9311676280e5b14077a8ee41c1b42192
+TRGI.GRF = da6a6c9dcc451eec88d79211437b76a8
+TRGC.GRF = ed446637e034104c5559b32c18afe78d
+TRGH.GRF = ee6616fb0e6ef6b24892c58c93d86fc9
+TRGT.GRF = fcde1d7e8a74197d72a62695884b909e
+OPENTTDD.GRF = f829f62c137d6d7c6e272c481b796dd5
+
+[origin]
+default = You can find it on your Transport Tycoon Deluxe CD-ROM.
+OPENTTDD.GRF = This file was part of your installation.
diff --git a/bin/data/orig_win.obg b/bin/data/orig_win.obg
new file mode 100644
index 000000000..7ef171b3e
--- /dev/null
+++ b/bin/data/orig_win.obg
@@ -0,0 +1,31 @@
+; $Id$
+;
+; This represents the original graphics as on the Transport
+; Tycoon Deluxe for Windows.
+;
+[metadata]
+name = original_windows
+shortname = TTDW
+version = 0
+description = Original Transport Tycoon Deluxe Windows edition graphics
+palette = Windows
+
+[files]
+base = TRG1R.GRF
+logos = TRGIR.GRF
+arctic = TRGCR.GRF
+tropical = TRGHR.GRF
+toyland = TRGTR.GRF
+extra = OPENTTDW.GRF
+
+[md5s]
+TRG1R.GRF = b04ce593d8c5016e07473a743d7d3358
+TRGIR.GRF = 0c2484ff6be49fc63a83be6ab5c38f32
+TRGCR.GRF = 3668f410c761a050b5e7095a2b14879b
+TRGHR.GRF = 06bf2b7a31766f048baac2ebe43457b1
+TRGTR.GRF = de53650517fe661ceaa3138c6edb0eb8
+OPENTTDW.GRF = 894fa4b04dc16dc43921493fd83d809e
+
+[origin]
+default = You can find it on your Transport Tycoon Deluxe CD-ROM.
+OPENTTDW.GRF = This file was part of your installation.