#69703 nethack-x11: should provide documentation for using bigger tiles

Package:
nethack-x11
Source:
nethack
Description:
dungeon crawl game - X11 interface
Submitter:
Bernhard Reiter
Date:
2013-08-16 12:21:08 UTC
Severity:
wishlist
#69703#5
Date:
2000-08-22 13:37:05 UTC
From:
To:
Thanks for the nice nethack packet.

I wish that there would be instructions or a pointer to the instructions
in the nethackrc.x11 file about how to use other or bigger tiles in
the xnethack version.

(Another thing that bugs me is, that some nethack dialogs, like the
inventory do not get a keyboard focus when they pop us in my system.
But this is not part of this wishlist entry.)

Bernhard

#69703#10
Date:
2000-08-22 15:36:00 UTC
From:
To:
    Bernhard> Thanks for the nice nethack packet.

No problem. :)

    Bernhard> I wish that there would be instructions or a pointer to
    Bernhard> the instructions in the nethackrc.x11 file about how to
    Bernhard> use other or bigger tiles in the xnethack version.

I'm not sure where you'd like these instructions; they're in the
standard documentation, do you want it to be in the README?

xnethack is really just a convenience shortcut for using
/etc/nethackrc.x11. If you want a non-standard set of tiles, you're
free to make your own nethackrc.

    Bernhard> (Another thing that bugs me is, that some nethack
    Bernhard> dialogs, like the inventory do not get a keyboard focus
    Bernhard> when they pop us in my system.  But this is not part of
    Bernhard> this wishlist entry.)

I'm pretty sure this is a window-manager issue..

Ben

#69703#21
Date:
2005-04-02 16:58:07 UTC
From:
To:
The information how to enlarge the files is too hard to find.
Actually with 3.4.3-6 I could not locate a demonstration line
somewhere at all.

So I suggest to put a small secion in the README.Debian:

	If you want to enlarge your tileset, try something like
	cd /usr/share/pixmaps/nethack
	mv x11tiles x11tiles.org
	xpmtoppm <x11tiles.org | pnmscale 1.25 | ppmquant 90 | ppmtoxpm >x11tiles
	# the tools are in the netpbm package

Note: Not all commands work to enlarge the xpm, I just tried convert
from imagemagick which resulted in a file that xnethack did not like.