2d tiled map making
Posted: Tue Jul 31, 2018 8:44 pm
I was looking for map making program on the internet and not one tile map making program has a script or export to suit Purebasic.
Until i came across a program TileStudio. Its not realy designed for Purebasic. But it had a build in option to create a exporting script to make the export file ready to use in PureBasic.
The code was not easy but i got it right. And the export is error free as include file for Purebasic (I tested this on PB 5.62)
I uploaded the code to the real programmer for the program ts. Including animation and bounding boxes. Finnaly something thats work.
The program is a zip file that you can unfold where ever you want and run in any folder you want. The learning curve is a little bit hard and not always strait forward but when you got it, its very nice to use it.
The program is downloadable from:
http://tilestudio.sourceforge.net/
When the PureBasic export file is not in the zip file, please e-mail me and i wil send the file to you.
My e-mail: bart_fernhout@hotmail.com
N.B. Do not try the TileStudio2. Its far from complete and the export is only in lua. Unless you know how to use the LUA library.
When i got time i wil make a complete manual including examples to use the Ts.exe program.
Until i came across a program TileStudio. Its not realy designed for Purebasic. But it had a build in option to create a exporting script to make the export file ready to use in PureBasic.
The code was not easy but i got it right. And the export is error free as include file for Purebasic (I tested this on PB 5.62)
I uploaded the code to the real programmer for the program ts. Including animation and bounding boxes. Finnaly something thats work.
The program is a zip file that you can unfold where ever you want and run in any folder you want. The learning curve is a little bit hard and not always strait forward but when you got it, its very nice to use it.
The program is downloadable from:
http://tilestudio.sourceforge.net/
When the PureBasic export file is not in the zip file, please e-mail me and i wil send the file to you.
My e-mail: bart_fernhout@hotmail.com
N.B. Do not try the TileStudio2. Its far from complete and the export is only in lua. Unless you know how to use the LUA library.
When i got time i wil make a complete manual including examples to use the Ts.exe program.