Modified:
trunk/AnoxTools/README
Log:
Added some text to the README.
Modified: trunk/AnoxTools/README
==============================================================================
--- trunk/AnoxTools/README (original)
+++ trunk/AnoxTools/README Tue Apr 10 09:16:54 2007
@@ -1,7 +1,7 @@
-AnoxTools
+AnoxTools - http://code.google.com/p/anachronox-modding/
=========
-Copyright 2006 Richard Tew <richar...@gmail.com>
+Copyright 2006, 2007 Richard Tew <richar...@gmail.com>
Description:
-----------
@@ -9,3 +9,18 @@
This is a Python script library which can be used to do the
work involved in reading and parsing the file formats that
come with the game Anachronox.
+
+Notes:
+-----
+
+test.txt is intended to be a testbed for all the various
+APE programming language constructs. By compiling it and
+then decompiling it again, it should end up with essentially
+the same code as was initially compiled.
+
+As of 9th April 2007 I believe this is capable of decompiling
+all the APE scripts which come with Anachronox so that they
+can be recompiled without error.
+
+Thanks to Creaper and Laguna for their help and
+encouragement.