Skip to content

Releases: dylanstreb/NetHack

Autoadjust-v2

Choose a tag to compare

@dylanstreb dylanstreb released this 14 Jun 17:05
6f7598e

Updates to the 3.7 patch.

  • Synced with the official distribution (as of 6/14/2025).
  • Added two extended commands.
  • Tweaked the adjust logic to allow multiple matches for a single phrase. This may not work perfectly but should work for the most part.
  • Various code changes.

Autoadjust-v1

Choose a tag to compare

@dylanstreb dylanstreb released this 17 May 14:39
7b1b635

Initial release. Supports assigning specific inventory letters to text strings with varying levels of exclusivity. More details in the readme.

This should compile and run if NetHack does; I was able to test it on 3.6.7 on Windows (vs 2022) and 3.7 on Linux (Ubuntu VM). I was not able to compile vanilla NetHack 3.7 on Windows or 3.6.7 on Linux.

Apply the patch with patch -p1 < autoadjust.patch, or just checkout the appropriate branch.