I just checked to see how Construct 3 works and how it can import maps and it seems that it supports native .tmx/.tsx format import and that is good because in theory the answer would be yes, you could import maps from TileMaker DOT inside Construct 3.
But there is a problem, apparently Construct 3 only lets you import a single texture (spreadsheet) to use for your entire map.. and that is a problem because in TileMaker DOT, how it works is that you have a separate texture (png) for every object in the map, and that means that Construct 3 should be able to read all those separate textures and apparently it does not let you do that, unlike Unity and Godot for example. In this case, it seems to be a limitation of Construct 3:(
But maybe there are multiple versions of Construct and i just did not check the right one (i tried with the online launcher), I suggest you to try and export in tmx/tsx format from TileMaker DOT (from the File menu) and see if you can load that output inside your project in Construct 3, hopefully I am wrong and it can actually import multiple asset images.
I just saw your comment, I tested it on some Linux versions via VM and it worked for me but.. I think I know what the problem is. My personal PC is on windows and I created the TileMakerDOT_Linux_Launcher.sh file on windows and I see it 's using CR LF type endings (so basically it ends lines with /r/n) and probably Debian is using LF endings (just /n).
So when Debian reads the very first line (#!/bin/bash), it sees the invisible Windows character and reads it as #!/bin/bash\r. Because a program named bash\r doesn't exist on their computer, Debian panics and throws a misleading No such file or directory error.
In conclusion, I just edited the .sh file and changed what I explained above and it should work now, hopefully.. please give it a try :D
Just wanted to drop a quick note here to let you know about the latest update I just pushed. I’ve decided to make TileMaker DOT 100% free for everyone to use. My goal is to help other indie devs get their projects moving, so I wanted to remove any barriers and just give you the full toolset.
In this update, I've added a Dark Mode and a much cleaner Modern UI to make the workflow smoother. I also spent some time squashing bugs to make sure everything runs a bit more solid.
You can grab the full update now in the download section. If you’re finding the tool useful, please consider leaving a rating, it’s a huge help for the project's visibility!
If you run into any issues or have ideas for features you'd like to see next, feel free to reply here.
Currently, TileMaker DOT exports maps using external tileset references to keep files organized. For the Unreal integration plugin, you usually just need to ensure your assets folder is in the same relative location as your exported files.
Edited note*:
Sorry, if the plugin works with Tiled, then it should work with this tool. Try this before everything else: When starting the app, leave only "assets" in the base path. And after you finish your project, make sure you copy thee assets folder where you will paste your tmx and tsx files in Unity. In this way you make sure it's a relative path to the folder.
I also mentioned this in the README file: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> **⚠️ Important Path Note:** The path you enter or browse for in the **"Asset Base Path"** field at startup determines your export behavior:
> * **Relative Path:** If you keep it as `assets` (or a relative subfolder), the exported `.tmx` and `.tsx` files will use relative paths. This is recommended for moving projects between different computers or sharing with a team.
> * **Absolute Path:** If you use the "Browse" button to select a full path (e.g., `C:\Users\Name\Desktop\assets`), the exported files will hardcode that absolute path.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please make sure to read the README, you will find useful tips there:)
And if this does not work, then try the following:
There could be a quick fix for this: Open the exported .tmx in the Tiled Editor.
Then go to the Tilesets panel, click 'Embed Tileset', and save. This will bundle everything into one file that the Unreal plugin should read perfectly! (I think, but it's worth a try)
But could you give me more details about how an embedded tileset should look like? Because honestly I do not know as of now.
But if it is important to you and if I understand how it works, I will be looking into adding a 'Direct Embed' toggle for future updates to make the Unreal pipeline possible.
Thanks for the feedback! And I am waiting for your reply
Thank you so much! That really means a lot. My goal is to make the tedious parts of level design a bit more fun for everyone, so I’m glad the mission resonates with you. As long as I know that my tool is used by other people in their personal or professional projects, I would call this a success on my end.
I truly believe we build better games when we share better tools. If you ever have ideas on how I can make TileMaker DOT even more useful for your workflow, please let me know!
Hey there! Currently you can import only individual textures. I did this because in this way you can make sure to define your own unique IDs for every texture and you will not be conditioned by the randomizig IDs set in a spritesheet for each tile.
I decided to do it this way because it was the easiest to work with in the end product for me and maybe for other people too. At my end I import each object individually having unique IDs.
To be honest here, I had plans to think of a way to import .png spritesheets while also defining IDs for them, but I have a few other more important features in mind like duplicating chunks of map / exporting and importing them on other maps, automatic defining IDs for all the undefined textures in the assets folders and so on. But I will take your question into consideration and when I will have some time I will think about it:)
Thank you for your question and feel free to comment at any time:) I will reply
You gave me something to think about and I tried some things out.
I will show you a sneak peak ;)
I can promise that I am working on something and it will look like this;
You will be able to load a spritesheet, select a folder to save the textures, and then select the items you want from the spritesheet. The new name and ID will be defined automatically but a popup will let you modify them if you want to, if not just press "ok" or "continue". And then you will be refreshing the assets (I am working on this right now). And you should be ready to go in a few seconds.
But I have some other things in my agenda before this, so please stay tuned :D You will get this improvement in the near future, after 2 or 3 more updates before this.
Thank you for the suggestions and I hope you find my tool useful to you!
Hello, I forgot to reply to this thread with the new update when I added it, but now you can use this spread sheet functionality in the free version too and you can import your own textures from a single spread sheet image!:D
← Return to Map Editor Tool
Comments
Log in with itch.io to leave a comment.
Can i use this with construct 3 😥🙏
Hi there! :)
I just checked to see how Construct 3 works and how it can import maps and it seems that it supports native .tmx/.tsx format import and that is good because in theory the answer would be yes, you could import maps from TileMaker DOT inside Construct 3.
But there is a problem, apparently Construct 3 only lets you import a single texture (spreadsheet) to use for your entire map.. and that is a problem because in TileMaker DOT, how it works is that you have a separate texture (png) for every object in the map, and that means that Construct 3 should be able to read all those separate textures and apparently it does not let you do that, unlike Unity and Godot for example. In this case, it seems to be a limitation of Construct 3:(
But maybe there are multiple versions of Construct and i just did not check the right one (i tried with the online launcher), I suggest you to try and export in tmx/tsx format from TileMaker DOT (from the File menu) and see if you can load that output inside your project in Construct 3, hopefully I am wrong and it can actually import multiple asset images.
I am having an issue when trying to launch on Debian:
Failed to execute child process “/home/user/Downloads/TileMakerDOT_Linux/TileMakerDOT_Linux_Launcher.sh”: Failed to execve: No such file or directoryHi! :D
I just saw your comment, I tested it on some Linux versions via VM and it worked for me but.. I think I know what the problem is. My personal PC is on windows and I created the TileMakerDOT_Linux_Launcher.sh file on windows and I see it 's using CR LF type endings (so basically it ends lines with /r/n) and probably Debian is using LF endings (just /n).
So when Debian reads the very first line (
#!/bin/bash), it sees the invisible Windows character and reads it as#!/bin/bash\r. Because a program namedbash\rdoesn't exist on their computer, Debian panics and throws a misleadingNo such file or directoryerror.In conclusion, I just edited the .sh file and changed what I explained above and it should work now, hopefully.. please give it a try :D
I see! I understand nothing of programming but i do get the general explanation hehe :)
Imma try it out later today or tomorrow!!!
Thanks for the fix!
Hey everyone:)
Just wanted to drop a quick note here to let you know about the latest update I just pushed. I’ve decided to make TileMaker DOT 100% free for everyone to use. My goal is to help other indie devs get their projects moving, so I wanted to remove any barriers and just give you the full toolset.
In this update, I've added a Dark Mode and a much cleaner Modern UI to make the workflow smoother. I also spent some time squashing bugs to make sure everything runs a bit more solid.
You can grab the full update now in the download section. If you’re finding the tool useful, please consider leaving a rating, it’s a huge help for the project's visibility!
If you run into any issues or have ideas for features you'd like to see next, feel free to reply here.
Happy building!
Hey - I am running into an issue with TileMaker. Is there anyway to export a tileset either as .JSON and/or .TSX with the tileset embedded?
I am trying to import at test map made in TileMaker DOT to Unreal 5.7.3 using the tiled integration plugin and the tiles are not showing up.
Hey! Thanks for leaving a comment here!
Currently, TileMaker DOT exports maps using external tileset references to keep files organized. For the Unreal integration plugin, you usually just need to ensure your
assetsfolder is in the same relative location as your exported files.Edited note*:
Sorry, if the plugin works with Tiled, then it should work with this tool. Try this before everything else: When starting the app, leave only "assets" in the base path. And after you finish your project, make sure you copy thee assets folder where you will paste your tmx and tsx files in Unity. In this way you make sure it's a relative path to the folder.
I also mentioned this in the README file:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> **⚠️ Important Path Note:** The path you enter or browse for in the **"Asset Base Path"** field at startup determines your export behavior:
> * **Relative Path:** If you keep it as `assets` (or a relative subfolder), the exported `.tmx` and `.tsx` files will use relative paths. This is recommended for moving projects between different computers or sharing with a team.
> * **Absolute Path:** If you use the "Browse" button to select a full path (e.g., `C:\Users\Name\Desktop\assets`), the exported files will hardcode that absolute path.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please make sure to read the README, you will find useful tips there:)
And if this does not work, then try the following:
There could be a quick fix for this: Open the exported
.tmxin the Tiled Editor.But if it is important to you and if I understand how it works, I will be looking into adding a 'Direct Embed' toggle for future updates to make the Unreal pipeline possible.
Thanks for the feedback! And I am waiting for your reply
Love seeing devs build tools for other devs. Well done 💪
Thank you so much! That really means a lot. My goal is to make the tedious parts of level design a bit more fun for everyone, so I’m glad the mission resonates with you. As long as I know that my tool is used by other people in their personal or professional projects, I would call this a success on my end.
I truly believe we build better games when we share better tools. If you ever have ideas on how I can make TileMaker DOT even more useful for your workflow, please let me know!
Good luck with your projects! 💪
Hey! Is possible to import png spritesheet files to the editor and use newly loaded images?
Hey there! Currently you can import only individual textures. I did this because in this way you can make sure to define your own unique IDs for every texture and you will not be conditioned by the randomizig IDs set in a spritesheet for each tile.
I decided to do it this way because it was the easiest to work with in the end product for me and maybe for other people too. At my end I import each object individually having unique IDs.
To be honest here, I had plans to think of a way to import .png spritesheets while also defining IDs for them, but I have a few other more important features in mind like duplicating chunks of map / exporting and importing them on other maps, automatic defining IDs for all the undefined textures in the assets folders and so on. But I will take your question into consideration and when I will have some time I will think about it:)
Thank you for your question and feel free to comment at any time:) I will reply
Thanks! It would be nice to have in future, since some sprites come in separate files but some in one big png.
You gave me something to think about and I tried some things out.
I will show you a sneak peak ;)
I can promise that I am working on something and it will look like this;
You will be able to load a spritesheet, select a folder to save the textures, and then select the items you want from the spritesheet. The new name and ID will be defined automatically but a popup will let you modify them if you want to, if not just press "ok" or "continue". And then you will be refreshing the assets (I am working on this right now). And you should be ready to go in a few seconds.
But I have some other things in my agenda before this, so please stay tuned :D You will get this improvement in the near future, after 2 or 3 more updates before this.
Thank you for the suggestions and I hope you find my tool useful to you!
Hello, I forgot to reply to this thread with the new update when I added it, but now you can use this spread sheet functionality in the free version too and you can import your own textures from a single spread sheet image!:D