mirror of https://github.com/OpenTTD/OpenTTD
(svn r17165) -Update: tweak obs/obg format description slightly
parent
bd6acb36ae
commit
bd6fac8c12
|
@ -49,6 +49,8 @@ tropical = TRGH.GRF
|
||||||
; GRF file with extra toyland sprites
|
; GRF file with extra toyland sprites
|
||||||
toyland = TRGT.GRF
|
toyland = TRGT.GRF
|
||||||
; NewGRF file using Actions 5, 7, 9 and A to replace sprites
|
; NewGRF file using Actions 5, 7, 9 and A to replace sprites
|
||||||
|
; Must use a GRF ID starting with FF so it cannot be selected from
|
||||||
|
; the in-game NewGRF list and (thus) be loaded twice.
|
||||||
extra = OPENTTDD.GRF
|
extra = OPENTTDD.GRF
|
||||||
|
|
||||||
; The md5s section lists the MD5 checksum for the files that replace them.
|
; The md5s section lists the MD5 checksum for the files that replace them.
|
||||||
|
|
|
@ -36,7 +36,7 @@ description = foo
|
||||||
; The files section lists the files that replace sprites.
|
; The files section lists the files that replace sprites.
|
||||||
; The file names are case sensitive.
|
; The file names are case sensitive.
|
||||||
[files]
|
[files]
|
||||||
; file with the samples
|
; The file with the samples. Must contain exactly 73 samples.
|
||||||
samples = SAMPLES.CAT
|
samples = SAMPLES.CAT
|
||||||
|
|
||||||
; The md5s section lists the MD5 checksum for the files that replace them.
|
; The md5s section lists the MD5 checksum for the files that replace them.
|
||||||
|
|
Loading…
Reference in New Issue