0

Hello everyone I am making a game in Java using the Slick library. this is my first time doing it and I need some help. for the map I am using tiled. and whenever I try to call the tmx file I get this error :

Thu May 29 16:17:57 EDT 2014 ERROR:Unsupport tiled map type: base64,zlib (only gzip base64 supported)

So my best guess would be that it needs to be gzip base64. That makes no sense to me, can anyone help me out?

LW001
  • 2,452
  • 6
  • 27
  • 36

1 Answers1

3

You need either to choose that option when you're creating a map in tiled, or you can click, on the menu bar, Map >> Map Properties >> and select the compression you want.