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

  1. import Bladex
  2.  
  3. # *********************************
  4. # *      Creacion de sonidos      *
  5. # *********************************
  6.  
  7. GolpeArmaEscudoOrk=Bladex.CreateSound('..\\..\\sounds\\M-GOLPE-ESCUDO-METAL.wav', 'GolpeArmaEscudoOrk')
  8. GolpeArmaEscudoOrk.SendNotify=0
  9. GolpeArmaArmaOrk=Bladex.CreateSound('..\\..\\sounds\\M-METAL-METAL-1E.wav', 'GolpeArmaArmaOrk')
  10. GolpeArmaArmaOrk.SendNotify=0
  11. TajoEmpalanteOrk=Bladex.CreateSound('..\\..\\sounds\\GOLPE-ARMADUR-33.wav', 'TajoEmpalanteOrk')
  12. TajoEmpalanteOrk.SendNotify=0
  13. TajoEmpalanteOrk.Volume=1
  14. TajoCortanteOrk=Bladex.CreateSound('..\\..\\sounds\\GOLPE-ARMADUR-44.wav', 'TajoCortanteOrk')
  15. TajoCortanteOrk.SendNotify=0
  16. TajoCortanteOrk.Volume=1
  17. TajoMutilacionOrk=Bladex.CreateSound('..\\..\\sounds\\slice-splat1.wav', 'TajoMutilacionOrk')
  18. TajoMutilacionOrk.SendNotify=0
  19. GolpeContundenteOrk=Bladex.CreateSound('..\\..\\sounds\\golpe-maza-arm.wav', 'GolpeContundenteOrk')
  20. GolpeContundenteOrk.SendNotify=0
  21.  
  22. KnightKeepStill=Bladex.CreateSound('..\\..\\sounds\\knight-keepstill.wav', 'KnightKeepStill')
  23. KnightKeepStill.SendNotify=1
  24. KnightKeepStill.MinDistance=1000
  25. KnightKeepStill.MaxDistance=25000
  26.  
  27. Enfundar=Bladex.CreateSound('..\\..\\sounds\\M-DESENFUNDADING.wav', 'Enfundar')
  28. Enfundar.SendNotify=0
  29. EsfuerzoCortoOrc=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-orco-corto-1.wav', 'EsfuerzoCortoOrc')
  30. EsfuerzoCortoOrc.SendNotify=0
  31. EsfuerzoCortoOrc.Volume=0.9
  32. EsfuerzoCortoOrc.MinDistance=1000
  33. EsfuerzoCortoOrc.MaxDistance=25000
  34. EsfuerzoCorto1Orc=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-orco-corto-2.wav', 'EsfuerzoCorto1Orc')
  35. EsfuerzoCorto1Orc.SendNotify=0
  36. EsfuerzoCorto1Orc.Volume=0.9
  37. EsfuerzoCorto1Orc.MinDistance=1000
  38. EsfuerzoCorto1Orc.MaxDistance=25000
  39. EsfuerzoCorto2Orc=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-orco-corto-5.wav', 'EsfuerzoCorto2Orc')
  40. EsfuerzoCorto2Orc.SendNotify=0
  41. EsfuerzoCorto2Orc.Volume=0.9
  42. EsfuerzoCorto2Orc.MinDistance=1000
  43. EsfuerzoCorto2Orc.MaxDistance=25000
  44. EsfuerzoCorto3Orc=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-orco-corto-6.wav', 'EsfuerzoCorto3Orc')
  45. EsfuerzoCorto3Orc.SendNotify=0
  46. EsfuerzoCorto3Orc.Volume=0.9
  47. EsfuerzoCorto3Orc.MinDistance=1000
  48. EsfuerzoCorto3Orc.MaxDistance=25000
  49.  
  50. SesgadoCorto=Bladex.CreateSound('..\\..\\sounds\\sesgado-corto.wav', 'SesgadoCorto')
  51. SesgadoCorto.SendNotify=0
  52. SesgadoCorto.Volume=0.8
  53. SesgadoCorto.MinDistance=1000
  54. SesgadoCorto.MaxDistance=25000
  55. SesgadoLargo=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo.wav', 'SesgadoLargo')
  56. SesgadoLargo.SendNotify=0
  57. SesgadoLargo.Volume=0.8
  58. SesgadoLargo.MinDistance=1000
  59. SesgadoLargo.MaxDistance=25000
  60. SesgadoCortoGrave=Bladex.CreateSound('..\\..\\sounds\\sesgado-corto-grave.wav', 'SesgadoCortoGrave')
  61. SesgadoCortoGrave.SendNotify=0
  62. SesgadoCortoGrave.Volume=0.8
  63. SesgadoCortoGrave.MinDistance=1000
  64. SesgadoCortoGrave.MaxDistance=25000
  65. SesgadoLargoGrave=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo-grave.wav', 'SesgadoLargoGrave')
  66. SesgadoLargoGrave.SendNotify=0
  67. SesgadoLargoGrave.Volume=0.8
  68. SesgadoLargoGrave.MinDistance=1000
  69. SesgadoLargoGrave.MaxDistance=25000
  70. SesgadoCortoAgudo=Bladex.CreateSound('..\\..\\sounds\\sesgado-corto-agudo.wav', 'SesgadoCortoAgudo')
  71. SesgadoCortoAgudo.SendNotify=0
  72. SesgadoCortoAgudo.Volume=0.8
  73. SesgadoCortoAgudo.MinDistance=1000
  74. SesgadoCortoAgudo.MaxDistance=25000
  75. SesgadoLargoAgudo=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo-agudo.wav', 'SesgadoLargoAgudo')
  76. SesgadoLargoAgudo.SendNotify=0
  77. SesgadoLargoAgudo.Volume=0.8
  78. SesgadoLargoAgudo.MinDistance=1000
  79. SesgadoLargoAgudo.MaxDistance=25000
  80.  
  81. EsfuerzoGolpeFrontalOrc=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-orco-golpe-frontal.wav', 'EsfuerzoGolpeFrontalOrc')
  82. EsfuerzoGolpeFrontalOrc.SendNotify=1
  83. EsfuerzoGolpeFrontalOrc.MinDistance=1000
  84. EsfuerzoGolpeFrontalOrc.MaxDistance=25000
  85. EsfuerzoGolpeLateralOrc=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-orco-golpe-lateral.wav', 'EsfuerzoGolpeLateralOrc')
  86. EsfuerzoGolpeLateralOrc.SendNotify=1
  87. EsfuerzoGolpeLateralOrc.MinDistance=1000
  88. EsfuerzoGolpeLateralOrc.MaxDistance=25000
  89. EsfuerzoGolpeCabezaOrc=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-orco-golpe-cabeza.wav', 'EsfuerzoGolpeCabezaOrc')
  90. EsfuerzoGolpeCabezaOrc.SendNotify=1
  91. EsfuerzoGolpeCabezaOrc.MinDistance=1000
  92. EsfuerzoGolpeCabezaOrc.MaxDistance=25000
  93. EsfuerzoGolpeArribaOrc=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-orco-golpe-arriba.wav', 'EsfuerzoGolpeArribaOrc')
  94. EsfuerzoGolpeArribaOrc.SendNotify=1
  95. EsfuerzoGolpeArribaOrc.MinDistance=1000
  96. EsfuerzoGolpeArribaOrc.MaxDistance=25000
  97.  
  98. Relax1=Bladex.CreateSound('..\\..\\sounds\\Respiracion-orco-1.wav', 'Relax1')
  99. Relax1.SendNotify=0
  100. Relax1.Volume=1
  101. Relax1.MinDistance=5000
  102. Relax1.MaxDistance=12000
  103.  
  104. Relax2=Bladex.CreateSound('..\\..\\sounds\\Respiracion-orco-2.wav', 'Relax2')
  105. Relax2.SendNotify=0
  106. Relax2.Volume=1
  107. Relax2.MinDistance=5000
  108. Relax2.MaxDistance=12000
  109.  
  110. MuerteOrc1=Bladex.CreateSound('..\\..\\sounds\\muerte-orco-1.wav', 'MuerteOrc1')
  111. MuerteOrc1.SendNotify=0
  112. MuerteOrc1.MinDistance=1000
  113. MuerteOrc1.MaxDistance=25000
  114. MuerteOrc2=Bladex.CreateSound('..\\..\\sounds\\muerte-orco-2.wav', 'MuerteOrc2')
  115. MuerteOrc2.SendNotify=0
  116. MuerteOrc2.MinDistance=1000
  117. MuerteOrc2.MaxDistance=25000
  118. MuerteOrc3=Bladex.CreateSound('..\\..\\sounds\\muerte-orco-3.wav', 'MuerteOrc3')
  119. MuerteOrc3.SendNotify=0
  120. MuerteOrc3.MinDistance=1000
  121. MuerteOrc3.MaxDistance=25000
  122. MuerteOrc4=Bladex.CreateSound('..\\..\\sounds\\muerte-orco-4.wav', 'MuerteOrc4')
  123. MuerteOrc4.SendNotify=0
  124. MuerteOrc4.MinDistance=1000
  125. MuerteOrc4.MaxDistance=25000
  126. HeridaOrc1=Bladex.CreateSound('..\\..\\sounds\\herido-orco-1.wav', 'HeridaOrc1')
  127. HeridaOrc1.SendNotify=0
  128. HeridaOrc1.MinDistance=1000
  129. HeridaOrc1.MaxDistance=25000
  130. HeridaOrc2=Bladex.CreateSound('..\\..\\sounds\\herido-orco-2.wav', 'HeridaOrc2')
  131. HeridaOrc2.SendNotify=0
  132. HeridaOrc2.MinDistance=1000
  133. HeridaOrc2.MaxDistance=25000
  134. HeridaOrc3=Bladex.CreateSound('..\\..\\sounds\\herido-orco-3.wav', 'HeridaOrc3')
  135. HeridaOrc3.SendNotify=0
  136. HeridaOrc3.MinDistance=1000
  137. HeridaOrc3.MaxDistance=25000
  138.  
  139. AndarOrc1=Bladex.CreateSound('..\\..\\sounds\\mov-armadura-5.wav', 'AndarOrc1')
  140. AndarOrc1.SendNotify=0
  141. AndarOrc1.Volume=0.3
  142. AndarOrc1.MinDistance=5000
  143. AndarOrc1.MaxDistance=15000
  144. AndarOrc2=Bladex.CreateSound('..\\..\\sounds\\mov-armadura-6.wav', 'AndarOrc2')
  145. AndarOrc2.SendNotify=0
  146. AndarOrc2.Volume=0.3
  147. AndarOrc2.MinDistance=5000
  148. AndarOrc2.MaxDistance=15000
  149.  
  150.  
  151. Insulto=Bladex.CreateSound('..\\..\\sounds\\esfuerzo-orco-golpe-cabeza.wav', 'Insulto')
  152. Insulto.SendNotify=1
  153. Insulto.MinDistance=1000
  154. Insulto.MaxDistance=28000
  155.  
  156. DesangreOrc1=Bladex.CreateSound('..\\..\\sounds\\desangre2.wav', 'DesangreOrc1')
  157. DesangreOrc1.SendNotify=0
  158. DesangreOrc1.Volume=0.8
  159. DesangreOrc1.MinDistance=1000
  160. DesangreOrc1.MaxDistance=25000
  161. DesangreOrc2=Bladex.CreateSound('..\\..\\sounds\\desangre4.wav', 'DesangreOrc2')
  162. DesangreOrc2.SendNotify=0
  163. DesangreOrc2.Volume=0.8
  164. DesangreOrc2.MinDistance=1000
  165. DesangreOrc2.MaxDistance=25000
  166.  
  167. CaidaOrc1=Bladex.CreateSound('..\\..\\sounds\\caida-mano.wav', 'CaidaOrc1')
  168. CaidaOrc1.SendNotify=0
  169. CaidaOrc1.Volume=0.4
  170. CaidaOrc1.MinDistance=1000
  171. CaidaOrc1.MaxDistance=25000
  172.  
  173. CaidaOrc2=Bladex.CreateSound('..\\..\\sounds\\caida-pie.wav', 'CaidaOrc2')
  174. CaidaOrc2.SendNotify=0
  175. CaidaOrc2.Volume=0.4
  176. CaidaOrc2.MinDistance=1000
  177. CaidaOrc2.MaxDistance=25000
  178.  
  179. print "Sonidos para el orco creados..."
  180.  
  181.