On 12/9/2015 9:25 AM, Egbert Hinzen wrote:
> My (3.4.3) larger tiles
>
> # change to larger tiles
> OPTIONS=tile_file:tiles32.bmp, tile_width:32, tile_height:32
>
> give no syntax error, but start the game and see yourself!!! 8-((
This is just a chicken and egg situation, and it has always been that way with new releases.
The tiles required to properly match the NetHack 3.6.0 game internals are different from NetHack 3.4.3 because there's been additions and changes to the game itself. The 16x16 tiles that are appropriate for the 3.6.0 game were provided as part of the 3.6.0 source code and platform binaries.
Other tile sets have always been valued community contributions, including the 32x32 sets that were available at
nethack.org. Someone contributed those to us to share. NetHack itself just carves up the bitmap file specified into the grid square size you specify in the tile_width and tile_height options. NetHack has no knowledge of the contents of the tile file.
The past has shown that the NetHack community often takes up the artistic challenge and provides 32x32 tile sets (and larger tile sets) that match the game internals, or *you* could create a set yourself and contribute it back to the NetHack community?
For example, it looks like someone has already updated the DawnHack tile set for 3.6.0 and there appears to be 16x16 versions and 32x32 versions.
16x16:
http://image.noelshack.com/fichiers/2015/50/1449788592-16x16.png
32x32:
http://image.noelshack.com/fichiers/2015/50/1449788652-32x32.png
They were announced here:
https://www.reddit.com/r/nethack/comments/3w9vat/dawnhack_tileset_360/
You may have to load them into Paint and re-save them as bmp files for use with the game.
That's an example of someone in the NetHack community helping out the rest of the NetHack community by contributing, and those could serve as tile-order templates for others to provide a set with a different artistic flair if they desire to.