Tile Editors

Blitz3D Forums/Blitz3D Beginners Area/Tile Editors

Hybird(Posted 2003) [#1]
Hi! I just got my copy of Blitz 3D and its fantastic! This has probably been discussed before, but I was wondering if there are any good 2d tile editors out there. I've mucked around with Tile Studio before, but I find it plain confusing. Any suggestions? Thanks!


mearrin69(Posted 2003) [#2]
Maybe maplet? You mean for editing maps or the tiles themselves?


Hybird(Posted 2003) [#3]
Sorry, I meant more specifically a good 2D map editor. Tile Studio does that, but I find it awkward to work with.

Thanks


LineOf7s(Posted 2003) [#4]
The main popular alternative to Tile Studio is Mappy ( http://www.tilemap.co.uk/mappy.php ). Don't forget to grab the 'Mappy BB' stuff (down that page a bit) to incorporate your Mappy creations into your Blitz ones...

Also critically acclaimed recently is the K4 Editor by our own dan_upright available at his One Man Army website www.oma.blitzforge.com

Of course, the answer you'll most likely get from around here (being a forum of programmers for the most part) is to code your own - the advantages of course being that it'll be a great learning experience; that you can make it do exactly what you want rather than having to compromise yourself to suit someone else's ideas; you'll know exactly what's in it so if bugs become a problem you'll have a better idea how to fix it; you'll know exactly how to use it to its best from Day One.

That being said, it's obviously the ideal way to do things as far as The Big Programming Picture is concerned, but if you find a 3rd-party proggie that does what you want, then that's that much less you have to wade through before you can get on with coding that game bubbling through your head, innit?


Hybird(Posted 2003) [#5]
Thanks very much, K4 Editor was pretty much the sort of editor I was looking for. And make my own tile editor - I forgot about that :) I might do that too.


mearrin69(Posted 2003) [#6]
Sorry, I meant Mappy, not Maplet. One too many glasses of wine :)


Tri|Ga|De(Posted 2003) [#7]
Heres some code I made for use with Mappy

Code.

Try it out!