Difference between revisions of "Rogue level"

From NetHackWiki
Jump to navigation Jump to search
(made the formatting style more consistent)
Line 1: Line 1:
[[NetHack]] is a [[roguelike]] game, but there is one [[special level]] that is more like [[Rogue (game)|Rogue]] than the others. This '''Rogue level''' is a reincarnation of the original ''Rogue''.
+
''[[NetHack]]'' is a [[roguelike]] game, but there is one [[special level]] that is more like ''[[Rogue (game)|Rogue]]'' than the others. This '''Rogue level''' is a reincarnation of the original ''Rogue''.
  
This [[special level]] is somewhere in each [[dungeon]], below the [[Oracle]] but above [[Medusa]]. Here is a list of traits from the older ''Hack'' and ''Rogue'' games that you can also find in the Rogue level of ''NetHack''.
+
This [[special level]] is somewhere in each [[dungeon]], below the [[The Oracle#Level|Oracle level]] but above [[Medusa's Island]]. Here is a list of traits from the older ''Hack'' and ''Rogue'' games that you can also find in the Rogue level of ''NetHack''.
# All monsters are uppercase letters. (NetHack achieves this by not spawning any lowercase-letter monsters at this special level. It is still possible to bring lowercase-letter monsters like pets from other levels to this level.)
+
* All monsters are represented as uppercase letters.
# [[Door]]s, represented by '''<tt>+</tt>''', act like open [[doorway]]s, meaning that you can not walk diagonally through them. There is no way to close or destroy these doors.
+
**''NetHack'' achieves this by not spawning any lowercase-letter monsters at this special level. It is still possible to bring lowercase-letter monsters like [[pet]]s from other levels to this level.
# There are no [[DECgraphics]] or [[color]]. Rogue and Hack lacked those features. NetHack, at least when playing the [[tty]] port, disables those [[option]]s during the special level.
+
* [[Door]]s, represented by <tt>+</tt> (plus sign), act like open [[doorway]]s, meaning that you can not walk diagonally through them. There is no way to close or destroy these doors.
#* [[IBMgraphics]] has an interesting effect. Especially for [[DOS]] users, NetHack replaces several characters with the ones used in a DOS port of ''Rogue''. See '''[[IBMgraphics#Rogue level]]''' for more information.
+
* There are no [[DECgraphics]] or [[color]]. ''Rogue'' and ''Hack'' lacked these features. ''NetHack'', at least when playing the [[tty]] port, disables these [[option]]s during the special level.
# Stairs are percent signs '''<tt>%</tt>'''. (Hack uses '''<tt>&lt;</tt>''' and '''<tt>&gt;</tt>''', like NetHack normally does.) In Rogue, there was always one stairway: [[down]] if you had not found the [[Amulet]], or [[up]] if you found it. Hack and NetHack introduced an innovation where old levels were saved to disk, allowing you to freely travel up and down. Thus, the roguelike level of NetHack contains two percent signs.
+
** [[IBMgraphics]] has an interesting effect. Especially for [[DOS]] users, ''NetHack'' replaces several characters with the ones used in a DOS port of ''Rogue''. See [[IBMgraphics#Rogue level]] for more information.
# [[Food]] is colons '''<tt>:</tt>'''. (Hack uses '''<tt>%</tt>''', but NetHack uses '''<tt>:</tt>''' for food and corpses at the roguelike special level. Thus, NetHack players might sometimes confuse food and corpses at this level with [[newt]]s or other [[lizard]]-like [[monsters]].)
+
* Stairs are represented as <tt>%</tt> (percent sign).
# [[Armor]] is right square brackets '''<tt>]</tt>'''. Many players don't even notice the difference because NetHack uses the similar '''<tt>[</tt>'''.
+
** ''Hack'' uses <tt>&lt;</tt> (left angle bracket) and <tt>&gt;</tt> (right angle bracket), like ''NetHack'' normally does.
* Gold is * instead of $.
+
** In ''Rogue'', there was always one stairway: down if you had not found the [[Amulet of Yendor]], or up if you found it. Hack and ''NetHack'' introduced an innovation where old levels were saved to disk, allowing you to freely travel up and down. Thus, the roguelike level of ''NetHack'' contains two percent signs.
 +
* [[Food]] is represented as <tt>:</tt> (colon).
 +
** ''Hack'' uses <tt>%</tt> (percent sign).
 +
** Since ''NetHack'' uses <tt>:</tt> (colon) for food and corpses at this level, some players might mistake these things as [[newt]]s or other [[lizard]]-like [[monster]]s.
 +
* [[Armor]] is represented as <tt>]</tt> (right square bracket).
 +
** Many players don't even notice the difference because NetHack uses the similar-looking <tt>[</tt> (left square bracket).
 +
* Gold is represented as <tt>*</tt> (asterisk) instead of <tt>$</tt> (dollar sign).
  
There will also be a named ghost on the level, with some possessions, including a fake amulet of Yendor. By default the ghost will be named either "Michael Toy", "Kenneth Arnold" or "Glenn Wichman", but if the ROGUEOPTS [[environment variable]] is set to "name=X", then the ghost's name will be X.
+
There will also be a named [[ghost]] on this level, with some possessions, including a [[cheap plastic imitation of the Amulet of Yendor]]. By default the ghost will be named either ''Michael Toy'', ''Kenneth Arnold'' or ''Glenn Wichman'', but if the [[environment variable]] <tt>ROGUEOPTS</tt> is set to <tt>name=X</tt>, then the ghost's name will be ''X''.
  
 
[[Category:Special levels]]
 
[[Category:Special levels]]

Revision as of 03:41, 8 August 2008

NetHack is a roguelike game, but there is one special level that is more like Rogue than the others. This Rogue level is a reincarnation of the original Rogue.

This special level is somewhere in each dungeon, below the Oracle level but above Medusa's Island. Here is a list of traits from the older Hack and Rogue games that you can also find in the Rogue level of NetHack.

  • All monsters are represented as uppercase letters.
    • NetHack achieves this by not spawning any lowercase-letter monsters at this special level. It is still possible to bring lowercase-letter monsters like pets from other levels to this level.
  • Doors, represented by + (plus sign), act like open doorways, meaning that you can not walk diagonally through them. There is no way to close or destroy these doors.
  • There are no DECgraphics or color. Rogue and Hack lacked these features. NetHack, at least when playing the tty port, disables these options during the special level.
    • IBMgraphics has an interesting effect. Especially for DOS users, NetHack replaces several characters with the ones used in a DOS port of Rogue. See IBMgraphics#Rogue level for more information.
  • Stairs are represented as % (percent sign).
    • Hack uses < (left angle bracket) and > (right angle bracket), like NetHack normally does.
    • In Rogue, there was always one stairway: down if you had not found the Amulet of Yendor, or up if you found it. Hack and NetHack introduced an innovation where old levels were saved to disk, allowing you to freely travel up and down. Thus, the roguelike level of NetHack contains two percent signs.
  • Food is represented as : (colon).
    • Hack uses % (percent sign).
    • Since NetHack uses : (colon) for food and corpses at this level, some players might mistake these things as newts or other lizard-like monsters.
  • Armor is represented as ] (right square bracket).
    • Many players don't even notice the difference because NetHack uses the similar-looking [ (left square bracket).
  • Gold is represented as * (asterisk) instead of $ (dollar sign).

There will also be a named ghost on this level, with some possessions, including a cheap plastic imitation of the Amulet of Yendor. By default the ghost will be named either Michael Toy, Kenneth Arnold or Glenn Wichman, but if the environment variable ROGUEOPTS is set to name=X, then the ghost's name will be X.