diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-01-16 20:16:56 +0200 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-01-16 20:19:11 +0200 |
commit | fbf09712699cc005ddebe4f0cd000e5a14038faf (patch) | |
tree | 8d378c00518a510bab1d39e1a393e6b942148801 /tmwcon/README | |
parent | 688132dfa62d7a02c6ba0cbc67f86648c5f0e035 (diff) | |
download | evol-tools-fbf09712699cc005ddebe4f0cd000e5a14038faf.tar.gz evol-tools-fbf09712699cc005ddebe4f0cd000e5a14038faf.tar.bz2 evol-tools-fbf09712699cc005ddebe4f0cd000e5a14038faf.tar.xz evol-tools-fbf09712699cc005ddebe4f0cd000e5a14038faf.zip |
Add java map converter from tmw repo.
Diffstat (limited to 'tmwcon/README')
-rw-r--r-- | tmwcon/README | 27 |
1 files changed, 27 insertions, 0 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 |