GameMaker Studio 2.3 Export
One last major feature dropped into the upcoming Tiled 1.5 release: an elaborate plugin for exporting maps to GameMaker Studio 2.3 rooms! This much requested feature finally made it, with the help of TrunX for finding out how to map the various Tiled features to GMS 2.3 features and with the help from YoYo Games, who have provided me with a free GMS 2.3 license so I could test the plugin.
The GMS 2.3 export expands upon the existing GameMaker: Studio 1.4 export, by providing support for background layers and non-orthogonal maps, along with a number of new properties. See the comprehensive documentation for all the details. When there is demand, some of these features could also be back-ported to the GM:S 1.4 export plugin.
Apart from the new plugin, this new development snapshot ships a number of fixes and other small improvements as well as many translation updates. Also the "Wang sets" have been renamed to "Terrain sets", bringing back the familiar terminology now that Wang sets have replaced Terrains (while working largely the same way).
Changelog
Thorbjørn Lindeijer
- Added a GameMaker Studio 2 export plugin (#2979)
- Renamed "Wang" to "Terrain" in the UI, to keep a familiar terminology
- Updated file format versions to 1.5
- Fixed updating of UI when changing Terrain Set type
- Scripting: Added Image.save and Image.saveToData
- Scripting: Fixed Image.copy, Image.scaled and Image.mirrored
- Scripting: Fixed missing GroupLayer constructor
- Linux: Select the file on "Open Containing Folder" (using D-Bus)
- GMX plugin: Take tile object alignment into account
- Qt 6: Fixed color of placeholder text in dark theme
kensington
- qmake: Fixed Python plugin linking issue with Python 3.8 (#2942)
Translation Updates
- Bulgarian (by Любомир Василев "lyubomirv")
- Czech (by Petr Viktorin)
- French (by Jacques-Olivier Farcy and Jonathan Bayle)
- Japanese (by Yu Tang)
- Portuguese (Portugal) (by João Lopes)
- Russian (by eishiya)
- Swedish (by eishiya)
- Turkish (by Oğuz Ersen)
If you enjoy Tiled and are looking forward to the next feature release, please consider supporting me on GitHub Sponsors, Patreon or Liberapay. With your support I can find more time to keep Tiled evolving. Thank you!
Files
Get Tiled Map Editor
Tiled Map Editor
Free, easy to use and flexible level editor.
Status | In development |
Category | Tool |
Author | Thorbjørn Lindeijer |
Tags | 2D, Level Editor, Tilemap |
Languages | Bulgarian, German, English, Spanish; Castilian, Finnish, French, Hungarian, Japanese, Korean, Norwegian Bokmål, Dutch, Russian, Turkish, Ukrainian, Chinese |
More posts
- Tiled 1.11 ReleasedJun 27, 2024
- Tiled 1.10.2 ReleasedAug 05, 2023
- Tiled 1.10.1 ReleasedApr 04, 2023
- Tiled 1.10 ReleasedMar 10, 2023
- Tiled 1.9.2 ReleasedSep 16, 2022
- Tiled 1.9.1 ReleasedAug 11, 2022
- Tiled 1.9 ReleasedJun 25, 2022
- Tiled 1.8.6 ReleasedJun 15, 2022
- Tiled 1.8.5 ReleasedMay 17, 2022
- Tiled 1.9 Alpha ReleasedApr 08, 2022
Comments
Log in with itch.io to leave a comment.
I just want to thank you for this. Assuming it uses sprite sheets, those are pretty simple to make. This is a very nice tool!
Thanks! The export supports both placement of individual sprites as well as sprites used as a tileset.
GDevelop 5 supports Tiled maps directly with its Tilemap object. Construct 2 supports importing TMX files since beta 149 (not sure what the support currently looks like). For Godot there are several options, the most recent being a Tiled to Godot export extension.