I cant seem to find a tile map editor software where you can click and drag tiles and software makes a .map or .txt file it self?

i was thinking some thing like http://www.mapeditor.org/ but it doesnt let you create .txt or .map file.

o and by .txt or .map file i mean:

   000000000000000000000
    000000000000000000000
    110000000111000000000
    000000000000000000000
    222200022220002220002

as you can see if you have long level than this will be really hard to do by hand.

I use that mapeditor, but usually export it to json. Actually exporting it to json is what you need. It has a "data" attribute which is an array of numbers like you have above, and each number represents a tile.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.