diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-19 14:08:55 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-06-19 14:19:55 -0700 |
commit | a185fab9ff741a8f1da3eb8cc2aef6860338e986 (patch) | |
tree | 9b2eefa5785696de2435c8afb60a2ba8a5bad22b /tools/tmwcon/README | |
parent | ee0ef0d8ce591a0c364f4f53130eb9581118d4cc (diff) | |
download | serverdata-a185fab9ff741a8f1da3eb8cc2aef6860338e986.tar.gz serverdata-a185fab9ff741a8f1da3eb8cc2aef6860338e986.tar.bz2 serverdata-a185fab9ff741a8f1da3eb8cc2aef6860338e986.tar.xz serverdata-a185fab9ff741a8f1da3eb8cc2aef6860338e986.zip |
Make converter nicer
Diffstat (limited to 'tools/tmwcon/README')
-rw-r--r-- | tools/tmwcon/README | 28 |
1 files changed, 6 insertions, 22 deletions
diff --git a/tools/tmwcon/README b/tools/tmwcon/README index a48fc836..e3a4a31a 100644 --- a/tools/tmwcon/README +++ b/tools/tmwcon/README @@ -2,26 +2,10 @@ 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) + * Tiled core jar file (in this directory) + * TMW Tiled plugin jar (in this 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 +Compilation and Usage: + Run + make maps + from the top level of the server data. |