Difference between revisions of "Special level"

From NetHackWiki
Jump to navigation Jump to search
m (des -> lev)
(External links: fixing dead link)
Line 41: Line 41:
 
==External links==
 
==External links==
  
* [http://www.spod-central.org/~psmith/nh/gazetteer/ A Gazetteer of NetHack 3.4]
+
* [http://nethack.uib.no/spoilers/ A Gazetteer of NetHack 3.4]
  
 
[[Category:Special levels| ]]
 
[[Category:Special levels| ]]

Revision as of 22:02, 24 September 2013

A special level has some unusual features that differ from the normal dungeon-, mine-, or maze-style levels. Usually some parts of these levels are not randomly generated. The special levels are made with a special programming language, which are then compiled into .lev -files by lev_comp. NetHack loads the .lev-file when needed and creates the special level based on the instructions in it.

See also

External links