aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-26 08:55:23 +0000
committerJohannes Schickel2009-05-26 08:55:23 +0000
commit7f57c2f2c0a9e53f0d341a1549c91978f800c9e9 (patch)
tree0c43d2935432fde9913f06db5dc1ef565b7b2524 /tools
parent6fd48c3354451bb1ba6df19dc94cb97846379afb (diff)
downloadscummvm-rg350-7f57c2f2c0a9e53f0d341a1549c91978f800c9e9.tar.gz
scummvm-rg350-7f57c2f2c0a9e53f0d341a1549c91978f800c9e9.tar.bz2
scummvm-rg350-7f57c2f2c0a9e53f0d341a1549c91978f800c9e9.zip
Add some initial documentation for create_kyradat.
svn-id: r40902
Diffstat (limited to 'tools')
-rw-r--r--tools/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/README b/tools/README
index 8e5a267daf..0ad79f7e76 100644
--- a/tools/README
+++ b/tools/README
@@ -51,3 +51,9 @@ md5table
Used to convert scumm-md5.txt into a SCUMM header file, or alternatively
PHP code for our website.
+create_kyradat
+--------------
+ Extracts various static data from the original game executables. This includes
+ room tables in kyra1, various hardcoded language strings in both kyra1 and kyra2,
+ script data for the sequence players of kyra1 and kyra2 and other static data.
+ This tool is used to create the kyra.dat file.