v50 Steam/Premium information for editors
  • v50 information can now be added to pages in the main namespace. v0.47 information can still be found in the DF2014 namespace. See here for more details on the new versioning policy.
  • Use this page to report any issues related to the migration.
This notice may be cached—the current version can be found here.

Editing Tileset repository

Jump to navigation Jump to search

Warning: You are not logged in.
Your IP address will be recorded in this page's edit history.

If you are creating a redirect to the current version's page, do not use any namespace. For example: use #REDIRECT [[Cat]], not #REDIRECT [[Main:Cat]] or #REDIRECT [[cv:Cat]]. See DF:Versions for more information.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
{{migrated article}}
 
 
{{For/see|user-created graphic sets|[[Graphics set repository]]}}
 
{{For/see|user-created graphic sets|[[Graphics set repository]]}}
{{av}}
+
 
 
{{Mod}}
 
{{Mod}}
  
A character set, or simply [[tilesets|tileset]], is an image in BMP or PNG format that contains the 256 different tiles, corresponding to the [[Main:Character table|IBM Code Page 437]] (sometimes called Extended ASCII). They are used to display the text elements in graphics mode and everything in ASCII mode. This page serves as a repository for custom tilesets made by users, including instructions on how to install them.
+
A character set, or simply [[tilesets|tileset]], is an image in BMP or PNG format that contains the 256 different tiles, corresponding to the [[Main:Character table|IBM Code Page 437]] (sometimes called Extended ASCII). They are used to display the main graphics. This page serves as a repository for custom tilesets made by users, including instructions on how to install them.
  
 
==Background==
 
==Background==
Line 11: Line 10:
  
 
==Installation==
 
==Installation==
{{TipBox|#fb0|float=center|'''Currently{{version|50.11}}, using some tilesets can cause the lower and right edges of the screen to not react to the mouse.''' This is dependent on size; the 8×12 and 10×12 that come with the game are fine, but the 16×16 is not. Maximizing the window or [[Settings|setting]] the game to fullscreen may avoid this.}}
 
Other issues that can appear when using a different tileset:
 
* In graphics mode, the minimap frame will scale to the tileset, but the minimap image will not.
 
* In graphics mode, using a tileset with a different aspect ratio will stretch UI elements.
 
* In graphics mode, some UI elements do not scale to the tileset.
 
* In either mode, and even with the default tileset at some scales and game display sizes, some menus may not have enough space to display all elements; the [[Noble#Menu|Nobles menu]] especially.
 
  
 
To use a specific tileset with ''Dwarf Fortress'', you must perform the following steps:
 
To use a specific tileset with ''Dwarf Fortress'', you must perform the following steps:
Line 22: Line 15:
 
# Download the tileset to your computer. Each tileset is just an image, so there is no separate download link. ('''Right-Click''' on the tileset image and '''Save-As'''.)
 
# Download the tileset to your computer. Each tileset is just an image, so there is no separate download link. ('''Right-Click''' on the tileset image and '''Save-As'''.)
 
# If necessary, convert the tileset to the correct image format for the version of DF you are using:
 
# If necessary, convert the tileset to the correct image format for the version of DF you are using:
## Do '''not''' just change the extension to .bmp or .png; you must use a program like MS paint to save it properly.
+
## ''For [[40d:Release information/0.28.181.40d|DF 0.28.181.40d]] or older:'' open the file in an image editor and save it as a '''24-bit bitmap''' (BMP) if it isn't already in that format.
## For ''[[40d:Release information/0.28.181.40d|DF 0.28.181.40d]] or older:'' open the file in an image editor and save it as a '''24-bit bitmap''' (BMP) if it isn't already in that format.
+
## ''For [[v0.31:Release information/0.31.01|DF 0.31.01]] or newer:'' open the file in an image editor and save it as a '''PNG'''  with ''transparency'' if it isn't already in that format.
## For ''[[v0.31:Release information/0.31.01|DF 0.31.01]] or newer:'' open the file in an image editor and save it as a '''PNG'''  with ''transparency'' if it isn't already in that format.
+
# Move/Copy the file to the DF art directory ({{tt|.../data/art}}).
# Move or copy the file to the DF art directory ({{tt|.../data/art}}).
+
# Edit the initialization configuration file ({{tt|.../data/init/init.txt}}) to specify the tileset file to use. There are four locations that can be changed:
# Edit the initialization configuration file ({{tt|.../data/init/init_default.txt}}) to specify the tileset file to use. There are three lines that can be changed:
+
## Specify the tileset for a windowed display by setting the filename in the '''[FONT:''<filename>'']''' tag.
## '''[FONT:''<filename>'']''' the tileset for a windowed display.
+
## Specify the tileset for a full-screen display by setting the filename in the '''[FULLFONT:''<filename>'']''' tag.
## '''[FULLFONT:''<filename>'']''' the tileset for a full-screen display.
+
## Specify the tileset for a windowed graphical display by setting the filename in the '''[GRAPHICS_FONT:''<filename>'']''' tag.
## '''[BASIC_FONT:''<filename>'']''' — the tileset for initial loading and menu display.
+
## Specify the tileset for a full-screen graphical display by setting the filename in the '''[GRAPHICS_FULLFONT:''<filename>'']''' tag.
## All three can be set to the same file. In fact, setting them to different files can give unexpected results
 
 
## Once you have made the changes you need to remember to save the file.
 
## Once you have made the changes you need to remember to save the file.
# If the selected tileset requires modifications to the [[Raw]]s, you will have to make those edits.  What those changes are will depend on the tileset itself, and may only be valid for older versions. Likewise, some tilesets may suggest changes to {{tt|d_init.txt}}, such as {{tt|[PILLAR_TILE:255]}}, but those options no longer exist.
+
 
 +
If the selected tileset requires modifications to the Raws, you will have to make those edits.  What those changes are will depend on the tileset itself.
  
 
Once the file is saved and the required changes are made, you are ready to play DF with your new tileset!
 
Once the file is saved and the required changes are made, you are ready to play DF with your new tileset!
Line 48: Line 41:
 
|comments=So on suggestion I made the new version of Monoscii which has every tile be 1 pixel, the entire map nearly fits into the screen just fine. Monoscii Lite is superior in every way, the information is denser, crisper and cleaner. pUrists will finally be one step closer to the most pUrist DF possible. ([http://www.bay12forums.com/smf/index.php?topic=149759.msg6131651#msg6131651 forum post link])
 
|comments=So on suggestion I made the new version of Monoscii which has every tile be 1 pixel, the entire map nearly fits into the screen just fine. Monoscii Lite is superior in every way, the information is denser, crisper and cleaner. pUrists will finally be one step closer to the most pUrist DF possible. ([http://www.bay12forums.com/smf/index.php?topic=149759.msg6131651#msg6131651 forum post link])
 
|demo=[[Image:Monoscii lite large world screenshot.png|thumb|right|Monoscii Lite]]
 
|demo=[[Image:Monoscii lite large world screenshot.png|thumb|right|Monoscii Lite]]
 +
}}
 +
 +
 +
{{Tileset|
 +
|filename=Analfabetico_640x300.png
 +
|author=Fitmoos
 +
|dated=2021-01-01
 +
|size=1&times;1
 +
|resolution=80&times;25
 +
|comments= Based on the idea of Monoscii, this is a blank tileset, with an analphabetic aspect ratio.
 +
See [http://www.bay12forums.com/smf/index.php?topic=177855.0 the forums thread] for a tiny 80x60 version as well.
 
}}
 
}}
  
Line 53: Line 57:
  
 
{{Tileset|
 
{{Tileset|
|filename=Kein_400x125.png
+
|image=[[Image:Kein_400x125.png]]
 
|author=[[User:Kein|Kein]]
 
|author=[[User:Kein|Kein]]
 
|dated=2008-8-7
 
|dated=2008-8-7
Line 63: Line 67:
  
 
{{Tileset|
 
{{Tileset|
|filename=Zaratustra_custom_5x5.png
+
|image=[[Image:Zaratustra_custom_5x5.png]]
 
|author=[[User:Zaratustra|Zaratustra]]
 
|author=[[User:Zaratustra|Zaratustra]]
 
|dated=2008-11-20
 
|dated=2008-11-20
Line 74: Line 78:
  
 
{{Tileset|
 
{{Tileset|
|filename=Geti_custom_6x6.png
+
|image=[[Image:Geti_custom_6x6.png]]
 
|author=[[User:Geti|Geti]]
 
|author=[[User:Geti|Geti]]
 
|dated=2010-08-04
 
|dated=2010-08-04
Line 83: Line 87:
  
 
{{Tileset|
 
{{Tileset|
|filename=Lord Nightmare 6x6font01.png
+
|image=[[Image:Lord Nightmare 6x6font01.png]]
 
|author=Lord Nightmare
 
|author=Lord Nightmare
 
|dated=2007-11-5
 
|dated=2007-11-5
Line 92: Line 96:
  
 
{{Tileset|
 
{{Tileset|
|filename=Lord Nightmare 6x6font02.png
+
|image=[[Image:Lord Nightmare 6x6font02.png]]
 
|author=Lord Nightmare
 
|author=Lord Nightmare
 
|dated=2007-11-12
 
|dated=2007-11-12
Line 102: Line 106:
  
 
{{Tileset|
 
{{Tileset|
|filename=Mkv_curses_480x150.png
+
|image=[[Image:Mkv_curses_480x150.png]]
 
|author=[[User:Markavian|Markavian]]
 
|author=[[User:Markavian|Markavian]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 111: Line 115:
  
 
{{Tileset|
 
{{Tileset|
|filename=Mkv_curses_480x150_v2.png
+
|image=[[Image:Mkv_curses_480x150_v2.png]]
 
|author=[[User:Markavian|Markavian]]
 
|author=[[User:Markavian|Markavian]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 122: Line 126:
  
 
{{Tileset|
 
{{Tileset|
|filename=nobbins6x6.png
+
|image=[[Image:nobbins6x6.png]]
 
|author=[[User:Nobbins|Nobbins]]
 
|author=[[User:Nobbins|Nobbins]]
 
|dated=2010-01-10
 
|dated=2010-01-10
Line 131: Line 135:
  
 
{{Tileset|
 
{{Tileset|
|filename=nobbin_ts_v2.png
+
|image=[[Image:nobbin_ts_v2.png]]
 
|author=[[User:Nobbins|Nobbins]]
 
|author=[[User:Nobbins|Nobbins]]
 
|dated=2010-06-28
 
|dated=2010-06-28
Line 142: Line 146:
  
 
{{Tileset|
 
{{Tileset|
filename=Herrbdog_7x7_tileset.gif
+
image=[[Image:Herrbdog_7x7_tileset.gif]]
 
|author=[[User:herrbdog|herrbdog]]
 
|author=[[User:herrbdog|herrbdog]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 152: Line 156:
  
 
{{Tileset|
 
{{Tileset|
|filename=terbert_7x7.png
+
|image=[[Image:terbert_7x7.png]]
 
|author=[[User:Terbert|Terbert]]
 
|author=[[User:Terbert|Terbert]]
 
|dated=2009-6-30
 
|dated=2009-6-30
Line 163: Line 167:
  
 
{{Tileset|
 
{{Tileset|
|filename=Anikki_square_8x8.png
+
|image=[[Image:Anikki_square_8x8.png]]
 
|author=[[User:Anikki|Anikki]]
 
|author=[[User:Anikki|Anikki]]
 
|dated=2008-7-27
 
|dated=2008-7-27
Line 170: Line 174:
 
|comments=Based on the original IBM CGA Character set with a lot of tweaks. The characters remain as descriptive yet universal as possible. I chose the CGA set because it is in my opinion the square set with the best readability. This set is for those who like the basic ASCII look where every pixel has meaning or (multiple meanings). [http://www.anikki.com/share/df/Anikki_square_8x8.bmp Download the BMP]
 
|comments=Based on the original IBM CGA Character set with a lot of tweaks. The characters remain as descriptive yet universal as possible. I chose the CGA set because it is in my opinion the square set with the best readability. This set is for those who like the basic ASCII look where every pixel has meaning or (multiple meanings). [http://www.anikki.com/share/df/Anikki_square_8x8.bmp Download the BMP]
  
There is also an upscaled [[#Anikki_square_16x16.png|16x16 version]] of this set available for fullscreen use below.
+
There is also an upscaled [[#Anikki_2|16x16 version]] of this set available for fullscreen use below.
 
|demo=[[Image:df_anikki_2.png|thumb|right]]
 
|demo=[[Image:df_anikki_2.png|thumb|right]]
 
}}
 
}}
Line 176: Line 180:
 
{{Tileset|
 
{{Tileset|
 
|title=cheepicus_8x8
 
|title=cheepicus_8x8
|filename=cheepicus_8x8.png
+
|image=[[Image:cheepicus_8x8.png]]
 
|author=[[User:Cheepicus|Cheepicus]]
 
|author=[[User:Cheepicus|Cheepicus]]
 
|dated=2014-4-3
 
|dated=2014-4-3
Line 186: Line 190:
  
 
{{Tileset|
 
{{Tileset|
|filename=Jdpage_8x8.png
+
|image=[[Image:Jdpage_8x8.png]]
 
|author=[[User:Jdpage|Jdpage]]
 
|author=[[User:Jdpage|Jdpage]]
 
|dated=2010-09-15
 
|dated=2010-09-15
 
|size=8&times;8
 
|size=8&times;8
 
|resolution=640&times;200 native.
 
|resolution=640&times;200 native.
|comments=Modified version of the [[#Anikki_square_8x8.png|Anikki 8x8 tileset]]. Just prettifies it a bit; some characters are tweaked to make them work slightly better for one of their jobs without disturbing the rest. Others are redesigned entirely. Most importantly, dwarves were given beards.
+
|comments=Modified version of the [[#Anikki|Anikki]] 8x8 tileset. Just prettifies it a bit; some characters are tweaked to make them work slightly better for one of their jobs without disturbing the rest. Others are redesigned entirely. Most importantly, dwarves were given beards.
 
}}
 
}}
  
 
{{Tileset|
 
{{Tileset|
|filename=CGA8x8thick.png
+
|image=[[Image:CGA8x8thick.png]]
 
|author=Lord Nightmare/IBM
 
|author=Lord Nightmare/IBM
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 204: Line 208:
  
 
{{Tileset|
 
{{Tileset|
|filename=CGA8x8thin.png
+
|image=[[Image:CGA8x8thin.png]]
 
|author=Lord Nightmare/IBM
 
|author=Lord Nightmare/IBM
 
|dated=2008-6-6
 
|dated=2008-6-6
Line 214: Line 218:
  
 
{{Tileset|
 
{{Tileset|
|filename=LN_EGA8x8.png
+
|image=[[Image:LN_EGA8x8.png]]
 
|author=Lord Nightmare/IBM
 
|author=Lord Nightmare/IBM
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 223: Line 227:
  
 
{{Tileset|
 
{{Tileset|
|filename=RDE_8x8.png
+
|image=[[Image:RDE_8x8.png]]
 
|author=[[User:RedDeadElite|RedDeadElite]]
 
|author=[[User:RedDeadElite|RedDeadElite]]
 
|dated=2018-08-17
 
|dated=2018-08-17
Line 233: Line 237:
  
 
{{Tileset|
 
{{Tileset|
|filename=Pastiche_8x8.png
+
|image=[[Image:Pastiche_8x8.png]]
 
|author=[[User:Tejón|tejón]]
 
|author=[[User:Tejón|tejón]]
 
|dated=2012-6-12
 
|dated=2012-6-12
Line 242: Line 246:
  
 
{{Tileset|
 
{{Tileset|
|filename=Potash_8x8.png
+
|image=[[Image:Potash_8x8.png]]
 
|author=[[User:Tejón|tejón]]
 
|author=[[User:Tejón|tejón]]
 
|dated=2012-6-12
 
|dated=2012-6-12
Line 251: Line 255:
  
 
{{Tileset|
 
{{Tileset|
|filename=Acorntileset8x8.png
+
|image=[[Image:Acorntileset8x8.png]]
 
|author=[[User:Xenomorph|Xenomorph]]
 
|author=[[User:Xenomorph|Xenomorph]]
 
|dated=2008-8-9
 
|dated=2008-8-9
Line 260: Line 264:
  
 
{{Tileset|
 
{{Tileset|
|filename=yayo_c64_640x200.png
+
|image=[[Image:yayo_c64_640x200.png]]
 
|author=[[User:Yayo|Yayo]]
 
|author=[[User:Yayo|Yayo]]
 
|dated=2007-10-30
 
|dated=2007-10-30
 
|size=8&times;8
 
|size=8&times;8
 
|resolution=640&times;200
 
|resolution=640&times;200
|comments=Name: Yayo's C64; Based on the charset of the Commodore 64. It's a flat style, but it's clean and also highly readable. I recreated all the missing chars like letters with accents and symbols, trying to get a c64 style as much as possible. If it's too small, use the 16&times;16 version [[#Yayo_c64_1280x400_83b157.png|below]]. :)
+
|comments=Name: Yayo's C64; Based on the charset of the Commodore 64. It's a flat style, but it's clean and also highly readable. I recreated all the missing chars like letters with accents and symbols, trying to get a c64 style as much as possible. If it's too small, use the 16&times;16 version [[#Yayo_2|below]]. :)
 
|demo=[[Image:yayo_c64_640x200_screenshot.png|thumb|right|yayo's c64 Tileset]]
 
|demo=[[Image:yayo_c64_640x200_screenshot.png|thumb|right|yayo's c64 Tileset]]
 
}}
 
}}
  
 
{{Tileset|
 
{{Tileset|
|filename=Zaratustra_msx.png
+
|image=[[Image:Zaratustra_msx.png]]
 
|author=[[User:Zaratustra|Zaratustra]]
 
|author=[[User:Zaratustra|Zaratustra]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 325: Line 329:
 
|size=9&times;9
 
|size=9&times;9
 
|resolution=720&times;225
 
|resolution=720&times;225
|comments=There is no doubt that this tileset is old. This must be distinctly understood if anything wonderful is to come of your use of it. You may like [[#720x225_SmoothWalls.PNG|Dorten's revision]] more. The following is the original description:<br>I dislike curses_640x300.bmp due to its lack of any kind of graphics for things like a bed or a barrel and the fact that it distorts my beautiful circles, so I made a similarish tileset to fix those.
+
|comments=There is no doubt that this tileset is old. This must be distinctly understood if anything wonderful is to come of your use of it. You may like [[List_of_user_character_sets#Dorten|Dorten's revision]] more. The following is the original description:<br>I dislike curses_640x300.bmp due to its lack of any kind of graphics for things like a bed or a barrel and the fact that it distorts my beautiful circles, so I made a similarish tileset to fix those.
 
|demo=[[Image:Screenshot_41ea57.png|thumb|right|Savok's tiny, non-updated tileset.]]
 
|demo=[[Image:Screenshot_41ea57.png|thumb|right|Savok's tiny, non-updated tileset.]]
 
}}
 
}}
Line 332: Line 336:
  
 
{{Tileset|
 
{{Tileset|
|filename=Anikki_square_10x10.png
+
|image=[[Image:Anikki_square_10x10.png]]
 
|author=[[User:Anikki|Anikki]]
 
|author=[[User:Anikki|Anikki]]
 
|dated=2008-7-27
 
|dated=2008-7-27
Line 343: Line 347:
  
 
{{Tileset|
 
{{Tileset|
|filename=buddy.png
+
|image=[[Image:buddy.png]]
 
|author=buddy
 
|author=buddy
 
|dated=2014-07-12
 
|dated=2014-07-12
Line 355: Line 359:
  
 
{{Tileset|
 
{{Tileset|
|filename=buddy--graphical.png
+
|image=[[Image:buddy--graphical.png]]
 
|author=buddy
 
|author=buddy
 
|dated=2014-07-16
 
|dated=2014-07-16
Line 370: Line 374:
  
 
{{Tileset|
 
{{Tileset|
|filename=ddw.png
+
|image=[[Image:ddw.png]]
 
|author=[[User:Ddw|Ddw]]
 
|author=[[User:Ddw|Ddw]]
 
|dated=2011-03-10
 
|dated=2011-03-10
 
|size=10&times;10
 
|size=10&times;10
 
|resolution=800&times;250 native
 
|resolution=800&times;250 native
|comments=Based on [[#Anikki_square_10x10.png|Anikki]], with some simplifications and modifications. I like Markavian's walls, so I did something similar. The bottom right tile, number 255, I use for pillars. You can set that in your d_init.txt, the line should look like [PILLAR_TILE:255]  
+
|comments=Based on Anikki, with some simplifications and modifications. I like Markavian's walls, so I did something similar. The bottom right tile, number 255, I use for pillars. You can set that in your d_init.txt, the line should look like [PILLAR_TILE:255]  
 
[http://www.dougwhiteley.co.uk/images/ddw_shot.png Example].
 
[http://www.dougwhiteley.co.uk/images/ddw_shot.png Example].
 
}}
 
}}
  
 
{{Tileset|
 
{{Tileset|
|filename=Paul_10x10.png
+
|image=[[Image:Paul_10x10.png]]
 
|author=[[User:Paul|Paul]]
 
|author=[[User:Paul|Paul]]
 
|dated=2008-9-5
 
|dated=2008-9-5
Line 389: Line 393:
  
 
{{Tileset|
 
{{Tileset|
|filename=Potash_10x10.png
+
|image=[[Image:Potash_10x10.png]]
 
|author=[[User:Tejón|tejón]]
 
|author=[[User:Tejón|tejón]]
 
|dated=2012-6-12
 
|dated=2012-6-12
Line 398: Line 402:
  
 
{{Tileset|
 
{{Tileset|
|filename=Taffer 10x10.png
+
|image=[[Image:Taffer 10x10.png]]
 
|author=[[User:Taffer|Taffer]]
 
|author=[[User:Taffer|Taffer]]
 
|dated=2017-01-10
 
|dated=2017-01-10
Line 408: Line 412:
  
 
{{Tileset|
 
{{Tileset|
|filename=Terbert_10x10.png
+
|image=[[Image:Terbert_10x10.png]]
 
|author=[[User:Terbert|Terbert]]
 
|author=[[User:Terbert|Terbert]]
 
|dated=2009-6-30
 
|dated=2009-6-30
Line 417: Line 421:
  
 
{{Tileset|
 
{{Tileset|
|filename=Tocky_square_10x10.png
+
|image=[[Image:Tocky_square_10x10.png]]
 
|author=[[User:Tocky|Tocky]]
 
|author=[[User:Tocky|Tocky]]
 
|dated=2007-11-15
 
|dated=2007-11-15
Line 429: Line 433:
  
 
{{Tileset|
 
{{Tileset|
|filename=terminus.png
+
|image=[[Image:terminus.png]]
 
|author=[[User:Gekz|Gekz]]
 
|author=[[User:Gekz|Gekz]]
 
|dated=2010-1-08
 
|dated=2010-1-08
Line 443: Line 447:
  
 
{{Tileset|
 
{{Tileset|
|filename=Alloy_curses_12x12.png
+
|image=[[Image:Alloy_curses_12x12.png]]
 
|author=[[User:Alloy|Alloy]]
 
|author=[[User:Alloy|Alloy]]
 
|dated=2010-12-3 - v1.1
 
|dated=2010-12-3 - v1.1
Line 453: Line 457:
 
{{Tileset|
 
{{Tileset|
 
|title=cheepicus_12x12
 
|title=cheepicus_12x12
|filename=cheepicus_12x12.png
+
|image=[[Image:cheepicus_12x12.png]]
 
|author=[[User:Cheepicus|Cheepicus]]
 
|author=[[User:Cheepicus|Cheepicus]]
 
|dated=2010-8-4
 
|dated=2010-8-4
Line 465: Line 469:
  
 
{{Tileset|
 
{{Tileset|
|filename=Unknown curses 12x12 & Markvii Walls.png
+
|image=[[Image:Unknown curses 12x12 & Markvii Walls.png]]
 
|author=DDR & Others
 
|author=DDR & Others
 
|dated=2010-9-3
 
|dated=2010-9-3
Line 475: Line 479:
  
 
{{Tileset|
 
{{Tileset|
|filename=Haberdash_curses_12x12.png
+
|image=[[Image:Haberdash_curses_12x12.png]]
 
|author=[[User:Haberdash|Haberdash]]
 
|author=[[User:Haberdash|Haberdash]]
 
|dated=2014-07-24
 
|dated=2014-07-24
Line 484: Line 488:
  
 
{{Tileset|
 
{{Tileset|
|filename=DB_curses_12x12.PNG
+
|image=[[Image:DB_curses_12x12.PNG]]
 
|author=[[User:Hanuman|Hanuman]]
 
|author=[[User:Hanuman|Hanuman]]
 
|dated=2008-7-23
 
|dated=2008-7-23
Line 494: Line 498:
  
 
{{Tileset|
 
{{Tileset|
|filename=Herrbdog_144.png
+
|image=[[Image:Herrbdog_144.png]]
 
|author=Herrbdog
 
|author=Herrbdog
 
|dated=2007-10-30
 
|dated=2007-10-30
 
|size=12&times;12
 
|size=12&times;12
 
|resolution=960&times;300
 
|resolution=960&times;300
|comments=A larger version of this tileset is available [[#Herrbdog_16x16_tileset.gif|below]].
+
|comments=A larger version of this tileset is available [[#Herrbdog 2|below]].
 
}}
 
}}
  
 
{{Tileset|
 
{{Tileset|
|filename=Dullard_Exponent_12x12.png
+
|image=[[Image:Dullard_Exponent_12x12.png]]
 
|author=Lord Dullard/Exponent
 
|author=Lord Dullard/Exponent
 
|dated=2009-3-30
 
|dated=2009-3-30
Line 512: Line 516:
  
 
{{Tileset|
 
{{Tileset|
|filename=mkv_solidcurses_stairs_960x300.png
+
|image=[[Image:mkv_solidcurses_stairs_960x300.png]]
 
|author=[[User:Markavian|Markavian]]
 
|author=[[User:Markavian|Markavian]]
 
|dated=2007-12-4
 
|dated=2007-12-4
Line 521: Line 525:
  
 
{{Tileset|
 
{{Tileset|
|filename=Mkv_solidcurses_960x300.png
+
|image=[[Image:Mkv_solidcurses_960x300.png]]
 
|author=[[User:Markavian|Markavian]]
 
|author=[[User:Markavian|Markavian]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 531: Line 535:
  
 
{{Tileset|
 
{{Tileset|
|filename=Markvii.png
+
|image=[[Image:Markvii.png]]
 
|author=[[User:Turnip|Turnip]]
 
|author=[[User:Turnip|Turnip]]
 
|dated=2009-7-9
 
|dated=2009-7-9
Line 541: Line 545:
  
 
{{Tileset|
 
{{Tileset|
|filename=Tileset_unknown_960x300_02.png
+
|image=[[Image:Tileset_unknown_960x300_02.png]]
 
|author=Unknown
 
|author=Unknown
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 550: Line 554:
  
 
{{Tileset|
 
{{Tileset|
|filename=Unknown_curses_12x12.png
+
|image=[[Image:Unknown_curses_12x12.png]]
 
|author=Unknown
 
|author=Unknown
 
|dated=2007-11-24
 
|dated=2007-11-24
Line 560: Line 564:
  
 
{{Tileset|
 
{{Tileset|
|filename=nice_curses_12x12.png
+
|image=[[Image:nice_curses_12x12.png]]
 
|author=[[User:Vidumec|Vidumec]]
 
|author=[[User:Vidumec|Vidumec]]
 
|dated=2013-01-30
 
|dated=2013-01-30
Line 567: Line 571:
 
|comments=This tileset is a square version of Plac1d's tileset with some modifications, like duller ground tiles and other.
 
|comments=This tileset is a square version of Plac1d's tileset with some modifications, like duller ground tiles and other.
 
|demo=[[Image:Screenshot_nice_curses_12x12.png|thumb|right]]
 
|demo=[[Image:Screenshot_nice_curses_12x12.png|thumb|right]]
}}
 
 
{{Tileset|
 
|filename=zesty_curses_12x12.png
 
|author=[[User:ZesT|ZesT]]
 
|dated=2022-11-3
 
|size=12&times;12
 
|resolution=960&times;300 native
 
|comments= A fresh spin on Vidumec's "nice curses" tileset - includes a couple different graphics that both keep the ASCII feel and provide better visual representations while preventing text artefacts, including new graphics for sheets, plus a Moai statue since making the statue specifically humanoid didn't feel generalisable enough.<br>A [[Tileset repository#zesty_curses_24x24.png|24x24 version]] is available.
 
 
}}
 
}}
  
Line 581: Line 576:
  
 
{{Tileset|
 
{{Tileset|
|filename=Kren_13x13.png
+
|image=[[Image:Kren_13x13.png]]
 
|author=[[User:Krenshala|krenshala]]
 
|author=[[User:Krenshala|krenshala]]
 
|dated=2015-12-27 (Updated 2017-08-27)
 
|dated=2015-12-27 (Updated 2017-08-27)
Line 589: Line 584:
  
 
{{Tileset|
 
{{Tileset|
|filename=yayo_tunur_1040x325.png
+
|image=[[Image:yayo_tunur_1040x325.png]]
 
|author=[[User:Yayo|Yayo]]
 
|author=[[User:Yayo|Yayo]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 602: Line 597:
 
{{Tileset|
 
{{Tileset|
 
|title=cheepicus_14x14
 
|title=cheepicus_14x14
|filename=cheepicus_14x14.png
+
|image=[[Image:cheepicus_14x14.png]]
 
|author=[[User:Cheepicus|Cheepicus]]
 
|author=[[User:Cheepicus|Cheepicus]]
 
|dated=2018-11-28
 
|dated=2018-11-28
Line 616: Line 611:
 
{{Tileset|
 
{{Tileset|
 
|title=cheepicus_15x15
 
|title=cheepicus_15x15
|filename=cheepicus_15x15.png
+
|image=[[Image:cheepicus_15x15.png]]
 
|author=[[User:Cheepicus|Cheepicus]]
 
|author=[[User:Cheepicus|Cheepicus]]
 
|dated=2012-5-6
 
|dated=2012-5-6
Line 626: Line 621:
  
 
{{Tileset|
 
{{Tileset|
|filename=Talryth_square_15x15.png
+
|image=[[Image:Talryth_square_15x15.png]]
 
|author=[[User:Talryth|Talryth]]
 
|author=[[User:Talryth|Talryth]]
 
|dated=2010-06-18
 
|dated=2010-06-18
Line 635: Line 630:
  
 
{{Tileset|
 
{{Tileset|
|filename=Vidumec_15x15.png
+
|image=[[Image:Vidumec_15x15.png]]
 
|author=[[User:Vidumec|Vidumec]]
 
|author=[[User:Vidumec|Vidumec]]
 
|dated=2011-09-05
 
|dated=2011-09-05
Line 647: Line 642:
  
 
{{Tileset|
 
{{Tileset|
|filename=Anno_16x16.png
+
|image=[[Image:Anno_16x16.png]]
 
|author=[[User:AbuDhabi|AbuDhabi]]
 
|author=[[User:AbuDhabi|AbuDhabi]]
 
|dated=2011-03-19
 
|dated=2011-03-19
 
|size=16&times;16
 
|size=16&times;16
 
|resolution=1280&times;400 native.
 
|resolution=1280&times;400 native.
|comments=Based on [[#Anikki_square_16x16.png|Anikki's 16x16 tileset]], but smoothed/enhanced and with the dwarf images reworked.
+
|comments=Based on Anikki's 16x16 tileset, but smoothed/enhanced and with the dwarf images reworked.
 
}}
 
}}
  
 
{{Tileset|
 
{{Tileset|
|filename=Aesomatica_16x16.png
+
|image=[[Image:Aesomatica_16x16.png]]
 
|author=[[User:Aesomatica|Aesomatica]]
 
|author=[[User:Aesomatica|Aesomatica]]
 
|dated=2008-11-29
 
|dated=2008-11-29
Line 665: Line 660:
  
 
{{Tileset|
 
{{Tileset|
|filename=LCD_Tileset.png
+
|image=[[Image:LCD_Tileset.png]]
 
|author=[[User:Agm|Agm]]
 
|author=[[User:Agm|Agm]]
 
|dated=2020-02-07
 
|dated=2020-02-07
Line 674: Line 669:
  
 
{{Tileset|
 
{{Tileset|
|filename=16x16-RogueYun-AgmEdit.png
+
|image=[[Image:16x16-RogueYun-AgmEdit.png]]
 
|author=[[User:Agm|Agm]]
 
|author=[[User:Agm|Agm]]
 
|dated=2017-10-21
 
|dated=2017-10-21
Line 683: Line 678:
  
 
{{Tileset|
 
{{Tileset|
|filename=Anikki_square_16x16.png
+
|image=[[Image:Anikki_square_16x16.png]]
 
|author=[[User:Anikki|Anikki]]
 
|author=[[User:Anikki|Anikki]]
 
|dated=2008-7-27
 
|dated=2008-7-27
Line 693: Line 688:
  
 
{{Tileset|
 
{{Tileset|
|filename=Bisasam_16x16.png
+
|image=[[Image:Bisasam_16x16.png]]
 
|author=Bisasam
 
|author=Bisasam
 
|dated=2010-01-11
 
|dated=2010-01-11
Line 705: Line 700:
 
{{Tileset|
 
{{Tileset|
 
|title=cheepicus_8x8x2
 
|title=cheepicus_8x8x2
|filename=cheepicus_8x8x2.png
+
|image=[[Image:cheepicus_8x8x2.png]]
 
|author=[[User:Cheepicus|Cheepicus]]
 
|author=[[User:Cheepicus|Cheepicus]]
 
|dated=2014-4-3
 
|dated=2014-4-3
Line 716: Line 711:
 
{{Tileset|
 
{{Tileset|
 
|title=cheepicus_16x16
 
|title=cheepicus_16x16
|filename=cheepicus_16x16.png
+
|image=[[Image:cheepicus_16x16.png]]
 
|author=[[User:Cheepicus|Cheepicus]]
 
|author=[[User:Cheepicus|Cheepicus]]
 
|dated=2014-5-10
 
|dated=2014-5-10
Line 727: Line 722:
  
 
{{Tileset|
 
{{Tileset|
|filename=Cooz_curses_square_16x16.png
+
|image=[[Image:Cooz_curses_square_16x16.png]]
 
|author=[[User:Cooz|Cooz]]
 
|author=[[User:Cooz|Cooz]]
 
|dated=2009-2-28
 
|dated=2009-2-28
Line 737: Line 732:
  
 
{{Tileset|
 
{{Tileset|
filename=Guybrush_square_16x16.png
+
image=[[Image:Guybrush_square_16x16.png]]
 
|author=[[User:Guybrush|Guybrush]]
 
|author=[[User:Guybrush|Guybrush]]
 
|dated=2007-11-15
 
|dated=2007-11-15
Line 750: Line 745:
  
 
{{Tileset|
 
{{Tileset|
filename=GuybrushASCII_curses_square_16x16.png
+
image=[[Image:GuybrushASCII_curses_square_16x16.png]]
 
|author=Herrbdog, modified by [[User:Guybrush|Guybrush]]
 
|author=Herrbdog, modified by [[User:Guybrush|Guybrush]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 759: Line 754:
  
 
{{Tileset|
 
{{Tileset|
|filename=Herrbdog_16x16_tileset.gif
+
|image=[[Image:Herrbdog_16x16_tileset.gif]]
 
|author=Herrbdog
 
|author=Herrbdog
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 768: Line 763:
  
 
{{Tileset|
 
{{Tileset|
|filename=Oddball_16x16.png
+
|image=[[Image:Oddball_16x16.png]]
 
|author=[[User:HexaBlu|HexaBlu]]
 
|author=[[User:HexaBlu|HexaBlu]]
 
|title=Oddball-16
 
|title=Oddball-16
Line 779: Line 774:
  
 
{{Tileset|
 
{{Tileset|
|filename=MRC_square_16x16.png
+
|image=[[Image:MRC_square_16x16.png]]
 
|author=Inquisitor Saturn
 
|author=Inquisitor Saturn
 
|dated=2008-5-18
 
|dated=2008-5-18
Line 788: Line 783:
  
 
{{Tileset|
 
{{Tileset|
filename=Redjack17.png
+
image=[[Image:Redjack17.png]]
 
|author=[[User:Jackard|Jackard]]
 
|author=[[User:Jackard|Jackard]]
 
|dated=2008-7-22
 
|dated=2008-7-22
Line 799: Line 794:
  
 
{{Tileset|
 
{{Tileset|
|filename=Kai-1280x400-v2 7512b5.png
+
|image=[[Image:Kai-1280x400-v2 7512b5.png]]
 
|author=Kaishaku
 
|author=Kaishaku
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 808: Line 803:
  
 
{{Tileset|
 
{{Tileset|
|filename=Kelora_16x16_diagonal.png
+
|image=[[Image:Kelora_16x16_diagonal.png]]
 
|author=[[User:Kelora|Kelora]]
 
|author=[[User:Kelora|Kelora]]
 
|dated=2009-7-26
 
|dated=2009-7-26
Line 818: Line 813:
  
 
{{Tileset|
 
{{Tileset|
|filename=Kelora_16x16_diagonal-clouds.png
+
|image=[[Image:Kelora_16x16_diagonal-clouds.png]]
 
|author=[[User:Kelora|Kelora]]
 
|author=[[User:Kelora|Kelora]]
 
|size=16&times;16
 
|size=16&times;16
Line 827: Line 822:
  
 
{{Tileset|
 
{{Tileset|
|filename=Kenran.png
+
|image=[[Image:Kenran.png]]
 
|author=[[User:Kenran|Kenran]]
 
|author=[[User:Kenran|Kenran]]
 
|size=16&times;16
 
|size=16&times;16
Line 835: Line 830:
  
 
{{Tileset|
 
{{Tileset|
|filename=Kjammer square 16x16 v02.png
+
|image=[[Image:Kjammer square 16x16 v02.png]]
 
|author=[[User:Klokjammer|Klokjammer]]
 
|author=[[User:Klokjammer|Klokjammer]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 844: Line 839:
  
 
{{Tileset|
 
{{Tileset|
|filename=Kjammer square 16x16 v00.png
+
|image=[[Image:Kjammer square 16x16 v00.png]]
 
|author=[[User:Klokjammer|Klokjammer]]
 
|author=[[User:Klokjammer|Klokjammer]]
 
|dated=2007-10-31
 
|dated=2007-10-31
Line 853: Line 848:
  
 
{{Tileset|
 
{{Tileset|
|filename=Md_curses_16x16.png
+
|image=[[Image:Md_curses_16x16.png]]
 
|author=[[User:Marble Dice|Marble Dice]]
 
|author=[[User:Marble Dice|Marble Dice]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 862: Line 857:
  
 
{{Tileset|
 
{{Tileset|
|filename=Runeset_16x16.png
+
|image=[[Image:Runeset_16x16.png]]
 
|author=monkeyfritz
 
|author=monkeyfritz
 
|dated=2018-3-23
 
|dated=2018-3-23
Line 872: Line 867:
  
 
{{Tileset|
 
{{Tileset|
|filename=PTTGV2tiles.png
+
|image=[[Image:PTTGV2tiles.png]]
 
|author=[[User:PTTG|PTTG]]
 
|author=[[User:PTTG|PTTG]]
 
|dated=2007-11-21
 
|dated=2007-11-21
Line 881: Line 876:
  
 
{{Tileset|
 
{{Tileset|
|filename=Fnord 16x16.png
+
|image=[[Image:Fnord 16x16.png]]
 
|author=PopTart
 
|author=PopTart
 
|dated=2016-5-08
 
|dated=2016-5-08
Line 891: Line 886:
  
 
{{Tileset|
 
{{Tileset|
|filename=Msgothic.png
+
|image=[[Image:Msgothic.png]]
 
|author=[[User:Random832]]
 
|author=[[User:Random832]]
 
|dated=2009-4-22
 
|dated=2009-4-22
Line 900: Line 895:
  
 
{{Tileset|
 
{{Tileset|
|filename=Raving_1280x400.png
+
|image=[[Image:Raving_1280x400.png]]
 
|author=[[User:RavingManiac|RavingManiac]]
 
|author=[[User:RavingManiac|RavingManiac]]
 
|dated=2010-3-13
 
|dated=2010-3-13
Line 910: Line 905:
  
 
{{Tileset|
 
{{Tileset|
|filename=16x16_sm.png
+
|image=[[Image:16x16_sm.png]]
 
|author=[[User:RogueYun|Rogue Yun]]
 
|author=[[User:RogueYun|Rogue Yun]]
 
|dated=2015-06-09
 
|dated=2015-06-09
Line 920: Line 915:
  
 
{{Tileset|
 
{{Tileset|
|filename=16x16_sb_ascii.png
+
|image=[[Image:16x16_sb_ascii.png]]
 
|author=[[User:RogueYun|Rogue Yun]]
 
|author=[[User:RogueYun|Rogue Yun]]
 
|dated=2018-11-04
 
|dated=2018-11-04
Line 929: Line 924:
  
 
{{Tileset|
 
{{Tileset|
|filename=Sapphos_square_16x16.png
+
|image=[[Image:Sapphos_square_16x16.png]]
 
|author=Sappho
 
|author=Sappho
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 938: Line 933:
  
 
{{Tileset|
 
{{Tileset|
|filename=Savok_curses_1280x400_517caa.png
+
|image=[[Image:Savok_curses_1280x400_517caa.png]]
 
|author=[[User:Savok|Savok]]
 
|author=[[User:Savok|Savok]]
 
|dated=2008-6-16
 
|dated=2008-6-16
Line 947: Line 942:
  
 
{{Tileset|
 
{{Tileset|
|filename=SFE_Curses_square_16x16.png
+
|image=[[Image:SFE_Curses_square_16x16.png]]
 
|author=Super Foul Egg
 
|author=Super Foul Egg
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 956: Line 951:
  
 
{{Tileset|
 
{{Tileset|
|filename=Tahin_16x16_rounded.png
+
|image=[[Image:Tahin_16x16_rounded.png]]
 
|author=[[User:Tahin|Tahin]]
 
|author=[[User:Tahin|Tahin]]
 
|dated=2007-12-28
 
|dated=2007-12-28
Line 965: Line 960:
  
 
{{Tileset|
 
{{Tileset|
|filename=DF-Nordic_v1.png
+
|image=[[Image:DF-Nordic_v1.png]]
 
|author=[[User:Techhead|Techhead]]
 
|author=[[User:Techhead|Techhead]]
 
|dated=2009-3-26
 
|dated=2009-3-26
Line 974: Line 969:
  
 
{{Tileset|
 
{{Tileset|
|filename=Markx.png
+
|image=[[Image:Markx.png]]
 
|author=[[User:TurnipII|TurnipII]]
 
|author=[[User:TurnipII|TurnipII]]
 
|dated=2018-8-2
 
|dated=2018-8-2
Line 983: Line 978:
  
 
{{Tileset|
 
{{Tileset|
|filename=Tyr_1280x400.PNG
+
|image=[[Image:Tyr_1280x400.PNG]]
 
|author=[[User:Tyrving|Tyrving]]
 
|author=[[User:Tyrving|Tyrving]]
 
|dated=2008-2-15
 
|dated=2008-2-15
Line 992: Line 987:
  
 
{{Tileset|
 
{{Tileset|
|filename=Winterwing_Curses_16x16_lucon.png
+
|image=[[Image:Winterwing_Curses_16x16_lucon.png]]
 
|author=[[User:Winterwing|Winterwing]]
 
|author=[[User:Winterwing|Winterwing]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,002: Line 997:
  
 
{{Tileset|
 
{{Tileset|
|filename=Yayo_c64_1280x400_83b157.png
+
|image=[[Image:Yayo_c64_1280x400_83b157.png]]
 
|author=[[User:Yayo|Yayo]]
 
|author=[[User:Yayo|Yayo]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,011: Line 1,006:
  
 
{{Tileset|
 
{{Tileset|
|filename=Zaratustra_16x16.png
+
|image=[[Image:Zaratustra_16x16.png]]
 
|author=[[User:Zaratustra|Zaratustra]]
 
|author=[[User:Zaratustra|Zaratustra]]
 
|dated=2007-11-10
 
|dated=2007-11-10
Line 1,020: Line 1,015:
  
 
{{Tileset|
 
{{Tileset|
|filename=Zilk_16x16.png
+
|image=[[Image:Zilk_16x16.png]]
 
|author=[[User:Zilk|Zilk]]
 
|author=[[User:Zilk|Zilk]]
 
|dated=2015-7-15
 
|dated=2015-7-15
Line 1,032: Line 1,027:
  
 
{{Tileset|
 
{{Tileset|
|filename=Haowan_Curses_1440x450.png
+
|image=[[Image:Haowan_Curses_1440x450.png]]
 
|author=Haowan
 
|author=Haowan
 
|dated=2007-11-2
 
|dated=2007-11-2
Line 1,041: Line 1,036:
  
 
{{Tileset|
 
{{Tileset|
|filename=Teeto_K_18x18.PNG
+
|image=[[Image:Teeto_K_18x18.PNG]]
 
|author=[[User:Teeto_K|Teeto_K]]
 
|author=[[User:Teeto_K|Teeto_K]]
 
|dated=2008-10-24
 
|dated=2008-10-24
Line 1,052: Line 1,047:
  
 
{{Tileset|
 
{{Tileset|
|filename=Anikki_square_20x20.png
+
|image=[[Image:Anikki_square_20x20.png]]
 
|author=[[User:Anikki|Anikki]]
 
|author=[[User:Anikki|Anikki]]
 
|dated=2008-7-27
 
|dated=2008-7-27
 
|size=20&times;20
 
|size=20&times;20
 
|resolution=1600&times;500 native.
 
|resolution=1600&times;500 native.
|comments=Based primarily on Tocky and Plac1d. This is a scaled-up version of [[#Anikki_square_10x10.png|the 10x10 tileset]] for fullscreen use. [http://www.anikki.com/share/df/Anikki_square_20x20.bmp Download the BMP]
+
|comments=Based primarily on Tocky and Plac1d. This is a scaled-up version of the 10x10 tileset for fullscreen use. [http://www.anikki.com/share/df/Anikki_square_20x20.bmp Download the BMP]
 
(Note: The up and down ramps are reversed.)
 
(Note: The up and down ramps are reversed.)
 
}}
 
}}
  
 
{{Tileset|
 
{{Tileset|
|filename=Bisasam_20x20.png
+
|image=[[Image:Bisasam_20x20.png]]
 
|author=Bisasam
 
|author=Bisasam
 
|dated=2010-05-15
 
|dated=2010-05-15
Line 1,073: Line 1,068:
  
 
{{Tileset|
 
{{Tileset|
|filename=Bisasam_20x20_ascii.png
+
|image=[[Image:Bisasam_20x20_ascii.png]]
 
|author=Bisasam
 
|author=Bisasam
 
|dated=2010-05-15
 
|dated=2010-05-15
Line 1,084: Line 1,079:
  
 
{{Tileset|
 
{{Tileset|
|filename=Rose_20x20.png
+
|image=[[Image:Japa 0x20.png]]
|author=[[User:Japa|Rose]]
+
|author=[[User:Japa|Japa]]
 
|dated=2019-04-29
 
|dated=2019-04-29
 
|size=20&times;20
 
|size=20&times;20
Line 1,093: Line 1,088:
  
 
{{Tileset|
 
{{Tileset|
|filename=Taffer_20x20.png
+
|image=[[Image:Taffer_20x20.png]]
 
|author=[[User:Taffer|Taffer]]
 
|author=[[User:Taffer|Taffer]]
 
|dated=2017-01-10
 
|dated=2017-01-10
Line 1,102: Line 1,097:
  
 
{{Tileset|
 
{{Tileset|
|filename=Oreslam_1920x1200_20x20.png
+
|image=[[Image:Oreslam_1920x1200_20x20.png]]
 
|author=[[User:Yayo|Yayo]]
 
|author=[[User:Yayo|Yayo]]
 
|dated=2009-09-12
 
|dated=2009-09-12
Line 1,112: Line 1,107:
  
 
{{Tileset|
 
{{Tileset|
|filename=Bisasam_20x20_mod_T.png
+
|image=[[Image:Bisasam_20x20_mod_T.png]]
 
|author=yobbo
 
|author=yobbo
 
|dated=2014-07-13
 
|dated=2014-07-13
Line 1,163: Line 1,158:
 
|demo=[[Image:Runeset Example.jpg|thumb|right|Runeset Maps]]
 
|demo=[[Image:Runeset Example.jpg|thumb|right|Runeset Maps]]
 
|demo2=[[Image:Runeset Gameplay.jpg|thumb|right|Runeset Example]]
 
|demo2=[[Image:Runeset Gameplay.jpg|thumb|right|Runeset Example]]
}}
 
 
{{Tileset|
 
|filename=zesty_curses_24x24.png
 
|author=[[User:ZesT|ZesT]]
 
|dated=2022-11-3
 
|size=12&times;12
 
|resolution=960&times;300 native
 
|comments= An upscaled alternative to [[Tileset_repository#zesty_curses_12x12.png|my 12x12 tileset]].<br>'''Original description:''' A fresh spin on Vidumec's "nice curses" tileset - includes a couple different graphics that both keep the ASCII feel and provide better visual representations while preventing text artefacts, including new graphics for sheets, plus a Moai statue since making the statue specifically humanoid didn't feel generalisable enough.
 
 
}}
 
}}
  
Line 1,231: Line 1,217:
  
 
{{Tileset|
 
{{Tileset|
|filename=Crazy 8x8s.png
+
|image=[[Image:Crazy 8x8s.png]]
 
|author=PigtailLlama
 
|author=PigtailLlama
 
|dated=2012-6-14
 
|dated=2012-6-14
Line 1,244: Line 1,230:
  
 
{{Tileset|
 
{{Tileset|
|filename=Jolly12x12.png
+
|image=[[Image:Jolly12x12.png]]
 
|author=Alexander Ocias
 
|author=Alexander Ocias
 
|dated=2012-3-11
 
|dated=2012-3-11
Line 1,255: Line 1,241:
  
 
{{Tileset|
 
{{Tileset|
|filename=Grim Fortress sample tileset.png
+
|image=[[File:Grim Fortress sample tileset.png]]
 
|author=Lightrow
 
|author=Lightrow
 
|dated=2013-2-3
 
|dated=2013-2-3
Line 1,268: Line 1,254:
  
 
{{Tileset|
 
{{Tileset|
|filename=Belal_Smooth_Walls.png
+
|image=[[Image:Belal_Smooth_Walls.png]]
 
|author=[[User:Belal|Belal]]
 
|author=[[User:Belal|Belal]]
 
|dated=2009-1-9
 
|dated=2009-1-9
Line 1,278: Line 1,264:
  
 
{{Tileset|
 
{{Tileset|
|filename=DarkondDigsDeeper_16x16.png  
+
|image=[[Image:DarkondDigsDeeper_16x16.png ]]
 
|author=[[User:Darkond2100|Darkond2100]]
 
|author=[[User:Darkond2100|Darkond2100]]
 
|dated=2010-3-6
 
|dated=2010-3-6
Line 1,287: Line 1,273:
  
 
{{Tileset|
 
{{Tileset|
|filename=Gold_plated_16x16_v2.png
+
|image=[[Image:Gold_plated_16x16_v2.png]]
 
|title = '''Gold Plated'''
 
|title = '''Gold Plated'''
 
|author=[[User:DrD_AVEL|DrD_AVEL]]
 
|author=[[User:DrD_AVEL|DrD_AVEL]]
Line 1,303: Line 1,289:
  
 
{{Tileset|
 
{{Tileset|
|filename=Gold-plated-bmp-16x16.png
+
|image=[[Image:Gold-plated-bmp-16x16.png]]
 
|title = '''Gold Plated (bmp-version)'''
 
|title = '''Gold Plated (bmp-version)'''
 
|author=[[User:DrD_AVEL|DrD_AVEL]]
 
|author=[[User:DrD_AVEL|DrD_AVEL]]
Line 1,314: Line 1,300:
  
 
{{Tileset|
 
{{Tileset|
|filename=Synergy.png
+
|image=[[Image:Synergy.png]]
 
|author=[[User:Dvorovic|Dvorovic]]
 
|author=[[User:Dvorovic|Dvorovic]]
 
|dated=2010-10-8
 
|dated=2010-10-8
Line 1,323: Line 1,309:
  
 
{{Tileset|
 
{{Tileset|
filename=Flying_Mage_square_16x16.png
+
image=[[Image:Flying_Mage_square_16x16.png]]
 
|author=[[User:Flying Mage|Flying Mage]]
 
|author=[[User:Flying Mage|Flying Mage]]
 
|dated=2008-4-12
 
|dated=2008-4-12
Line 1,335: Line 1,321:
  
 
{{Tileset|
 
{{Tileset|
|filename=Hermano.png
+
|image=[[Image:Hermano.png]]
 
|author=[[User:hermano|hermano]]
 
|author=[[User:hermano|hermano]]
 
|dated=2010-2-6
 
|dated=2010-2-6
Line 1,347: Line 1,333:
  
 
{{Tileset|
 
{{Tileset|
|filename=16x16_isenhertz_v2.png
+
|image=[[Image:16x16_isenhertz_v2.png]]
 
|author=[[User:Isenhertz|Isenhertz]]
 
|author=[[User:Isenhertz|Isenhertz]]
 
|dated=2008-7-14
 
|dated=2008-7-14
Line 1,359: Line 1,345:
  
 
{{Tileset|
 
{{Tileset|
|filename=Lemunde_16x16.png
+
|image=[[Image:Lemunde_16x16.png]]
 
|author=[[User:Lemunde|Lemunde]]
 
|author=[[User:Lemunde|Lemunde]]
 
|dated=2010-6-11
 
|dated=2010-6-11
Line 1,371: Line 1,357:
  
 
{{Tileset|
 
{{Tileset|
filename=DwarfletterGothic.PNG
+
image=[[Image:DwarfletterGothic.PNG]]
 
|author=LordZorinthrox
 
|author=LordZorinthrox
 
|dated=2009-7-20
 
|dated=2009-7-20
Line 1,388: Line 1,374:
  
 
{{Tileset|
 
{{Tileset|
|filename=Martin_16x16.png
+
|image=[[Image:Martin_16x16.png]]
 
|author=[[User:Martin|Martin]]
 
|author=[[User:Martin|Martin]]
 
|dated=2009-8-8
 
|dated=2009-8-8
Line 1,401: Line 1,387:
  
 
{{Tileset|
 
{{Tileset|
|filename=Phoebus_16x16.png
+
|image=[[Image:Phoebus_16x16.png]]
 
|download link=[http://www.bay12forums.com/smf/index.php?topic=137096.0]
 
|download link=[http://www.bay12forums.com/smf/index.php?topic=137096.0]
 
|author=[[User:Phoebus|Phoebus]]
 
|author=[[User:Phoebus|Phoebus]]
Line 1,411: Line 1,397:
  
 
{{Tileset|
 
{{Tileset|
|filename=Phssthpok_16x16.png
+
|image=[[Image:Phssthpok_16x16.png]]
 
|author=[[User:Phssthpok|Phssthpok]]
 
|author=[[User:Phssthpok|Phssthpok]]
 
|dated=2010-03-07
 
|dated=2010-03-07
Line 1,428: Line 1,414:
  
 
{{Tileset|
 
{{Tileset|
filename=SL_square_16x16.png
+
image=[[Image:SL_square_16x16.png]]
 
|author=[[User:SL]]
 
|author=[[User:SL]]
 
|dated=2008-8-3
 
|dated=2008-8-3
Line 1,437: Line 1,423:
  
 
{{Tileset|
 
{{Tileset|
|filename=Autonomous_Font.png
+
|image=[[Image:Autonomous_Font.png]]
 
|author=Spreggo
 
|author=Spreggo
 
|dated=2009-2-2
 
|dated=2009-2-2
Line 1,447: Line 1,433:
  
 
{{Tileset|
 
{{Tileset|
|filename=Moons_square_16x16.PNG
+
|image=[[Image:Moons_square_16x16.PNG]]
 
|author=[[User:The-Moon|The-Moon]]
 
|author=[[User:The-Moon|The-Moon]]
 
|dated=2008-3-24
 
|dated=2008-3-24
Line 1,457: Line 1,443:
  
 
{{Tileset|
 
{{Tileset|
|filename=tigrex3d.PNG
+
|image=[[Image:tigrex3d.PNG]]
 
|author=[[User:Tigrex|Tigrex]]
 
|author=[[User:Tigrex|Tigrex]]
 
|dated=2009-2-22
 
|dated=2009-2-22
Line 1,466: Line 1,452:
  
 
{{Tileset|
 
{{Tileset|
|filename=tigrex3drunes.PNG
+
|image=[[Image:tigrex3drunes.PNG]]
 
|author=[[User:Tigrex|Tigrex]]
 
|author=[[User:Tigrex|Tigrex]]
 
|dated=2009-4-10
 
|dated=2009-4-10
Line 1,475: Line 1,461:
  
 
{{Tileset|
 
{{Tileset|
|filename=Tims_16x16.png
+
|image=[[Image:Tims_16x16.png]]
 
|author=[[User:Timmeh|Timmeh]]
 
|author=[[User:Timmeh|Timmeh]]
 
|dated=2009-8-12
 
|dated=2009-8-12
Line 1,485: Line 1,471:
  
 
=Non-Square Tilesets=
 
=Non-Square Tilesets=
 
==1&times;1.1875==
 
 
{{Tileset|
 
|filename=analfabetico_80x60.png
 
|author=Fitmoos
 
|dated=2021-01-01
 
|size=1&times;1.1875
 
|resolution=80x60 (at 80x50 window size)
 
|comments= [http://www.bay12forums.com/smf/index.php?topic=177855.0 Based on the idea] of Monoscii, this is a blank tileset, with an analphabetic aspect ratio.
 
See [[#Analfabetico_640x300.png]] for a large version as well.
 
}}
 
  
 
==4&times;6==
 
==4&times;6==
  
 
{{Tileset|
 
{{Tileset|
|filename=Lord-Nightmare-Terminal-4x6.png
+
|image=[[Image:Lord-Nightmare-Terminal-4x6.png]]
 
|author=Lord Nightmare/Microsoft
 
|author=Lord Nightmare/Microsoft
 
|dated=2008-1-27
 
|dated=2008-1-27
Line 1,510: Line 1,484:
  
 
{{Tileset|
 
{{Tileset|
|filename=Zaratustra_custom_4x6.png
+
|image=[[Image:Zaratustra_custom_4x6.png]]
 
|author=[[User:Zaratustra|Zaratustra]]
 
|author=[[User:Zaratustra|Zaratustra]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,522: Line 1,496:
  
 
{{Tileset|
 
{{Tileset|
|filename=Zaratustra_custom_5x6.png
+
|image=[[Image:Zaratustra_custom_5x6.png]]
 
|author=[[User:Zaratustra|Zaratustra]]
 
|author=[[User:Zaratustra|Zaratustra]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,534: Line 1,508:
  
 
{{Tileset|
 
{{Tileset|
|filename=Ti84.png
+
|image=[[Image:Ti84.png]]
 
|author=[[User:Agm|Agm]]
 
|author=[[User:Agm|Agm]]
 
|dated=2018-01-12
 
|dated=2018-01-12
Line 1,544: Line 1,518:
  
 
{{Tileset|
 
{{Tileset|
|filename=Font6x8.png
+
|image=[[Image:Font6x8.png]]
 
|author=[[User:Thief^|Thief^]]
 
|author=[[User:Thief^|Thief^]]
 
|dated=2011-04-05
 
|dated=2011-04-05
Line 1,555: Line 1,529:
  
 
{{Tileset|
 
{{Tileset|
|filename=Curses6x9.png
+
|image=[[Image:Curses6x9.png]]
 
|author=Madk
 
|author=Madk
 
|dated=2010-6-21
 
|dated=2010-6-21
Line 1,566: Line 1,540:
  
 
{{Tileset|
 
{{Tileset|
|filename=Bedstead-10-df.png
+
|image=[[File:Bedstead-10-df.png]]
 
|author=[[User:Bjh21|Ben Harris]]
 
|author=[[User:Bjh21|Ben Harris]]
 
|dated=2013-11-24, updated 2020-03-29
 
|dated=2013-11-24, updated 2020-03-29
Line 1,577: Line 1,551:
  
 
{{Tileset|
 
{{Tileset|
|filename=Andux_cp866ish.png
+
|image=[[File:Andux_cp866ish.png]]
 
|author=[[User:Andux|Andux]]
 
|author=[[User:Andux|Andux]]
 
|dated=2011-05-03
 
|dated=2011-05-03
Line 1,586: Line 1,560:
  
 
{{Tileset|
 
{{Tileset|
|filename=Andux_sleipnir_8x12_tf.png
+
|image=[[File:Andux_sleipnir_8x12_tf.png]]
 
|author=[[User:Andux|Andux]]
 
|author=[[User:Andux|Andux]]
 
|dated=2012-08-07
 
|dated=2012-08-07
Line 1,595: Line 1,569:
  
 
{{Tileset|
 
{{Tileset|
|filename=DF+Tileset.png
+
|image=[[File:DF+Tileset.png]]
 
|author=[[User:Coaldiamond|Coaldiamond]]
 
|author=[[User:Coaldiamond|Coaldiamond]]
 
|dated=2010-6-18
 
|dated=2010-6-18
Line 1,605: Line 1,579:
  
 
{{Tileset|
 
{{Tileset|
|filename=Analfabetico_640x300.png
+
|image=[[Image:Kein_640x300.png]]
|author=Fitmoos
 
|dated=2021-01-01
 
|size=8&times;12
 
|resolution=640&times;300
 
|comments= [http://www.bay12forums.com/smf/index.php?topic=177855.0 Based on the idea] of Monoscii, this is a blank tileset, with an analphabetic aspect ratio.
 
See [[#analfabetico_80x60.png]] for a tiny version as well.
 
}}
 
 
 
{{Tileset|
 
|filename=Kein_640x300.png
 
 
|author=Kein
 
|author=Kein
 
|dated=2008-8-9
 
|dated=2008-8-9
 
|size=8&times;12
 
|size=8&times;12
 
|resolution=640&times;300
 
|resolution=640&times;300
|comments=Updated 08/09/09. Updated most characters, the biggest change is the 3d style walls. If you use my set I'd highly recommend [[40d:Graphics set repository#Plac1d's graphics set|Plac1d's character graphic set]]. My 640&times;300, everything completely shaded.
+
|comments=Updated 08/09/09. Updated most characters, the biggest change is the 3d style walls. If you use my set I'd highly recommend [http://www.dwarffortresswiki.net/index.php/List_of_user_graphics_sets#Plac1d Plac1d's character graphic set.] My 640&times;300, everything completely shaded.
 
|demo=[[Image:Kein-curs.gif|thumb|right|Kein's Tileset]]
 
|demo=[[Image:Kein-curs.gif|thumb|right|Kein's Tileset]]
 
}}
 
}}
  
 
{{Tileset|
 
{{Tileset|
|filename=Plac1d_640x300tileset.png
+
|image=[[Image:Plac1d_640x300tileset.png]]
 
|author=[[User:Plac1d|Plac1d]]
 
|author=[[User:Plac1d|Plac1d]]
 
|dated=2008-3-13
 
|dated=2008-3-13
 
|size=8&times;12
 
|size=8&times;12
 
|resolution=640&times;300
 
|resolution=640&times;300
|comments=A tweaked version of [[#Tocky_square_10x10.png|Tocky's 10&times;10 tileset]] converted to 8&times;12. Try using this with my [[40d:Graphics set repository#Plac1d's graphics set|graphics set]]!
+
|comments=A tweaked version of [[#Tocky|Tocky's 10&times;10 tileset]] converted to 8&times;12. Try using this with my [[List of user graphics sets#Plac1d|graphics set]]!
  
 
[http://dffd.wimbli.com/file.php?id=63 Download the .BMP]
 
[http://dffd.wimbli.com/file.php?id=63 Download the .BMP]
Line 1,637: Line 1,601:
  
 
{{Tileset|
 
{{Tileset|
|filename=Curses 640x300diag.png
+
|image=[[Image:Curses 640x300diag.png]]
 
|author=Taritus
 
|author=Taritus
 
|dated=2009-03-23
 
|dated=2009-03-23
Line 1,648: Line 1,612:
  
 
{{Tileset|
 
{{Tileset|
|filename=MDA8x14.png
+
|image=[[Image:MDA8x14.png]]
 
|author=Lord Nightmare/IBM
 
|author=Lord Nightmare/IBM
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,657: Line 1,621:
  
 
{{Tileset|
 
{{Tileset|
|filename=EGA8x14.png
+
|image=[[Image:EGA8x14.png]]
 
|author=Lord Nightmare/IBM
 
|author=Lord Nightmare/IBM
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,667: Line 1,631:
  
 
{{Tileset|
 
{{Tileset|
|filename=CP850.png
+
|image=[[Image:CP850.png]]
 
|author=Tae/IBM
 
|author=Tae/IBM
 
|dated=2009-9-06
 
|dated=2009-9-06
Line 1,676: Line 1,640:
  
 
{{Tileset|
 
{{Tileset|
|filename=Zaratustra_megazeux2.png
+
|image=[[Image:Zaratustra_megazeux2.png]]
 
|author=[[User:Zaratustra|Zaratustra]]
 
|author=[[User:Zaratustra|Zaratustra]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,687: Line 1,651:
  
 
{{Tileset|
 
{{Tileset|
|filename=Lord_Nightmare-Fixedsys-02.png
+
|image=[[Image:Lord_Nightmare-Fixedsys-02.png]]
 
|author=Lord Nightmare/Microsoft
 
|author=Lord Nightmare/Microsoft
 
|dated=2007-12-20
 
|dated=2007-12-20
Line 1,698: Line 1,662:
  
 
{{Tileset|
 
{{Tileset|
|filename=VGA8x16.png
+
|image=[[Image:VGA8x16.png]]
 
|author=Lord Nightmare/IBM?
 
|author=Lord Nightmare/IBM?
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,707: Line 1,671:
  
 
{{Tileset|
 
{{Tileset|
|filename=Lord_Nightmare-Fixedsys-03.png
+
|image=[[Image:Lord_Nightmare-Fixedsys-03.png]]
 
|author=Lord Nightmare/Microsoft
 
|author=Lord Nightmare/Microsoft
 
|dated=2007-12-20
 
|dated=2007-12-20
Line 1,716: Line 1,680:
  
 
{{Tileset|
 
{{Tileset|
|filename=Acorntileset.png
+
|image=[[Image:Acorntileset.png]]
 
|author=[[User:Xenomorph|Xenomorph]]
 
|author=[[User:Xenomorph|Xenomorph]]
 
|dated=2008-8-9
 
|dated=2008-8-9
Line 1,727: Line 1,691:
  
 
{{Tileset|
 
{{Tileset|
|filename=Yoshis_island.png
+
|image=[[Image:Yoshis_island.png]]
 
|author=[[User:Nobbins|Nobbins]]
 
|author=[[User:Nobbins|Nobbins]]
 
|dated=2011-03-20
 
|dated=2011-03-20
Line 1,738: Line 1,702:
  
 
{{Tileset|
 
{{Tileset|
|filename=MDA9x14.png
+
|image=[[Image:MDA9x14.png]]
 
|author=Lord Nightmare/IBM
 
|author=Lord Nightmare/IBM
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,747: Line 1,711:
  
 
{{Tileset|
 
{{Tileset|
|filename=EGA9x14.png
+
|image=[[Image:EGA9x14.png]]
 
|author=Lord Nightmare/IBM
 
|author=Lord Nightmare/IBM
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,758: Line 1,722:
  
 
{{Tileset|
 
{{Tileset|
|filename=VGA9x16.png
+
|image=[[Image:VGA9x16.png]]
 
|author=Quietust/IBM?
 
|author=Quietust/IBM?
 
|dated=2009-7-24
 
|dated=2009-7-24
Line 1,769: Line 1,733:
  
 
{{Tileset|
 
{{Tileset|
|filename=Curses_800x600_shade.png
+
|image=[[File:Curses_800x600_shade.png]]
 
|author=[[User:Chinkeeyong|Chinkeeyong]]
 
|author=[[User:Chinkeeyong|Chinkeeyong]]
 
|dated=2009-6-11
 
|dated=2009-6-11
Line 1,778: Line 1,742:
  
 
{{Tileset|
 
{{Tileset|
|filename=eofshaded800x600pb9_f64ded.png
+
|image=[[Image:eofshaded800x600pb9_f64ded.png]]
 
|author=[[User:Eagle of Fire|Eagle of Fire]]
 
|author=[[User:Eagle of Fire|Eagle of Fire]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,787: Line 1,751:
  
 
{{Tileset|
 
{{Tileset|
|filename=Sleroux_800x300.png
+
|image=[[Image:Sleroux_800x300.png]]
 
|author=Sergius
 
|author=Sergius
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,796: Line 1,760:
  
 
{{Tileset|
 
{{Tileset|
|filename=Kyzers_thin.png
+
|image=[[Image:Kyzers_thin.png]]
 
|author=[[User:KyzerB|KyzerB]]
 
|author=[[User:KyzerB|KyzerB]]
 
|dated=2018-11-11
 
|dated=2018-11-11
Line 1,806: Line 1,770:
  
 
{{Tileset|
 
{{Tileset|
|filename=UncleSporky_curses_800x600.png
+
|image=[[Image:UncleSporky_curses_800x600.png]]
 
|author=UncleSporky
 
|author=UncleSporky
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,817: Line 1,781:
  
 
{{Tileset|
 
{{Tileset|
|filename=nice_curses_10x12.png
+
|image=[[Image:nice_curses_10x12.png]]
 
|author=[[User:Vidumec|Vidumec]]
 
|author=[[User:Vidumec|Vidumec]]
 
|dated=2013-01-31
 
|dated=2013-01-31
Line 1,826: Line 1,790:
  
 
{{Tileset|
 
{{Tileset|
|filename=Zaratustra_custom800x300ca3.png
+
|image=[[Image:Zaratustra_custom800x300ca3.png]]
 
|author=[[User:Zaratustra|Zaratustra]]
 
|author=[[User:Zaratustra|Zaratustra]]
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,837: Line 1,801:
  
 
{{Tileset|
 
{{Tileset|
|filename=Lord_Nightmare_Freehand_10x16.png
+
|image=[[Image:Lord_Nightmare_Freehand_10x16.png]]
 
|author=Lord Nightmare
 
|author=Lord Nightmare
 
|dated=2007-12-23
 
|dated=2007-12-23
Line 1,847: Line 1,811:
  
 
{{Tileset|
 
{{Tileset|
|filename=Lord_Nightmare_Freehand^2_10x16.png
+
|image=[[Image:Lord_Nightmare_Freehand^2_10x16.png]]
 
|author=Lord Nightmare
 
|author=Lord Nightmare
 
|dated=2008-3-28
 
|dated=2008-3-28
Line 1,857: Line 1,821:
  
 
{{Tileset|
 
{{Tileset|
|filename=Vintl01.png
+
|image=[[Image:Vintl01.png]]
 
|author=Lord Nightmare/Victor-Sirius
 
|author=Lord Nightmare/Victor-Sirius
 
|dated=2007-12-19
 
|dated=2007-12-19
Line 1,868: Line 1,832:
  
 
{{Tileset|
 
{{Tileset|
|filename=Bedstead-20-df.png
+
|image=[[File:Bedstead-20-df.png]]
 
|author=[[User:Bjh21|Ben Harris]]
 
|author=[[User:Bjh21|Ben Harris]]
 
|dated=2013-11-24, updated 2020-03-29
 
|dated=2013-11-24, updated 2020-03-29
Line 1,879: Line 1,843:
  
 
{{Tileset|
 
{{Tileset|
|filename=Cooz_curses_14x16.png
+
|image=[[File:Cooz_curses_14x16.png]]
 
|author=Anonymous/[[User:Cooz|Cooz]]
 
|author=Anonymous/[[User:Cooz|Cooz]]
 
|dated=2017-05-12
 
|dated=2017-05-12
Line 1,890: Line 1,854:
  
 
{{Tileset|
 
{{Tileset|
|filename=Shizzle_1280x500.png
+
|image=[[Image:Shizzle_1280x500.png]]
 
|author=[[User:MasterShizzle|MasterShizzle]]
 
|author=[[User:MasterShizzle|MasterShizzle]]
 
|dated=2012-12-10
 
|dated=2012-12-10
Line 1,902: Line 1,866:
  
 
{{Tileset|
 
{{Tileset|
|filename=MRC_1280x600.png
+
|image=[[Image:MRC_1280x600.png]]
 
|author=[[User:InquisitorSaturn|Inquisitor Saturn]]
 
|author=[[User:InquisitorSaturn|Inquisitor Saturn]]
 
|dated=2008-2-28
 
|dated=2008-2-28
Line 1,911: Line 1,875:
  
 
{{Tileset|
 
{{Tileset|
|filename=Bmac smooth 16x24.png
+
|image=[[Image:Bmac smooth 16x24.png]]
 
|author=[[User:BMacZero|BMacZero]]
 
|author=[[User:BMacZero|BMacZero]]
 
|dated=2020-11-07
 
|dated=2020-11-07
Line 1,922: Line 1,886:
  
 
{{Tileset|
 
{{Tileset|
|filename=Lumin_Graphical_1280x800.png
+
|image=[[:Image:Lumin_Graphical_1280x800.png|Not shown due to size]]
 
|author=Lumin
 
|author=Lumin
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,933: Line 1,897:
  
 
{{Tileset|
 
{{Tileset|
|filename=Curses_24pt_cleartype_ThomModifications.PNG
+
|image=[[:Image:Curses_24pt_cleartype_ThomModifications.PNG|Not shown due to size]]
 
|author=Herrbdog
 
|author=Herrbdog
 
|dated=2007-10-30
 
|dated=2007-10-30
Line 1,942: Line 1,906:
  
 
{{Tileset|
 
{{Tileset|
|filename=TerminusAliased_handedit_gal.png
+
|image=[[:Image:TerminusAliased_handedit_gal.png|Not shown due to size]]
 
|author=[[User:Shaja|Shaja]]
 
|author=[[User:Shaja|Shaja]]
 
|dated=2008-3-27
 
|dated=2008-3-27
Line 1,955: Line 1,919:
  
 
{{Tileset|
 
{{Tileset|
|filename=Terminus24.png
+
|image=[[:Image:Terminus24.png|Not shown due to size]]
 
|author=[[User:Shaja|Shaja]]
 
|author=[[User:Shaja|Shaja]]
 
|dated=2008-5-19
 
|dated=2008-5-19
Line 1,966: Line 1,930:
  
 
{{Tileset|
 
{{Tileset|
|filename=Curses_1920x900.png
+
|image=[[Image:Curses_1920x900.png]]
 
|author=IBM, I think
 
|author=IBM, I think
 
|dated=2017-02-28
 
|dated=2017-02-28
Line 1,975: Line 1,939:
  
 
{{Tileset|
 
{{Tileset|
|filename=Kyzsmooth.png
+
|image=[[Image:Kyzsmooth.png]]
 
|author=KyzerB
 
|author=KyzerB
 
|dated=2019-07-02
 
|dated=2019-07-02
Line 1,997: Line 1,961:
 
[[Category:Mods]]
 
[[Category:Mods]]
 
[[Category:Interface]]
 
[[Category:Interface]]
[[ru:Tileset repository]]
 

Please note that all contributions to Dwarf Fortress Wiki are considered to be released under the GFDL & MIT (see Dwarf Fortress Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel Editing help (opens in new window)

Templates used on this page:

This page is a member of 1 hidden category: