pull request #1114 - NetHack.ad remarks about XPM
Pull request from bernhardreiter: NetHack.ad has a comment about needing to use an external tool such as XV or PBMplus rather than the NetHack.double_tile_size resource if nethack is built with the USE_XPM configuration. Add some more detail since using 'hints' when setting up the Makefiles can define that behind the builder's back. The extra detail won't be useful to players who obtain prebuilt binaries that incorporate the X11 interface. The comment in config.h (see preceding pull request) won't be either, and maybe should be moved to NetHack.ad where such users will be able to see it. Fixes #1114.
This commit is contained in:
@@ -30,8 +30,9 @@ NetHack*text*borderWidth: 0
|
||||
! tile_file names a file containing full-color tiles for the map.
|
||||
! If you use a 100dpi (or greater) monitor you may wish to double the
|
||||
! tile size so you can see the figures. If NetHack was compiled to
|
||||
! use XPM (USE_XPM in config.h or via the Makefile),
|
||||
! the tile_file is a standard XPM file.
|
||||
! use XPM (via #define USE_XPM in config.h or via -DUSE_XPM in src/Makefile,
|
||||
! which happens when using WANT_WIN_X11=1 or WANT_WIN_ALL=1 with setup.sh
|
||||
! 'hints' that support such), the tile_file is a standard XPM file.
|
||||
! Otherwise, it is a custom format. double_tile_size only applies to
|
||||
! the custom format - to enlarge an XPM file, use processing tools
|
||||
! such as XV or preferably PBMplus.
|
||||
|
||||
Reference in New Issue
Block a user