IntroductionTilemaster is a simple tile set editor and drawing tool. At the moment it is in an early stage of development, but the basic functionality to manage tile sets and draw tiles is there. There is definitely room for expansion, though.
Similar to my Itemizer application, this allows to edit a number of tile attributes, add new attributes or remove no longer needed ones. File formats are not entirely fixed yet, but I'll try to keep futures versions compatible to the current ones, or provide easy upgrade paths.
Tilemaster needs the Java runtime version 6 or newer installed to be run.
PreviewA Java application in the well known Metal look and feel. Some day I hope to replace this with a better looking theme.
Already working- Loading and saving of tile sets
- Importing PNG files into tile sets
- Exporting PNG files from tile sets
- Importing tiles from other tile sets
- Importing tile sheets
- Simple drawing operations
- Editing of tile attributes
- Resizing of tile sets
- Zooming and panning the painting area
- Support for background images or tiles
- Loading, saving and simple editing of color maps
It allows to edit true color images. The color palette can be edited to create palettes that have more suitable colors for a particular project (right click a color to open the color editor).
I hope I soon can provide functionality to re-order images in a tile set. At the moment this can be done only by importing tiles from the same set at a new position.
Downloadhttp://www.funkelwerk.de/forum/index.php?topic=346.msg1292#msg1292Tutorialshttp://www.funkelwerk.de/forum/index.php?topic=347.0ConclusionI don't know if this is helpful for roguelike developers, but there seem to be a raising number of roguelikes developed with graphical tile sets. So I decided to post about it here. At the moment it's simple but does the job for me, so I have some hope it might be useful for someone else too