Advertisement
Guest User

SPVoicePackTester.uc

a guest
Feb 19th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. /*******************************************************************************
  2. * KFVoicePackFemale generated by Eliot.UELib using UE Explorer.
  3. * Eliot.UELib © 2009-2013 Eliot van Uytfanghe. All rights reserved.
  4. * http://eliotvu.com
  5. *
  6. * All rights belong to their respective owners.
  7. *******************************************************************************/
  8. class SPVoicePackTester extends KFVoicePack
  9. hidecategories(Movement,Collision,Lighting,LightColor,Karma,Force)
  10. config;
  11.  
  12. defaultproperties
  13. {
  14. SupportSound[0]=SoundGroup'SPTester.SUPPORT.MEDIC'
  15. SupportSound[1]=SoundGroup'SPTester.SUPPORT.Help'
  16. SupportSound[2]=SoundGroup'SPTester.SUPPORT.Need_money'
  17. SupportSound[3]=SoundGroup'SPTester.SUPPORT.Drop_Weapon'
  18. AcknowledgmentSound[0]=SoundGroup'SPTester.Acknowledgements.Yes'
  19. AcknowledgmentSound[1]=SoundGroup'SPTester.Acknowledgements.No'
  20. AcknowledgmentSound[2]=SoundGroup'SPTester.Acknowledgements.Thanks'
  21. AcknowledgmentSound[3]=SoundGroup'SPTester.Acknowledgements.sorry'
  22. AlertSound[0]=SoundGroup'SPTester.Alerts.Look_Out'
  23. AlertSound[1]=SoundGroup'SPTester.Alerts.Run'
  24. AlertSound[2]=SoundGroup'SPTester.Alerts.Wait_for_me'
  25. AlertSound[3]=SoundGroup'SPTester.Alerts.Weld_the_doors'
  26. AlertSound[4]=SoundGroup'SPTester.Alerts.Hole_up'
  27. AlertSound[5]=SoundGroup'SPTester.Alerts.Follow_me'
  28. DirectionSound[0]=SoundGroup'SPTester.Directions.Get_to_the_trader'
  29. DirectionSound[1]=SoundGroup'SPTester.Directions.Go_upstairs'
  30. DirectionSound[2]=SoundGroup'SPTester.Directions.Head_downstairs'
  31. DirectionSound[3]=SoundGroup'SPTester.Directions.Get_inside'
  32. DirectionSound[4]=SoundGroup'SPTester.Directions.Go_outside'
  33. InsultSound[0]=SoundGroup'SPTester.INSULT.Insult_Specimens'
  34. InsultSound[1]=SoundGroup'SPTester.INSULT.Insult_players'
  35. AutomaticSound[0]=SoundGroup'SPTester.Automatic_Commands.Auto_Welding'
  36. AutomaticSound[1]=SoundGroup'SPTester.Automatic_Commands.Auto_Unwelding'
  37. AutomaticSound[2]=SoundGroup'SPTester.Automatic_Commands.Auto_Reloading'
  38. AutomaticSound[3]=SoundGroup'SPTester.Automatic_Commands.Auto_Out_of_Ammo'
  39. AutomaticSound[4]=SoundGroup'SPTester.Automatic_Commands.Auto_Drop_Cash'
  40. AutomaticSound[5]=SoundGroup'SPTester.Automatic_Commands.Auto_Healing'
  41. AutomaticSound[6]=SoundGroup'SPTester.Automatic_Commands.Auto_Dying'
  42. AutomaticSound[7]=SoundGroup'SPTester.Fun_Auto_Commands.BloatPuking'
  43. AutomaticSound[8]=SoundGroup'SPTester.Fun_Auto_Commands.PatriarchInvisible'
  44. AutomaticSound[9]=SoundGroup'SPTester.Fun_Auto_Commands.PatriarchChainGun'
  45. AutomaticSound[10]=SoundGroup'SPTester.Fun_Auto_Commands.PatriarchRockets'
  46. AutomaticSound[11]=SoundGroup'SPTester.Fun_Auto_Commands.GrabbedByClot'
  47. AutomaticSound[12]=SoundGroup'SPTester.Fun_Auto_Commands.SpottedFleshpound'
  48. AutomaticSound[13]=SoundGroup'SPTester.Fun_Auto_Commands.SpottedGorefast'
  49. AutomaticSound[14]=SoundGroup'SPTester.Fun_Auto_Commands.SpottedScrake'
  50. AutomaticSound[15]=SoundGroup'SPTester.Fun_Auto_Commands.SpottedSiren'
  51. AutomaticSound[16]=SoundGroup'SPTester.Fun_Auto_Commands.SirenAfterScream'
  52. AutomaticSound[17]=SoundGroup'SPTester.Fun_Auto_Commands.StalkerUncloaks'
  53. AutomaticSound[18]=SoundGroup'SPTester.Fun_Auto_Commands.SpottedCrawler'
  54. AutomaticSound[19]=SoundGroup'SPTester.Fun_Auto_Commands.KilledStalkerMelee'
  55. AutomaticSound[20]=SoundGroup'SPTester.Fun_Auto_Commands.EnemyBurnedToDeath'
  56. AutomaticSound[21]=SoundGroup'SPTester.Fun_Auto_Commands.SwitchToDBShotgun'
  57. AutomaticSound[22]=SoundGroup'SPTester.Fun_Auto_Commands.SwitchToDualHandcannon'
  58. AutomaticSound[23]=SoundGroup'SPTester.Fun_Auto_Commands.SwitchToLAW'
  59. AutomaticSound[24]=SoundGroup'SPTester.Fun_Auto_Commands.SwitchToAxe'
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement