You are not logged in.
Pages: 1
So I have installed the nethack-x11 package from AUR and now want to use a custom tileset. I think I need to recompile it with XPM support, but how do I exactly do that? And can I use the AUR package for that? (I've had some troubles compiling the "official" source")
Offline
I don't think you have to recompile it (but I could be wrong). To change the tileset you have to edit the file NetHack.ad which should be located in /usr/share/nethack.
NetHack.tile_file: x11tilesBy the way, to use XPM you need to edit config.h and uncomment the line
/* # define USE_XPM */under X11_GRAPHICS section.
I made a package some time ago combining nethack-patch and the X11 interface, so one can play both ascii and tiles depending the mood. The tty interface uses the menucolor patch, hpmon patch and dump patch. Look in AUR for nethack-x11-patch. (AUR is in maintenance at the time I write)
Last edited by skualito (2010-03-23 20:16:55)
Offline
Thanks, I`ll try.
EDIT: Works perfectly, thanks ![]()
Last edited by Tiigon (2010-03-23 21:56:15)
Offline
Pages: 1