home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 56 / CDPowerplay56Disc2.iso / demos / blade / data1.cab / Program_Executable_Files / Scripts / AniSoundDknX.py < prev    next >
Encoding:
Text File  |  2000-10-27  |  7.4 KB  |  184 lines

  1. import Bladex
  2.  
  3. # *********************************
  4. # *      Creacion de sonidos      *
  5. # *********************************
  6.  
  7.  
  8. GolpeArmaEscudoDkn=Bladex.CreateSound('..\\..\\sounds\\M-GOLPE-ESCUDO-METAL.wav', 'GolpeArmaEscudoDkn')
  9. GolpeArmaEscudoDkn.SendNotify=1
  10. GolpeArmaArmaDkn=Bladex.CreateSound('..\\..\\sounds\\M-METAL-METAL-1E.wav', 'GolpeArmaArmaDkn')
  11. GolpeArmaArmaDkn.SendNotify=1
  12. TajoEmpalanteDkn=Bladex.CreateSound('..\\..\\sounds\\GOLPE-ARMADUR-33.wav', 'TajoEmpalanteDkn')
  13. TajoEmpalanteDkn.SendNotify=1
  14. TajoCortanteDkn=Bladex.CreateSound('..\\..\\sounds\\GOLPE-ARMADUR-44.wav', 'TajoCortanteDkn')
  15. TajoCortanteDkn.SendNotify=1
  16. TajoMutilacionDkn=Bladex.CreateSound('..\\..\\sounds\\slice-splat1.wav', 'TajoMutilacionDkn')
  17. TajoMutilacionDkn.SendNotify=1
  18. GolpeContundenteDkn=Bladex.CreateSound('..\\..\\sounds\\golpe-maza-arm.wav', 'GolpeContundenteDkn')
  19. GolpeContundenteDkn.SendNotify=1
  20.  
  21.  
  22. KnightKeepStill=Bladex.CreateSound('..\\..\\sounds\\knight-keepstill.wav', 'KnightKeepStill')
  23. KnightKeepStill.MinDistance=1000
  24. KnightKeepStill.MaxDistance=25000
  25.  
  26.  
  27. Enfundar=Bladex.CreateSound('..\\..\\sounds\\M-DESENFUNDADING.wav', 'Enfundar')
  28. Enfundar.SendNotify=1
  29.  
  30. EsfuerzoCortoDkn=Bladex.CreateSound('..\\..\\sounds\\AtaqueDkn9.wav', 'EsfuerzoCortoTraidor')
  31. EsfuerzoCortoDkn.SendNotify=1
  32. EsfuerzoCortoDkn.Volume=0.8
  33. EsfuerzoCorto1Dkn=Bladex.CreateSound('..\\..\\sounds\\AtaqueDkn1.wav', 'EsfuerzoCorto1Dkn')
  34. EsfuerzoCorto1Dkn.SendNotify=1
  35. EsfuerzoCorto1Dkn.Volume=0.8
  36. EsfuerzoCorto2Dkn=Bladex.CreateSound('..\\..\\sounds\\AtaqueDkn10.wav', 'EsfuerzoCorto2Dkn')
  37. EsfuerzoCorto2Dkn.SendNotify=1
  38. EsfuerzoCorto2Dkn.Volume=0.8
  39. EsfuerzoCorto3Dkn=Bladex.CreateSound('..\\..\\sounds\\AtaqueDkn13.wav', 'EsfuerzoCorto3Dkn')
  40. EsfuerzoCorto3Dkn.SendNotify=1
  41. EsfuerzoCorto3Dkn.Volume=0.8
  42. EsfuerzoCorto4Dkn=Bladex.CreateSound('..\\..\\sounds\\AtaqueDkn2.wav', 'EsfuerzoCorto4Dkn')
  43. EsfuerzoCorto4Dkn.SendNotify=1
  44. EsfuerzoCorto4Dkn.Volume=0.8
  45. EsfuerzoCorto5Dkn=Bladex.CreateSound('..\\..\\sounds\\AtaqueDkn3.wav', 'EsfuerzoCorto5Dkn')
  46. EsfuerzoCorto5Dkn.SendNotify=1
  47. EsfuerzoCorto5Dkn.Volume=0.8
  48. EsfuerzoCorto6Dkn=Bladex.CreateSound('..\\..\\sounds\\AtaqueDkn4.wav', 'EsfuerzoCorto6Dkn')
  49. EsfuerzoCorto6Dkn.SendNotify=1
  50. EsfuerzoCorto6Dkn.Volume=0.8
  51. SesgadoCorto=Bladex.CreateSound('..\\..\\sounds\\sesgado-corto.wav', 'SesgadoCorto')
  52. SesgadoCorto.SendNotify=1
  53. SesgadoCorto.Volume=0.6
  54. SesgadoLargo=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo.wav', 'SesgadoLargo')
  55. SesgadoLargo.SendNotify=1
  56. SesgadoLargo.Volume=0.6
  57. SesgadoCortoGrave=Bladex.CreateSound('..\\..\\sounds\\sesgado-corto-grave.wav', 'SesgadoCortoGrave')
  58. SesgadoCortoGrave.SendNotify=1
  59. SesgadoCortoGrave.Volume=0.6
  60. SesgadoLargoGrave=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo-grave.wav', 'SesgadoLargoGrave')
  61. SesgadoLargoGrave.SendNotify=1
  62. SesgadoCortoGrave.Volume=0.6
  63. SesgadoCortoAgudo=Bladex.CreateSound('..\\..\\sounds\\sesgado-corto-agudo.wav', 'SesgadoCortoAgudo')
  64. SesgadoCortoAgudo.SendNotify=1
  65. SesgadoCortoGrave.Volume=0.6
  66. SesgadoLargoAgudo=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo-agudo.wav', 'SesgadoLargoAgudo')
  67. SesgadoLargoAgudo.SendNotify=1
  68. SesgadoCortoGrave.Volume=0.6
  69. EsfuerzoGolpeFrontalDkn=Bladex.CreateSound('..\\..\\sounds\\AtaqueDkn11.wav', 'EsfuerzoGolpeFrontalDkn')
  70. EsfuerzoGolpeFrontalDkn.SendNotify=1
  71. EsfuerzoGolpeLateralDkn=Bladex.CreateSound('..\\..\\sounds\\AtaqueDkn12.wav', 'EsfuerzoGolpeLateralDkn')
  72. EsfuerzoGolpeLateralDkn.SendNotify=1
  73. EsfuerzoGolpeCabezaDkn=Bladex.CreateSound('..\\..\\sounds\\AtaqueDkn14.wav', 'EsfuerzoGolpeCabezaDkn')
  74. EsfuerzoGolpeCabezaDkn.SendNotify=1
  75. EsfuerzoGolpeAtrasDkn=Bladex.CreateSound('..\\..\\sounds\\AtaqueDkn6.wav', 'EsfuerzoGolpeAtrasDkn')
  76. EsfuerzoGolpeAtrasDkn.SendNotify=1
  77.  
  78. EsfuerzoDknMediano=Bladex.CreateSound('..\\..\\sounds\\AtaqueDkn8.wav', 'EsfuerzoTraidorMediano')
  79. EsfuerzoDknMediano.SendNotify=1
  80. EsfuerzoDknLargo=Bladex.CreateSound('..\\..\\sounds\\AtaqueDkn5.wav', 'EsfuerzoTraidorLargo')
  81. EsfuerzoDknLargo.SendNotify=1
  82.  
  83. EsfuerzoGolpeArribaDkn=Bladex.CreateSound('..\\..\\sounds\\AtaqueDkn7.wav', 'EsfuerzoGolpeArribaDkn')
  84. EsfuerzoGolpeArribaDkn.SendNotify=1
  85.  
  86. MuerteDkn1=Bladex.CreateSound('..\\..\\sounds\\MuerteDkn1.wav', 'MuerteDkn1')
  87. MuerteDkn1.SendNotify=1
  88.  
  89. MuerteDkn2=Bladex.CreateSound('..\\..\\sounds\\MuerteDkn2.wav', 'MuerteDkn2')
  90. MuerteDkn2.SendNotify=1
  91. MuerteDkn3=Bladex.CreateSound('..\\..\\sounds\\MuerteDkn1.wav', 'MuerteDkn3')
  92. MuerteDkn3.SendNotify=1
  93. MuerteDkn4=Bladex.CreateSound('..\\..\\sounds\\MuerteDkn2.wav', 'MuerteDkn4')
  94. MuerteDkn4.SendNotify=1
  95.  
  96. HeridaDkn1=Bladex.CreateSound('..\\..\\sounds\\HeridaDkn1.wav', 'HeridaTraidor1')
  97. HeridaDkn1.SendNotify=1
  98. HeridaDkn2=Bladex.CreateSound('..\\..\\sounds\\HeridaDkn2.wav', 'HeridaTraidor2')
  99. HeridaDkn2.SendNotify=1
  100. HeridaDkn3=Bladex.CreateSound('..\\..\\sounds\\HeridaDkn1.wav', 'HeridaTraidor3')
  101. HeridaDkn3.SendNotify=1
  102.  
  103. RisaDkn=Bladex.CreateSound('..\\..\\sounds\\RisaDkn.wav', 'RisaDkn')
  104. #RisaDkn.SendNotify=1
  105. RisaDkn.MinDistance=5000
  106. RisaDkn.MaxDistance=30000
  107. RisaDkn.Volume=0.7
  108. RisaDkn2=Bladex.CreateSound('..\\..\\sounds\\RisaDkn2.wav', 'RisaDkn2')
  109. #RisaDkn2.SendNotify=1
  110. RisaDkn2.MinDistance=5000
  111. RisaDkn2.MaxDistance=30000
  112. RisaDkn2.Volume=0.7
  113.  
  114.  
  115. AltoDkn=Bladex.CreateSound('..\\..\\sounds\\AlarmaDkn.wav', 'AltoDkn')
  116. AltoDkn.MinDistance=5000
  117. AltoDkn.MaxDistance=30000
  118. AltoDkn.Volume=0.7
  119. AltoDkn2=Bladex.CreateSound('..\\..\\sounds\\AlarmaDkn1.wav', 'AltoDkn2')
  120. AltoDkn2.MinDistance=5000
  121. AltoDkn2.MaxDistance=30000
  122. AltoDkn2.Volume=0.7
  123.  
  124. DesangreDkn1=Bladex.CreateSound('..\\..\\sounds\\desangre1.wav', 'DesangreDkn1')
  125. DesangreDkn1.SendNotify=0
  126. DesangreDkn1.Volume=0.6
  127. DesangreDkn2=Bladex.CreateSound('..\\..\\sounds\\desangre3.wav', 'DesangreDkn2')
  128. DesangreDkn2.SendNotify=0
  129. DesangreDkn2.Volume=0.6
  130.  
  131. CaidaDkn1=Bladex.CreateSound('..\\..\\sounds\\caida-pie.wav', 'CaidaDkn1')
  132. CaidaDkn1.SendNotify=1
  133. CaidaDkn1.Volume=0.3
  134. CaidaDkn2=Bladex.CreateSound('..\\..\\sounds\\caida-mano.wav', 'CaidaDkn2')
  135. CaidaDkn2.SendNotify=1
  136. CaidaDkn2.Volume=0.3
  137. CaidaDkn3=Bladex.CreateSound('..\\..\\sounds\\caida-pie.wav', 'CaidaDkn3')
  138. CaidaDkn3.SendNotify=1
  139. CaidaDkn3.Volume=0.3
  140. CaidaDkn4=Bladex.CreateSound('..\\..\\sounds\\caida-mano.wav', 'CaidaDkn4')
  141. CaidaDkn4.SendNotify=1
  142. CaidaDkn4.Volume=0.3
  143.  
  144.  
  145. AndarDkn1=Bladex.CreateSound('..\\..\\sounds\\mov-armadura-5.wav', 'AndarDkn1')
  146. AndarDkn1.SendNotify=0
  147. AndarDkn1.Volume=0.4
  148. AndarDkn1.MinDistance=1000
  149. AndarDkn1.MaxDistance=25000
  150. AndarDkn2=Bladex.CreateSound('..\\..\\sounds\\mov-armadura-6.wav', 'AndarDkn2')
  151. AndarDkn2.SendNotify=0
  152. AndarDkn2.Volume=0.4
  153. AndarDkn2.MinDistance=1000
  154. AndarDkn2.MaxDistance=25000
  155.  
  156. RespiraDkn1=Bladex.CreateSound('..\\..\\sounds\\RespiracionDkn1.wav', 'RespiraDkn1')
  157. RespiraDkn1.SendNotify=0
  158. RespiraDkn1.Volume=0.4
  159. RespiraDkn1.MinDistance=1000
  160. RespiraDkn1.MaxDistance=25000
  161. RespiraDkn2=Bladex.CreateSound('..\\..\\sounds\\RespiracionDkn2.wav', 'RespiraDkn2')
  162. RespiraDkn2.SendNotify=0
  163. RespiraDkn2.Volume=0.4
  164. RespiraDkn2.MinDistance=1000
  165. RespiraDkn2.MaxDistance=25000
  166.  
  167.  
  168. RespiraDkn3=Bladex.CreateSound('..\\..\\sounds\\RespiracionDkn3.wav', 'RespiraDkn3')
  169. RespiraDkn3.SendNotify=0
  170. RespiraDkn3.Volume=0.4
  171. RespiraDkn3.MinDistance=1000
  172. RespiraDkn3.MaxDistance=25000
  173. RespiraDkn4=Bladex.CreateSound('..\\..\\sounds\\RespiracionDkn4.wav', 'RespiraDkn4')
  174. RespiraDkn4.SendNotify=0
  175. RespiraDkn4.Volume=0.4
  176. RespiraDkn4.MinDistance=1000
  177. RespiraDkn4.MaxDistance=25000
  178.  
  179.  
  180.  
  181.  
  182. print "Sonidos para el caballero oscuro creados..."
  183.  
  184.