diff options
author | rubidium <rubidium@openttd.org> | 2009-08-13 14:24:13 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2009-08-13 14:24:13 +0000 |
commit | bd6fac8c12ac46fcb92068435b11e42cd25eead1 (patch) | |
tree | fbd024c4d8a9f233caa57cdb9ef620f6d2841205 /docs | |
parent | bd6acb36aed5ef4f65a9d6fea1388cfad9cba3b3 (diff) | |
download | openttd-bd6fac8c12ac46fcb92068435b11e42cd25eead1.tar.xz |
(svn r17165) -Update: tweak obs/obg format description slightly
Diffstat (limited to 'docs')
-rw-r--r-- | docs/obg_format.txt | 2 | ||||
-rw-r--r-- | docs/obs_format.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/obg_format.txt b/docs/obg_format.txt index 272ac5dcf..87fe11a71 100644 --- a/docs/obg_format.txt +++ b/docs/obg_format.txt @@ -49,6 +49,8 @@ tropical = TRGH.GRF ; GRF file with extra toyland sprites toyland = TRGT.GRF ; 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 ; The md5s section lists the MD5 checksum for the files that replace them. diff --git a/docs/obs_format.txt b/docs/obs_format.txt index bb168ad30..7519f1bfe 100644 --- a/docs/obs_format.txt +++ b/docs/obs_format.txt @@ -36,7 +36,7 @@ description = foo ; The files section lists the files that replace sprites. ; The file names are case sensitive. [files] -; file with the samples +; The file with the samples. Must contain exactly 73 samples. samples = SAMPLES.CAT ; The md5s section lists the MD5 checksum for the files that replace them. |