summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-11 18:13:55 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-01-11 21:35:37 +0100
commitf49e2ec425912e7c952b9a0b54c3a5cb57e5e5a5 (patch)
tree4e3ab8da554b71b07ef3ac621a0a18cfc2b43620
parent66204635c4a3bbfbd711bcbf7c704a277406feff (diff)
downloadtools-f49e2ec425912e7c952b9a0b54c3a5cb57e5e5a5.tar.gz
tools-f49e2ec425912e7c952b9a0b54c3a5cb57e5e5a5.tar.bz2
tools-f49e2ec425912e7c952b9a0b54c3a5cb57e5e5a5.tar.xz
tools-f49e2ec425912e7c952b9a0b54c3a5cb57e5e5a5.zip
Some improvements to usage instructions
-rw-r--r--tmwcon/README27
-rw-r--r--tmwcon/usage16
2 files changed, 27 insertions, 16 deletions
diff --git a/tmwcon/README b/tmwcon/README
new file mode 100644
index 0000000..a48fc83
--- /dev/null
+++ b/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/tmwcon/usage b/tmwcon/usage
deleted file mode 100644
index f8fc8d8..0000000
--- a/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