.TMX Bestandsextensie
Translation Memory Exchange File
| Ontwikkelaar | Localization Industry Standards Association |
| Populariteit |
3.7 | 21 Stemmen |
Wat is een TMX-bestand?
File created in the Translation Memory Exchange (TMX) format, an open XML standard used for exchanging translation memory (TM) data created by Computer Aided Translation (CAT) and localization applications; may save words or phrases that have been translated from one language to another; used for transferring the translation memory between different tools and vendors.
Meer informatie
OPMERKING: The TMX format was developed by the Localization Industry Standards Association (LISA), who then released the standard under the Creative Commons license.
Programma's die TMX-bestanden openen of ernaar verwijzen
Tiled 2D Tile Map
| Ontwikkelaar | Thorbjørn Lindeijer |
| Populariteit |
3.7 | 3 Stemmen |
A TMX file is a video game level map created by Tiled, a 2D level editor. It contains XML-formatted text that describes a map. Developers can use Tiled to export the map a TMX file contains in various formats, for use in video game development projects.
Meer informatie
Tiled is a free, open-source level editor used to create maps for 2D video games. It allows game developers to place tiles and layers upon a map and add custom properties to those elements. Developers can then export and include the map they've created in a video game.
Maps created in Tiled are saved as TMX files. These files are XML files that include several elements that define a map, including the map's tiles, layers, and custom properties. For example, the <map> element is used to define a map's metadata, the <tileset> element is used to define a tileset included in the map, and the <layer> element is used to define a layer included in the map.
Een TMX-bestand openen
You can open TMX files with Tiled (multiplatform) or NotTiled (Android). To open a TMX file in Tiled, select File → Open File or Project.... Then, navigate to and open your TMX file.
If you want to view the XML text a TMX file contains outside Tiled, you can do so by opening the file in any text or source code editor.
Een TMX-bestand converteren
After you finish editing a Tiled map, you can export the map for use in a 2D video game. Tiled allows developers to export maps in a variety of formats, including .JSON, .LUA, .CSV, and Defold's TILEMAP and COLLECTION formats, among others.
To export a map, open the map's TMX file in Tiled and then select File → Export from the program's menu.
