Page 3 of 3

Posted: 06 Jan 2006, 22:50
by KaTSuo
Where do you get those .wlk files ? With Tiled ? Because I have only .tmx files when I save my maps...

Posted: 07 Jan 2006, 00:31
by Matt
The client needs the .tmx files. The .wlk files are for the server. You can create them with tiled:

File -> Save as ... -> Filetyp: The Mana World Exporter (.wlk) -> Save

Posted: 07 Jan 2006, 12:53
by KaTSuo
Ok I see... That's why there is a tmw.jar in the plugins directory.
But I've an another problem... Tiled hadn't found my plugins directory and I can't save my maps in .wlk. So if anyone can send me Tiled compiled with Ant ('cause I don't understand how to run this program to compile tiled) it would be great...

Posted: 07 Jan 2006, 13:28
by Matt
Why do you dont use the bin package from here?

http://tiled.rpgdx.net/downloads.html

Posted: 07 Jan 2006, 15:37
by KaTSuo
I'm using the 0.5.1-bin package. In the readme file they speak about an Ant compilation... Here is the problem ^^,
I can launch the tiled.jar and make maps but the program doesn't seem to recognize my plugins.

Code: Select all

java.lang.Exception: Could not open directory for reading plugins: plugins
        at tiled.mapeditor.plugin.PluginClassLoader.readPlugins(PluginClassLoade
r.java:74)
        at tiled.mapeditor.MapEditor.<init>(MapEditor.java:218)
        at tiled.mapeditor.MapEditor.main(MapEditor.java:2083)