Difference between revisions of "NetHack 4"

From NetHackWiki
Jump to navigation Jump to search
(Problems: As of today's beta release, it runs fine in 64-bit Windows.)
(Gameplay differences: + 'Defense' stat description)
Line 23: Line 23:
 
* Most of the gameplay including the monsters and items is very similar to NetHack 3.4.3. However, the author is not opposed to changing these things in the future.
 
* Most of the gameplay including the monsters and items is very similar to NetHack 3.4.3. However, the author is not opposed to changing these things in the future.
 
** Manual examination of the sources suggests that monsters, items, and artifacts are identical between Nethack 4 and Nethack 3.4.3
 
** Manual examination of the sources suggests that monsters, items, and artifacts are identical between Nethack 4 and Nethack 3.4.3
 +
* Classic D&D Armor Class, where lower numbers are better, has been replaced with a "defense" stat that starts at 10 and increases as it improves.
  
 
===Interface differences===
 
===Interface differences===

Revision as of 21:51, 31 May 2014

NetHack 4 is a NetHack fork, created by combining AceHack and NitroHack. The "4" is part of the name, not a version number, and underlines the variant's aspirations to succeed vanilla NetHack 3.4.3.

A public NetHack 4 server is available; it can be accessed via telnet nethack4.org or ssh nethack@nethack4.org (password "nethack"). The source code repository is git://gitorious.org/nitrohack/ais523.git.

History

NetHack 4 was announced on April Fools' Day 2012 as the last announcement in a series of three on rec.games.roguelike.nethack:

  1. UnNetHack 4.0.0, announced as NetHack 4.0.0
  2. A development version of GruntHack, announced as NetHack 4.1.0
  3. A development version of NetHack 4 (possibly to be released as version 4.2.0 in the future), announced as NetHack 4.2.0

Despite the presence of "NetHack 4" in all three of the announced release versions, the project is unrelated to UnNetHack and GruntHack.

Major differences

A user has suggested improving this page or section as follows:

"List all the changes from vanilla NetHack"

The following is a list of differences between NetHack 4 and generic NetHack 3.4.3. Most changes are focused on the game interface and the organization of the source code rather than gameplay. See the readme file for more information.

Gameplay differences

  • Food safety warnings. The player is given a warning if food is old enough to have turned, if it comes from a corpse which may be poisonous, or if the player is trying to eat when already satiated.
  • Attempting to move into shopkeepers, vault guards, or town guards never attacks them but instead invokes the "chat" function.
  • Attempting to move into peaceful monsters brings up a warning instead of attacking them.
  • There is an "explore" command (bound to the keystroke "v") which can be used repeatedly to completely cover all unknown territory in the current level.
  • You can write scrolls or spellbooks without failure only if their type is formally identified. Otherwise there is a chance of failure, based on your luck and wisdom.
  • Most of the gameplay including the monsters and items is very similar to NetHack 3.4.3. However, the author is not opposed to changing these things in the future.
    • Manual examination of the sources suggests that monsters, items, and artifacts are identical between Nethack 4 and Nethack 3.4.3
  • Classic D&D Armor Class, where lower numbers are better, has been replaced with a "defense" stat that starts at 10 and increases as it improves.

Interface differences

  • Map occupies top-left corner of screen with a persistent (sometimes truncated) inventory window, longer message history, and three-line status section on screen at all times
  • Keybinding menu available in options menu allowing assignment of any key to any command

New features

  • Player can #annotate levels
  • Game keeps track of heroic deeds (character levels achieved, first time visiting levels)
  • Options set persist between games
  • Auto-explore

Problems

  • Saving is buggy

See also

External links