NetHackDS Tilesets
Instructions: Download the tileset of your choice and copy it to /NetHack
on your CF or SD card. Edit /NetHack/defaults.nh and change the tile_file,
tile_width, and tile_height settings to match the tiles you downloaded.
Tiles by Sinoth:
- Color ASCII tiles: text_c.bin (114KB) -
Size: 6x9
- Black & White ASCII tiles: text_bw.bin
(114KB) - Size: 6x9
Making a New Tileset
Here are some instructions if you are making a new tileset.
- Make sure that [tile width]*[tile height] <= 123 or your tiles will
overwrite the font.
- Save the tileset as a 24-bit Windows bitmap or the bitmap-loading code will
not work.
- If the tileset is in the correct format but it still is not loading
correctly, use the tileset converter on this page
to convert it into a .bin file.