Page 2 of 2

Re: Maps, gaps, and overlaps

Posted: Fri Feb 25, 2011 11:22 pm
by sdevaney
nathan9393 wrote:
Tomcat wrote:Is Tiled available on Android, or only Windows, MacOs, and regular Linux?
Use the map making software
Tiled is the name of the software we use to make maps.

To answer your question Tomcat, Tiled is currently not available on Android.

Re: Maps, gaps, and overlaps

Posted: Sat Jun 18, 2011 4:08 am
by Acharabelle
I downloaded the map software and the map file, but it gives me this error when I try to open it:

Error loading tileset image:
Line 4, column 74

Does anyone have any ideas?

Re: Maps, gaps, and overlaps

Posted: Sun Jun 19, 2011 2:40 am
by Dreia
This happens anytime you try to open a map file in a location outside the map folder.

~D

Re: Maps, gaps, and overlaps

Posted: Fri Dec 28, 2012 5:16 am
by last_pawn
Hmmm, just had the same problem myself.

It occurs because the .xml file stores only the required part of the file path. ie, if you move around the file it won't be readable an more.

Two fixes are to 1. move it back to where you saved it and the save as in the res\xml folder or 2. open the .xml with a script editor (I used C++) and rename the filepath for each tileset. Easiest way to do this is to cut and aste from a working map in the same folder.

Remember to make sure submitted maps are saved in the same filepath as the source or it'll make more work for the dev team. Sorry I didn't have the same problem 18 months ago, and I hope this helps eople in the future.