lockdefs.txt 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. ClearLocks
  2. //
  3. // Heretic KeyDefs
  4. //
  5. Lock 1 Heretic
  6. {
  7. KeyGreen
  8. Message "$TXT_NEEDGREENKEY"
  9. RemoteMessage "$TXT_NEEDGREENKEYO"
  10. Mapcolor 0 255 0
  11. }
  12. Lock 2 Heretic
  13. {
  14. KeyBlue
  15. Message "$TXT_NEEDBLUEKEY"
  16. RemoteMessage "$TXT_NEEDBLUEKEYO"
  17. Mapcolor 0 0 255
  18. }
  19. Lock 3 Heretic
  20. {
  21. KeyYellow
  22. Message "$TXT_NEEDYELLOWKEY"
  23. RemoteMessage "$TXT_NEEDYELLOWKEYO"
  24. Mapcolor 255 255 0
  25. }
  26. Lock 4 Heretic
  27. {
  28. KeyRed
  29. Message "$TXT_NEEDREDKEY"
  30. RemoteMessage "$TXT_NEEDREDKEYO"
  31. Mapcolor 255 0 0
  32. }
  33. Lock 129 Heretic
  34. {
  35. KeyGreen
  36. Message "$TXT_NEEDGREENKEY"
  37. RemoteMessage "$TXT_NEEDGREENKEYO"
  38. Mapcolor 0 255 0
  39. }
  40. Lock 130 Heretic
  41. {
  42. KeyBlue
  43. Message "$TXT_NEEDBLUEKEY"
  44. RemoteMessage "$TXT_NEEDBLUEKEYO"
  45. Mapcolor 0 0 255
  46. }
  47. Lock 131 Heretic
  48. {
  49. KeyYellow
  50. Message "$TXT_NEEDYELLOWKEY"
  51. RemoteMessage "$TXT_NEEDYELLOWKEYO"
  52. Mapcolor 255 255 0
  53. }
  54. Lock 132 Heretic
  55. {
  56. KeyRed
  57. Message "$TXT_NEEDREDKEY"
  58. RemoteMessage "$TXT_NEEDREDKEYO"
  59. Mapcolor 255 0 0
  60. }
  61. Lock 229 Heretic
  62. {
  63. KeyGreen
  64. KeyYellow
  65. KeyBlue
  66. KeyRed
  67. Message "$PD_ALL4"
  68. RemoteMessage "$PD_ALL4O"
  69. }
  70. Lock 101 Heretic
  71. {
  72. KeyGreen
  73. KeyYellow
  74. KeyBlue
  75. KeyRed
  76. Message "$PD_ALL4"
  77. RemoteMessage "$PD_ALL4O"
  78. }
  79. Lock 102 Heretic
  80. {
  81. Any { KeyGreen KeyBlue}
  82. Message "$PD_COLDCOLOR"
  83. RemoteMessage "$PD_COLDCOLORO"
  84. }
  85. Lock 103 Heretic
  86. {
  87. Any { KeyYellow KeyRed }
  88. Message "$PD_WARMCOLOR"
  89. RemoteMessage "$PD_WARMCOLORO"
  90. }
  91. Lock 104 Heretic
  92. {
  93. Any { KeyGreen KeyBlue}
  94. Any { KeyYellow KeyRed }
  95. Message "$PD_BOTHCOLORTYPE"
  96. RemoteMessage "$PD_BOTHCOLORTYPEO"
  97. }
  98. Lock 105 Heretic
  99. {
  100. Any { KeyGreen KeyBlue KeyYellow KeyRed }
  101. Message "$PD_ANYKEY"
  102. RemoteMessage "$PD_ANYKEYO"
  103. }