summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-01-18 16:27:13 +0000
committerJared Adams <jaxad0127@gmail.com>2009-01-18 16:27:13 +0000
commit6a92fbc8e20a211d85e0656cc86bb3569389b85b (patch)
tree2c209e08298c90c31c0bd9323043cc3d8f80c440 /tools
parentbb203b7c602ae52111828c7f89a5c10cd8e7a206 (diff)
parentd66e5af9f0024f897a8d239aa5100b30c487a45b (diff)
downloadserverdata-6a92fbc8e20a211d85e0656cc86bb3569389b85b.tar.gz
serverdata-6a92fbc8e20a211d85e0656cc86bb3569389b85b.tar.bz2
serverdata-6a92fbc8e20a211d85e0656cc86bb3569389b85b.tar.xz
serverdata-6a92fbc8e20a211d85e0656cc86bb3569389b85b.zip
Merge commit 'mainline/master'
Diffstat (limited to 'tools')
-rw-r--r--tools/tmwcon/README27
-rw-r--r--tools/tmwcon/usage16
2 files changed, 27 insertions, 16 deletions
diff --git a/tools/tmwcon/README b/tools/tmwcon/README
new file mode 100644
index 00000000..a48fc836
--- /dev/null
+++ b/tools/tmwcon/README
@@ -0,0 +1,27 @@
+Dependencies:
+
+ * 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:
+
+ * Create a directory called tmwdata containing the client data
+ (can be symlink)
+
+ * Output will be in a directory called server-data
+ (usually you make this a symlink to eathena-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
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