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

  1. import Bladex
  2.  
  3. # *********************************
  4. # *      Creacion de sonidos      *
  5. # *********************************
  6.  
  7.  
  8. GolpeArmaEscudoVmp=Bladex.CreateSound('..\\..\\sounds\\M-GOLPE-ESCUDO-METAL.wav', 'GolpeArmaEscudoVmp')
  9. GolpeArmaEscudoVmp.SendNotify=1
  10. GolpeArmaArmaVmp=Bladex.CreateSound('..\\..\\sounds\\M-METAL-METAL-1E.wav', 'GolpeArmaArmaVmp')
  11. GolpeArmaArmaVmp.SendNotify=1
  12. TajoEmpalanteVmp=Bladex.CreateSound('..\\..\\sounds\\corte-carne.wav', 'TajoEmpalanteVmp')
  13. TajoEmpalanteVmp.SendNotify=1
  14. TajoCortanteVmp=Bladex.CreateSound('..\\..\\sounds\\corte-carne-2.wav', 'TajoCortanteVmp')
  15. TajoCortanteVmp.SendNotify=1
  16. TajoMutilacionVmp=Bladex.CreateSound('..\\..\\sounds\\slice-splat1.wav', 'TajoMutilacionVmp')
  17. TajoMutilacionVmp.SendNotify=1
  18. GolpeContundenteVmp=Bladex.CreateSound('..\\..\\sounds\\golpe-maza-carne.wav', 'GolpeContundenteVmp')
  19. GolpeContundenteVmp.SendNotify=1
  20.  
  21.  
  22. Enfundar=Bladex.CreateSound('..\\..\\sounds\\M-DESENFUNDADING.wav', 'Enfundar')
  23. Enfundar.SendNotify=0
  24. EsfuerzoCortoVmp=Bladex.CreateSound('..\\..\\sounds\\AtaqueVmp1.wav', 'EsfuerzoCortoVmp')
  25. EsfuerzoCortoVmp.SendNotify=0
  26. EsfuerzoCortoVmp.Volume=0.8
  27. EsfuerzoCorto1Vmp=Bladex.CreateSound('..\\..\\sounds\\AtaqueVmp2.wav', 'EsfuerzoCorto1Vmp')
  28. EsfuerzoCorto1Vmp.SendNotify=0
  29. EsfuerzoCorto1Vmp.Volume=0.8
  30. EsfuerzoCorto2Vmp=Bladex.CreateSound('..\\..\\sounds\\AtaqueVmp3.wav', 'EsfuerzoCorto2Vmp')
  31. EsfuerzoCorto2Vmp.SendNotify=0
  32. EsfuerzoCorto2Vmp.Volume=0.8
  33. EsfuerzoCorto3Vmp=Bladex.CreateSound('..\\..\\sounds\\AtaqueVmp4.wav', 'EsfuerzoCorto3Vmp')
  34. EsfuerzoCorto3Vmp.SendNotify=0
  35. EsfuerzoCorto3Vmp.Volume=0.8
  36. SesgadoCorto=Bladex.CreateSound('..\\..\\sounds\\sesgado-corto.wav', 'SesgadoCorto')
  37. SesgadoCorto.SendNotify=0
  38. SesgadoCorto.Volume=0.6
  39. SesgadoLargo=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo.wav', 'SesgadoLargo')
  40. SesgadoLargo.SendNotify=0
  41. SesgadoLargo.Volume=0.6
  42. SesgadoCortoGrave=Bladex.CreateSound('..\\..\\sounds\\sesgado-corto-grave.wav', 'SesgadoCortoGrave')
  43. SesgadoCortoGrave.SendNotify=0
  44. SesgadoCortoGrave.Volume=0.6
  45. SesgadoLargoGrave=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo-grave.wav', 'SesgadoLargoGrave')
  46. SesgadoLargoGrave.SendNotify=0
  47. SesgadoCortoGrave.Volume=0.6
  48. SesgadoCortoAgudo=Bladex.CreateSound('..\\..\\sounds\\sesgado-corto-agudo.wav', 'SesgadoCortoAgudo')
  49. SesgadoCortoAgudo.SendNotify=0
  50. SesgadoCortoGrave.Volume=0.6
  51. SesgadoLargoAgudo=Bladex.CreateSound('..\\..\\sounds\\sesgado-largo-agudo.wav', 'SesgadoLargoAgudo')
  52. SesgadoLargoAgudo.SendNotify=0
  53. SesgadoCortoGrave.Volume=0.6
  54. MuerteVmp1=Bladex.CreateSound('..\\..\\sounds\\MuerteVmp.wav', 'MuerteVmp1')
  55. MuerteVmp1.SendNotify=0
  56. HeridaVmp1=Bladex.CreateSound('..\\..\\sounds\\HeridaVmp1.wav', 'HeridaVmp1')
  57. HeridaVmp1.SendNotify=0
  58. HeridaVmp2=Bladex.CreateSound('..\\..\\sounds\\HeridaVmp2.wav', 'HeridaVmp2')
  59. HeridaVmp2.SendNotify=0
  60.  
  61. DesapareceVmp=Bladex.CreateSound('..\\..\\sounds\\desaparece-vamp1.wav', 'DesapareceVmp')
  62. DesapareceVmp.SendNotify=0
  63. DesapareceVmp.Volume=1
  64. DesapareceVmp.MinDistance=1000
  65. DesapareceVmp.MaxDistance=25000
  66.  
  67. CaidaVmp1=Bladex.CreateSound('..\\..\\sounds\\caida-mano.wav', 'CaidaVmp1')
  68. CaidaVmp1.SendNotify=0
  69. CaidaVmp1.Volume=0.3
  70. CaidaVmp2=Bladex.CreateSound('..\\..\\sounds\\caida-pie.wav', 'CaidaVmp2')
  71. CaidaVmp2.SendNotify=0
  72. CaidaVmp2.Volume=0.3
  73.  
  74. RespiracionVmp1=Bladex.CreateSound('..\\..\\sounds\\respiracionVmp1.wav', 'RespiracionVmp1')
  75. RespiracionVmp1.SendNotify=0
  76. RespiracionVmp1.Volume=0.5
  77. RespiracionVmp1.MinDistance=1000
  78. RespiracionVmp1.MaxDistance=25000
  79. RespiracionVmp2=Bladex.CreateSound('..\\..\\sounds\\respiracionVmp2.wav', 'RespiracionVmp12')
  80. RespiracionVmp2.SendNotify=0
  81. RespiracionVmp2.Volume=0.5
  82. RespiracionVmp2.MinDistance=1000
  83. RespiracionVmp2.MaxDistance=25000
  84.  
  85. RespiracionVmp3=Bladex.CreateSound('..\\..\\sounds\\respiracionVmp3.wav', 'RespiracionVmp3')
  86. RespiracionVmp3.SendNotify=0
  87. RespiracionVmp3.Volume=0.5
  88. RespiracionVmp3.MinDistance=1000
  89. RespiracionVmp3.MaxDistance=25000
  90. RespiracionVmp4=Bladex.CreateSound('..\\..\\sounds\\respiracionVmp4.wav', 'RespiracionVmp4')
  91. RespiracionVmp4.SendNotify=0
  92. RespiracionVmp4.Volume=0.5
  93. RespiracionVmp4.MinDistance=1000
  94. RespiracionVmp4.MaxDistance=25000
  95.  
  96. AguadoVmp1=Bladex.CreateSound('..\\..\\sounds\\Aguado1.wav', 'AguadoVmp1')
  97. AguadoVmp1.SendNotify=0
  98. AguadoVmp1.Volume=0.5
  99. AguadoVmp1.MinDistance=1000
  100. AguadoVmp1.MaxDistance=25000
  101. AguadoVmp2=Bladex.CreateSound('..\\..\\sounds\\Aguado2.wav', 'AguadoVmp2')
  102. AguadoVmp2.SendNotify=0
  103. AguadoVmp2.Volume=0.5
  104. AguadoVmp2.MinDistance=1000
  105. AguadoVmp2.MaxDistance=25000
  106. AguadoVmp3=Bladex.CreateSound('..\\..\\sounds\\Aguado3.wav', 'AguadoVmp3')
  107. AguadoVmp3.SendNotify=0
  108. AguadoVmp3.Volume=0.5
  109. AguadoVmp3.MinDistance=1000
  110. AguadoVmp3.MaxDistance=25000
  111.  
  112. RoceVmp1=Bladex.CreateSound('..\\..\\sounds\\mov-troll-2.wav', 'RoceVmp1')
  113. RoceVmp1.SendNotify=0
  114. RoceVmp1.MinDistance=1000
  115. RoceVmp1.MaxDistance=25000
  116. RoceVmp2=Bladex.CreateSound('..\\..\\sounds\\mov-troll-1.wav', 'RoceVmp2')
  117. RoceVmp2.SendNotify=0
  118. RoceVmp2.MinDistance=1000
  119. RoceVmp2.MaxDistance=25000
  120.  
  121.  
  122. InsultoVmp=Bladex.CreateSound('..\\..\\sounds\\insultoVmp.wav', 'InsultoVmp')
  123. InsultoVmp.SendNotify=0
  124.  
  125.  
  126.  
  127.  
  128. print "Sonidos para el vampiro creados..."
  129.