home *** CD-ROM | disk | FTP | other *** search
/ Doom I/II Collection / DM12.ISO / edit / dmindf / dmlindef.txt
Text File  |  1994-09-29  |  2KB  |  70 lines

  1. Dr Sleep Reveals and Defines:
  2. DOOM 1.666 and DOOM II LineDef Types
  3. ============================================================================
  4.  
  5. The following new LineDef Types are available in the DOOM 1.666 engine, but
  6. are not directly supported by DEU 5.21. That is, they simply show up as an
  7. "Unknown Special." To use these, simply choose:
  8.     
  9.     EDIT LINEDEF > CHANGE TYPE > ENTER DECIMAL VALUE
  10.  
  11. Note: Remember that if you assign your Door LineDefs one of the new "Switch"
  12. tags (Sn), you must not only mark the two facing LineDefs of your Door (as 
  13. usual), but also assign them Sector Tags, and then give the Sector they 
  14. define a LineDef Tag.
  15.  
  16. DOORS:
  17. VALUE    FUNCTION
  18. -----     --------------------------------------------------------------------
  19.  99    S1    Fast Open Door (stays open) Blue Key
  20. 135    S?    Fast Open Door (stays open) Red Key
  21.  
  22. 105    WR    Fast Open Door (closes after 6 seconds)
  23. 106    WR    Fast Open Door (stays open)
  24. 107    WR    Fast Close Door
  25.  
  26. 108    W1    Fast Open Door (closes after 6 seconds)
  27. 109    W1    Fast Open Door (stays open)
  28. 110    W1    Fast Close Door
  29.  
  30. 111    S1    Fast Open Door (closes after 3 seconds)
  31. 112    S?    Fast Open Door (closes 3 seconds after you leave Door Sector)
  32. 113    S?    Fast Close Door/Lower Ceiling?
  33.  
  34. 114    SR    Fast Open Door (closes after 6 seconds)
  35. 115    SR    Fast Open Door (stays open)
  36. 116    SR    Fast Close Door
  37.  
  38. 117    DR    Fast Open Door (closes after 6 seconds)
  39. 118    D1    Fast Open Door (stays open)
  40.  
  41. LIFTS:
  42. VALUE    FUNCTION
  43. -----    --------------------------------------------------------------------
  44. 120    WR    Fast Lower Lift (raise after 3 seconds)
  45. 121    W1    Fast Lower Lift (stays lowered)
  46.  
  47. 122    S2/R?    Fast Lower Lift (raise after 3 seconds ?)
  48. 123    SR    Fast Lower Lift (raise after 3 seconds)
  49.  
  50. FLOORS/CEILINGS/STAIRS:
  51. VALUE    FUNCTION
  52. ----------------------------------------------------------------------------
  53. 110    W1    Fast Raise Stair (no need for "99," only adjacent sectors)
  54. 119     W1    Raise to Nearest Floor
  55. 141    W1    Start Crushing Ceiling
  56.  
  57. SPECIAL:
  58. VALUE    FUNCTION
  59. -----    --------------------------------------------------------------------
  60. 138    SR    Light Level goes to 255
  61. 139    SR    Light Level goes to 0
  62.  
  63. 124    W1    End Level (go to Secret Level)
  64.  
  65.  
  66. Feel free to post any questions to me at CIS:75211,1113 or
  67. INTERNET:drsleep@hooked.net.
  68.  
  69. Dr Sleep
  70.