Tiled already has Gamemaker Studio 1.4 support. But in order to load my exported tiled map i have to use the import existing room button in gamemaker. If i save the exported file directly to the rooms folder (using ctrl+s and the export on save feature on) then start the game it will give me compiler errors. If i compare the exported(crashing) .room.gmx file with the converted .room.gmx file in gamemaker it is only missing a few xml tags.
If these missing xml tags could automatically be added then the export to GMS1.4 would be much easier to use. Because i wont have to delete the old room and manually import the new one.
More tags are missing and some xml tags but gamemaker does not seem to have a problem with that.
The original files contain a lot of lines and i am not allowed to upload files yet. If you need more i can upload them somewhere else.
But adding a colour tag should fix this problem with the default value of 4294967295.
Edit: I removed the < at the beginning of the tags because the text got removed
That’s very helpful, I’ll be sure to add the colour="4294967295" attribute in the next patch release!
Do you know by any chance what GameMaker: Studio 1.4 uses this color for? Are the tile graphics multiplied by this color in order to tint it? Cause in that case, it would be nice to support it with the recently added layer tint color in Tiled as well. And then of course we need to figure out in which format this color is stored (probably ARGB or RGBA).
You need to use ``` (backticks) at the start/end of the code segments, to avoid them being parsed for markup. I’ve edited your post accordingly.