blob: f8fc8d8be8016dd6e3b7554e1c57c71f8fd098a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
|