Difference between revisions of "Lev comp"

From NetHackWiki
Jump to navigation Jump to search
(first info)
 
Line 2: Line 2:
  
 
The [[des-file format]] is actually not a programming language, as NetHack always executes the different commands in the same order, eg. [[trap]]s are created before [[monster]]s, which are created before [[object]]s, even if they're in a different order in the des-file.
 
The [[des-file format]] is actually not a programming language, as NetHack always executes the different commands in the same order, eg. [[trap]]s are created before [[monster]]s, which are created before [[object]]s, even if they're in a different order in the des-file.
 +
 +
[[Category:Annotations]]

Revision as of 11:59, 10 September 2006

lev_comp is the NetHack special level compiler. It turns the text-format .des-files in the dat-dir into binary .lev-files which will be loaded by NetHack when making the special levels.

The des-file format is actually not a programming language, as NetHack always executes the different commands in the same order, eg. traps are created before monsters, which are created before objects, even if they're in a different order in the des-file.