How to add maps

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

User avatar
KaTSuo
Novice
Novice
Posts: 53
Joined: 25 Sep 2005, 19:01
Location: France
Contact:

Post by KaTSuo »

Where do you get those .wlk files ? With Tiled ? Because I have only .tmx files when I save my maps...
I'm French, sorry for my bad english XD !
Image
Matt
Grand Knight
Grand Knight
Posts: 1759
Joined: 07 Aug 2004, 10:47
Location: Germany->Bavaria

Post 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
User avatar
KaTSuo
Novice
Novice
Posts: 53
Joined: 25 Sep 2005, 19:01
Location: France
Contact:

Post 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...
I'm French, sorry for my bad english XD !
Image
Matt
Grand Knight
Grand Knight
Posts: 1759
Joined: 07 Aug 2004, 10:47
Location: Germany->Bavaria

Post by Matt »

Why do you dont use the bin package from here?

http://tiled.rpgdx.net/downloads.html
User avatar
KaTSuo
Novice
Novice
Posts: 53
Joined: 25 Sep 2005, 19:01
Location: France
Contact:

Post 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)
I'm French, sorry for my bad english XD !
Image
Post Reply