Tile Studio

Tile Studio

Tile Studio is an editor for graphics of tile-based games. The application contains a bitmap editor for creating tiles and sprites and a map editor for designing level maps. The output format is programmable, so it can be used together with most programming languages.

Tile Studio was created by Mike Wiering / Wiering Software.

Defining the Output Format

To generate output in a specific format, the user must supply a .TSD file, which describes the output. On the website, there are examples of .TSD files for several programming languages and libraries (C, Delphi, Java, BlitzBasic, etc.). Usually, the user will make a specific .TSD file per project.

The output consists of any number of text files, binary files, or images (.bmp or .png). For example, a tileset can be exported as a bitmap containing all the tiles (or only the tiles/tile combinations that are actually used in the maps), or in it can be exported pixel by pixel to a text file with RGB values. The following example shows a simple .TSD file for BlitzMax:

; Tile Studio Definition file for use with BlitzMax

#tileset
#tilebitmap TileSet.png256#end tilebitmap

#file TileSet.bmxIncbin "TileSet.png"Const TileWidth = Const TileHeight = Const TileCount =

#mapConst MapWidth = Const MapHeight =

Global Map [] [] =
#mapdata ".. [" "," ", .. " "] , .. [" "] "
#end mapdata

#end map
#end file
#end tileset

Things that can be exported: tilesets, maps, boundmaps, palettes, individual tiles (RGB values, pixel by pixel), sequences (animations).

License

Tile Studio is free open source software under the Mozilla Public License (with the exception of the .tsd files and any code that is copied to the output, that is public domain). So Tile Studio can be used for projects that are under any license.

External links

* [http://tilestudio.sourceforge.net/ Official website]
* [http://tilestudio.sourceforge.net/tutor.html Tutorial and command reference]
* [https://sourceforge.net/projects/tilestudio/ Sourceforge Page - Includes downloads]


Wikimedia Foundation. 2010.

Игры ⚽ Нужен реферат?

Look at other dictionaries:

  • Studio Building (Berkeley, California) — The Studio Building is a historic building, listed on the National Register of Historic Places and situated in Berkeley, California. It dates back to 1905, and at the time of its building was the tallest building in downtown Berkeley. It was… …   Wikipedia

  • Sou Ni Tile — Sou ni tilé Sou ni tilé Album par Amadou Mariam Sortie 1998 puis 13 avril 1999 Enregistrement Août 1997 au Studio Misère de Montreuil sous Bois Durée 70:58 Genre(s) …   Wikipédia en Français

  • Sou ni tilé — Album par Amadou Mariam Sortie 1998 puis 13 avril 1999 Enregistrement Août 1997 au Studio Misère de Montreuil sous Bois Durée 70:58 Genre …   Wikipédia en Français

  • Сравнение растровых графических редакторов — Сравнение возможностей некоторых популярных растровых графических редакторов. Содержание 1 Список программ 2 Основная информация …   Википедия

  • Comparison of raster graphics editors — This is a comparison of raster graphics editors sorted by availability. Contents 1 List 2 General information 3 Operating system support 4 Features …   Wikipedia

  • Mappy (editor) — Mappy is a lightweight software tool used to create, edit and manipulate pixel based graphic, 2D tile maps and isometric pixel art. It can handle different layers and a a good tool, for making layout and graphics for 2d based games. One… …   Wikipedia

  • List of level editors — This is a list of level editors for computer and video games. Level editors allow for the customization and modification of levels within games. A person who creates levels for games is a level designer. Official *3D Construction Kit *3D… …   Wikipedia

  • Sprite sheet — A sprite sheet is a depiction of various sprites arranged in one image, detailing the exact frames of animation for each character or object by way of layout. These are either procured from still images of a game or created originally for use in… …   Wikipedia

  • Mary Chase Perry Stratton — For other people of the same name, see Mary Chase. Mary Chase Stratton Mary Chase Perry Stratton (March 15, 1867 – April 15, 1961) was an American ceramic artist. She was a co founder, along with Horace James Caulkins, of Pewabic Pottery, a form… …   Wikipedia

  • Editores fotográficos — Anexo:Editores fotográficos Saltar a navegación, búsqueda Esta es una lista de editores fotográficos con tablas comparativas de las funciones de los mismos. Contenido 1 Programas propietarios 1.1 Editores comerciales 1.2 Editores gratuitos …   Wikipedia Español

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”