user3689096
user3689096

Reputation: 1

how do I make a tiled map base64

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?

Upvotes: 0

Views: 1711

Answers (1)

Anthony Benavente
Anthony Benavente

Reputation: 330

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.

Upvotes: 3

Related Questions