home *** CD-ROM | disk | FTP | other *** search
/ 1,001 Nights of Doom / 1001NightsOfDoom1995wickedSensations.iso / newstuff / dme40bt2.zip / LINETYPE.DME < prev    next >
Text File  |  1994-11-25  |  5KB  |  279 lines

  1. $Doors
  2.  
  3. 'Normal door.  Ceiling will raise to lowest
  4. 'neighboring ceiling height - 1 unit, wait
  5. 'there for 3 seconds, then lower again to
  6. 'floor height.
  7. 1, nSR
  8. 99,*nSR
  9. 63,  SR
  10. 29,  S1
  11. 90,  WR
  12. 4,  W1
  13.  
  14. 'Locked door requiring blue key card.
  15. 26, nSR
  16. ;Locked door requiring yellow key card.
  17. 27, nSR
  18. ;Locked door requiring red key card.
  19. 28, nSR
  20.  
  21. 'Fast door.  Same as a normal door except
  22. 'it opens and closes very quickly.
  23. 117,*nSR
  24. 114,* SR
  25. 111,* S1
  26. 105,* WR
  27. 108,* W1
  28.  
  29. 'Sliding door.  Opens sideways?
  30. 124,*nSR
  31.  
  32. 'Open door.  Ceiling will raise to lowest
  33. 'neighboring ceiling height - 1 unit.  Door
  34. 'will stay open.
  35. 31, nSR
  36. 61,  SR
  37. 46, nGR
  38. 86,  WR
  39. 103,  S1
  40. 2,  W1
  41.  
  42. 'Open door only if player has blue key card.
  43. 32, nSR
  44. ;Open door only if player has red key card.
  45. 33, nSR
  46. ;Open door only if player has blue key card.
  47. 34, nSR
  48.  
  49. 'Open fast door.  Ceiling will raise to
  50. 'lowest neighboring ceiling height - 1 unit
  51. 'very quickly.  Door will stay open.
  52. 118,*nSR
  53. 115,* SR
  54. 112,* S1
  55. 106,* WR
  56. 109,* W1
  57.  
  58. 'Close door.  Ceiling will lower to floor
  59. 'height.
  60. 42,  SR
  61. 75,  WR
  62. 50,  S1
  63. 3,  W1
  64.  
  65. 'Close fast door.  Ceiling will lower to
  66. 'floor height very quickly.
  67. 116,* SR
  68. 113,* S1
  69. 107,* WR
  70. 110,* W1
  71.  
  72. 'Close door 30 seconds after the player(s)
  73. 'begin the level.
  74. 76,  WR
  75. 16,  W1
  76.  
  77. $Stairs
  78.  
  79. 'Build a staircase with 1 unit high steps.
  80. 7,  S1
  81. 8,  W1
  82.  
  83. 'Build a staircase very quickly with 2 unit
  84. 'high steps.
  85. 127,* S1
  86. 100,* W1
  87.  
  88. $Ceilings
  89.  
  90. 'Lower ceiling height to floor height.
  91. 'Will not crush players or monsters.
  92. 43,  SR
  93. 41,  S1
  94.  
  95. 'Lower ceiling height to floor height.
  96. 'Will crush players and monsters.
  97. 72,  WR
  98. 44,  W1
  99.  
  100. 'Start normal crushing ceiling moving.
  101. 'Ceiling moves up and down until stopped.
  102. 73,  WR
  103. 49,  S1
  104. 25,  W1
  105.  
  106. 'Start fast crushing ceiling moving.
  107. 'Ceiling moves up and down until stopped.
  108. 77,  WR
  109. 6,  W1
  110.  
  111. 'Raise floor to ceiling height.  Will Crush
  112. 'players and monsters.
  113. 65,  SR
  114. 55,  S1
  115. 94,  WR
  116. 56,  W1
  117.  
  118. 'Stop a crushing ceiling.
  119. 74,  WR
  120. 57,  W1
  121.  
  122. $Misc
  123.  
  124. 'Normal line, nothing special.
  125. 0, n- 
  126.  
  127. 'Exit map and go to next mission.
  128. 11, nS1
  129. 52, nW1
  130. ;Exit map and go to mission 9. (secret exit)
  131. 51, nS1
  132.  
  133. 'Teleporter, players or monsters.
  134. 39,  W1
  135. 97,  WR
  136. ;Teleporter, monsters only.
  137. 125,* W1
  138. 126,* WR
  139.  
  140. 'Scroll wall texture horizontally.
  141. 48, n- 
  142.  
  143. $Lights
  144.  
  145. 'Brighten lights.  Change light level to
  146. 'highest local light level.
  147. 80,  WR
  148. 12,  W1
  149.  
  150. 'Lights on.  Change light level to 15,
  151. 'maximum brightness.
  152. 81,  WR
  153. 13,  W1
  154.  
  155. 'Dim lights.  Change light level to lowest
  156. 'local light level.
  157. 78,* WR
  158. 104,  W1
  159.  
  160. 'Lights off.  Change light level to 0,
  161. 'total darkness.
  162. 79,  WR
  163. 35,  W1
  164.  
  165. 'Start slow (1 second period) light strobing.
  166. 17,  W1
  167.  
  168. $Floors
  169.  
  170. 'Raise floor to lowest local ceiling height.
  171. 64,  SR
  172. 101,  S1
  173. 91,  WR
  174. 24,  G1
  175.  
  176. 'Raise floor to next-higher floor height.
  177. 69,  SR
  178. 128,* WR
  179. 18,  S1
  180. 5,  W1
  181. 119,* W1
  182.  
  183. 'Raise floor 3 units & change (TF).
  184. '
  185. 'Raise floor 3 units.
  186. 66,  SR
  187. 15,  S1
  188. 92,  WR
  189. 58,  W1
  190.  
  191. 'Raise floor 3 units & change (TFS).
  192. 93,  WR
  193. 59,  W1
  194.  
  195. 'Raise Floor 4 units & change (TF).
  196. 67,  SR
  197. 14,  S1
  198.  
  199. 'Raise floor height to next-higher floor
  200. 'height and change (TF).
  201. 68,  SR
  202. 47,  G1
  203. 95,  WR
  204. 20,  S1
  205. 22,  W1
  206.  
  207. 'Raise floor height very quickly to lowest
  208. 'local ceiling height.
  209. 132,* SR
  210. 131,* S1
  211. 129,* WR
  212. 130,* W1
  213.  
  214. 'Raise to short texture (raise 9 or 16 units)?
  215. 96,  WR
  216. 30,  W1
  217.  
  218. 'Move floor height to highest adjacent
  219. 'floor height.
  220. 45,  SR
  221. 102,  S1
  222. 83,  WR
  223. 19,  W1
  224.  
  225. 'Lower floor height to lowest adjacent
  226. 'floor height.
  227. 60,  SR
  228. 82,  WR
  229. 23,  S1
  230. 38,  W1
  231.  
  232. 'Lower floor height to lowest adjacent floor
  233. 'height and change (NFS).
  234. 84,  WR,Lower floor to lowest adjacent floor height & change (NFS)
  235. 37,  W1,Lower floor to lowest adjacent floor height & change (NFS)
  236.  
  237. 'Move floor height very quickly to 1 unit
  238. 'above highest adjacent floor height.
  239. 70,  SR
  240. 98,  WR
  241. 71,  S1
  242. 36,  W1
  243.  
  244. 'Lower floor height and raise ceiling height
  245. 'to highest adjacent ceiling height.
  246. 85,* WR
  247. 40,  W1
  248.  
  249. 'Equalize donut sector floor heights.
  250. 9,  S1
  251.  
  252. $Lifts
  253.  
  254. 'Start perpetually moving platform.
  255. 87,  WR
  256. 53,  W1
  257.  
  258. 'Stop perpetually moving platform.
  259. 89,  WR
  260. 54,  W1
  261.  
  262. 'Normal lift.  Floor height lowers to next
  263. 'lower floor height, waits 3 seconds, then
  264. 'raises to original position.
  265. 62,  SR
  266. 88,  WR
  267. 21,  S1
  268. 10,  W1
  269.  
  270. 'Fast lift.  Floor height lowers very
  271. 'quickly to next lower floor height, waits
  272. '3 seconds, then raises to original
  273. 'position.
  274. 123,* SR
  275. 120,* WR
  276. 122,* S1
  277. 121,* W1
  278.  
  279.