sobinist

Untitled

Jun 21st, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. ;**********************************
  2. ;*** Cheat code defined actions ***
  3. ;**********************************
  4.  
  5.  
  6. {InputAction:FlyingMode
  7. {Sequence:
  8. Key(M)
  9. Key(O)
  10. Key(D)
  11. Key(E)
  12. Key(F)
  13. Key(L)
  14. Key(Y)
  15. }
  16. }
  17.  
  18. {InputAction:FlyingModeForward
  19. And
  20. ActionInvalidated(CameraAction)
  21. KeyPressed(Up)
  22. }
  23.  
  24. {InputAction:FlyingModeBackward
  25. And
  26. ActionInvalidated(CameraAction)
  27. KeyPressed(Down)
  28. }
  29.  
  30. {InputAction:FlyingModeRight
  31. And
  32. KeyReleased(LeftCtrl)
  33. KeyPressed(Right)
  34. }
  35.  
  36. {InputAction:FlyingModeLeft
  37. And
  38. KeyReleased(LeftCtrl)
  39. KeyPressed(Left)
  40. }
  41.  
  42. {InputAction:FlyingModeUp
  43. And
  44. ActionInvalidated(CameraAction)
  45. KeyPressed(Q)
  46. }
  47.  
  48. {InputAction:FlyingModeDown
  49. And
  50. ActionInvalidated(CameraAction)
  51. KeyPressed(W)
  52. }
  53.  
  54. {InputAction:FlyingModeSpeedIncrease
  55. And
  56. ActionInvalidated(CameraAction)
  57. KeyPressed("S")
  58. }
  59.  
  60. {InputAction:FlyingModeSpeedDecrease
  61. And
  62. ActionInvalidated(CameraAction)
  63. KeyPressed("X")
  64. }
  65.  
  66. {InputAction:FlyingModeStrafeRight
  67. And
  68. KeyPressed(LeftCtrl)
  69. KeyPressed(Right)
  70. }
  71.  
  72. {InputAction:FlyingModeStrafeLeft
  73. And
  74. KeyPressed(LeftCtrl)
  75. KeyPressed(Left)
  76. }
  77.  
  78. {InputAction:FlyingModeDoubleSpeed
  79. And
  80. ActionInvalidated(CameraAction)
  81. KeyPressed(LeftShift)
  82. }
  83.  
  84. {InputAction:Button_SuperEd
  85. {Sequence:
  86. Key(S)
  87. Key(U)
  88. Key(P)
  89. Key(E)
  90. Key(R)
  91. Key(E)
  92. Key(D)
  93. }
  94. }
  95.  
  96. {InputAction:Button_ModeAllPowers
  97. {Sequence:
  98. Key(A)
  99. Key(L)
  100. Key(L)
  101. Key(P)
  102. Key(O)
  103. Key(W)
  104. Key(E)
  105. Key(R)
  106. Key(S)
  107. }
  108. }
  109.  
  110. {InputAction:Button_ModeFullLife
  111. {Sequence:
  112. Key(F)
  113. Key(U)
  114. Key(L)
  115. Key(L)
  116. Key(L)
  117. Key(I)
  118. Key(F)
  119. Key(E)
  120. }
  121. }
  122.  
  123. {InputAction:Button_ModePouvoir1
  124. {Sequence:
  125. Key(P)
  126. Key(1)
  127. }
  128. }
  129. {InputAction:Button_ModePouvoir2
  130. {Sequence:
  131. Key(P)
  132. Key(2)
  133. }
  134. }
  135. {InputAction:Button_ModePouvoir3
  136. {Sequence:
  137. Key(P)
  138. Key(3)
  139. }
  140. }
  141. {InputAction:Button_ModePouvoir4
  142. {Sequence:
  143. Key(P)
  144. Key(4)
  145. }
  146. }
  147. {InputAction:Button_ModePouvoir5
  148. {Sequence:
  149. Key(P)
  150. Key(5)
  151. }
  152. }
  153. {InputAction:Button_ModePouvoir6
  154. {Sequence:
  155. Key(P)
  156. Key(6)
  157. }
  158. }
  159.  
  160. {InputAction:Button_ModePasDePouvoir
  161. {Sequence:
  162. Key(P)
  163. Key(0)
  164. }
  165. }
  166. {InputAction:Button_ModePouvoirAbeilles
  167. {Sequence:
  168. Key(P)
  169. Key(A)
  170. }
  171. }
Add Comment
Please, Sign In to add comment