Tagged Questions
The tmx tag has no wiki summary.
3
votes
1answer
228 views
How exactly are TMX map files base_64-encoded?
I am writing a game for iOS that uses .tmx map files. I am creating the maps in the application 'Tiled' and then at some point before they get to iOS, I'm parsing them with Perl.
When I save the ...
2
votes
3answers
450 views
Are there any command line TMX editing tools (multilanguage support) for Linux?
I'm building an application with multilanguage support in TMX. I've found some editors for windows, but since I'm developing on a remote server, I'm looking for a command line tool for linux to ...
1
vote
1answer
37 views
Using external XML document to localize XSLT output
I have an XSLT stylesheet that transforms the XML data into XSL-FO (which is then rendered as a PDF using Apache FOP).
Now, I would need to localize the output to a couple of different languages. For ...
1
vote
2answers
479 views
String base64 decoded un-gziped from little-endian 4-byte int to java int
I'm trying to implement TMX files in Android and I was hoping someone could help. Based on the TMX guide, in order to get the GID's I have to
first base64 decode the string, then gunzip the ...
0
votes
1answer
114 views
Can I layer a CCSprite between two CCTMXLayers?
I am making a top-down shooter that makes extensive use of TMX maps created with the "Tiled" application. Within my TMX map, I have a "Background" layer with floor tiles, which appears beneath my ...
0
votes
2answers
239 views
AndEngine Error after loading map: Invalid Index (onUpdate) FATAL EXCEPTION: UpdateThread
I been working with AndEngine and got the maps the test maps to load correctly, yet when i try to load the map i created with the same textures the map loads but then i get a AndroidRuntime error
...
0
votes
1answer
91 views
Getting problem in making of TMX file
I am making TMx file using Tiled Map editor. I want to make isomorphic design so it will look like 3D effect. I don't know how to make isomorphic to show 3D effect.
is there any other software ...
0
votes
0answers
202 views
Scaling a layer on cocos2d and keeping it within a boundary
I have a map layer, which is a tmxtiledmap of tile size 20x15. I also have a UI layer which is 40 pixels wide on the side of the screen.
I am trying to create a game where the player pinch and zooms ...
0
votes
1answer
473 views
Decompressing zlib data from .tmx (Tiled) file
I'm trying to write a .tmx loader that will load the Tiled map data directly into my game. I've already written the Base64 decoder and decoded the string.
However, I receive no output after ...
0
votes
1answer
850 views
How do I import .tmx (Tile Map Editor) file into my XNA Project
I tried to load a .tmx (Tile Map Editor) file into my project but I'm getting this error:
Cannot autodetect which importer to use for "Level1.tmx" There are no importers which handle this file ...
0
votes
1answer
95 views
Loss of tuid in TMX files after editing them in SDL Trados Studio
I've got TMX files that have a tuid that is used by the Zend Framework to translate my application's texts. However, after importing the TMX files in SDL Trados Studio, and re-exporting them, the tuid ...
0
votes
1answer
1k views
Tools to Create TMX Files for Multilingual Support in LAMP applications?
I'm using the Zend_Translate() class for a PHP web application that requires multiple language support. At the moment, I manually create TMX language files with a text editor. Are there tools with ...