diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-11 18:13:55 +0100 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-11 21:35:37 +0100 |
commit | 10ee468a1f3b73f867a1496fb4e9d0b7b274f3b9 (patch) | |
tree | d9aef0d27394d1c7d6f1acf9b273bb1ece65237a /tools/tmwcon/usage | |
parent | 4d49c25bc4b6ac2ad690aaa3408d98e94aaf89ad (diff) | |
download | serverdata-10ee468a1f3b73f867a1496fb4e9d0b7b274f3b9.tar.gz serverdata-10ee468a1f3b73f867a1496fb4e9d0b7b274f3b9.tar.bz2 serverdata-10ee468a1f3b73f867a1496fb4e9d0b7b274f3b9.tar.xz serverdata-10ee468a1f3b73f867a1496fb4e9d0b7b274f3b9.zip |
Some improvements to usage instructions
Diffstat (limited to 'tools/tmwcon/usage')
-rw-r--r-- | tools/tmwcon/usage | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/tmwcon/usage b/tools/tmwcon/usage deleted file mode 100644 index f8fc8d8b..00000000 --- a/tools/tmwcon/usage +++ /dev/null @@ -1,16 +0,0 @@ -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 |