diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-11 14:42:59 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-11 14:42:59 +0000 |
commit | 39b9de05511c50aac936228bf68f1de410baf13e (patch) | |
tree | e28c3e050d46df2ad0bd82d61a2866cdd6243d1c /tools/tmwcon/usage | |
parent | 515f38e52100eac09275f0821e93e0eaf3e2cc3c (diff) | |
download | serverdata-39b9de05511c50aac936228bf68f1de410baf13e.tar.gz serverdata-39b9de05511c50aac936228bf68f1de410baf13e.tar.bz2 serverdata-39b9de05511c50aac936228bf68f1de410baf13e.tar.xz serverdata-39b9de05511c50aac936228bf68f1de410baf13e.zip |
Update some files in the converter tool
Still getting used to git.
Diffstat (limited to 'tools/tmwcon/usage')
-rw-r--r-- | tools/tmwcon/usage | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/tmwcon/usage b/tools/tmwcon/usage index e69de29b..f8fc8d8b 100644 --- a/tools/tmwcon/usage +++ b/tools/tmwcon/usage @@ -0,0 +1,16 @@ +Dependancies: + ant (recent version) + J2SE 5 or higher (or equivalent) + Tiled or Tiled core jar file (in this directory) + TMW Tiled plugin jar (in this directory or the plugins directory) + +Compilation: + Run ant from this directory. + +Usage: + a directory called tmwdata containing the client data + output will be in a directory called server-data + if the aforementioned jar files are in class path you can run the converter jar file directly: + java jar converter.jar + otherwise, the Converter class can handle that for you: + java Converter |