From 10ee468a1f3b73f867a1496fb4e9d0b7b274f3b9 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Sun, 11 Jan 2009 18:13:55 +0100 Subject: Some improvements to usage instructions --- tools/tmwcon/README | 27 +++++++++++++++++++++++++++ tools/tmwcon/usage | 16 ---------------- 2 files changed, 27 insertions(+), 16 deletions(-) create mode 100644 tools/tmwcon/README delete mode 100644 tools/tmwcon/usage (limited to 'tools') 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 -- cgit v1.2.3-60-g2f50