Page 1 of 1

tiled issues

Posted: 09 Apr 2008, 06:54
by noobmapper
Hopefully someone can help me out here. I am trying my hand at mapping. I have the newest version of tiled. I am able to get tiles imported and start the maps however I am unable to save any of my maps as a wlk file, whenever I save my maps a get this message:
Error while attemption to save C:\documents and settings\ptr\desktop\the mana world\data\maps\desert.wlk: No writer plugin exists for this file type.
If anyone can help me to save my work I would greatly appreciate it.

Re: tiled issues

Posted: 09 Apr 2008, 11:51
by Bjørn
For Tiled to support .wlk files it needs to be able to find The Mana World export plugin in its plugins directory. This directory is called "plugins" and should contain a file called "tmw.jar". You need to run Tiled so that the "plugins" directory is in its working path.

On Linux, this looks like this if you compiled Tiled yourself with ant:

Code: Select all

tlindeij@horst-dieter:tiled$ cd dist
tlindeij@horst-dieter:dist$ ls
plugins  tiled.jar
tlindeij@horst-dieter:dist$ ls plugins/
json.jar  lua.jar  mappy.jar  tmw.jar
tlindeij@horst-dieter:dist$ java -jar tiled.jar

Re: tiled issues

Posted: 09 Apr 2008, 12:16
by noobmapper
I have windows. I looked it up and it shows that I have all the plugins now showing and it let me save but now I am unable to view any saved items is there something I am not doing correctly.

This time the message shows no reader plugin installed vs. the no writer plugin as before.

Re: tiled issues

Posted: 15 Apr 2008, 11:30
by Bjørn
Did you save your maps with a .tmx extension? If you use another extension then Tiled may be unable to find a map reader.