Skip to content

NetHackDS-3.6.7-2

Latest
Compare
Choose a tag to compare
@fancypantalons fancypantalons released this 21 Mar 04:26
· 2 commits to NetHackDS-3.6 since this release

This release includes a bunch of quality-of-life improvements:

  • Improve menu handling so that, in menus where a single item is being picked, A or X both work, and in menus where multiple selections are allowed, A does nothing until at least one item is selected. These changes make the in-game menus a lot more intuitive to navigate.
  • Enable 'force_invmenu' by default. This doesn't have a huge effect on the port, since it already converted the text prompt into a menu, but it does eliminate some noise in the message window.
  • Improve direction prompting by making it impossible to enter anything but a direction character (previously you could enter any bound key, which meant you'd often get greeted with cmdassist window). The prompt also now properly supports pressing B to cancel the command.
  • Enable 'herecmd_menu' by default (which triggers on tap), and by default bind Start to pop up the menu as well. This greatly streamlines certain command sequences without needing to bind additional keys (e.g. eating corpses on the floor; just press Start and select the appropriate option).
  • Enable 'clicklook' by default (which triggers on a tap-and-hold on a game tile).
  • Fix bug where the inventory window can get clipped.