Advertisement
Guest User

KFSoundTest.uc

a guest
Feb 17th, 2013
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. //-----------------------------------------------------------
  2. //
  3. //-----------------------------------------------------------
  4. class KFSoundTest extends KFVoicePack;
  5.  
  6. defaultproperties
  7. {
  8. SupportSound(0)=Sound'KF_SoundTest.Tester.MEDIC'
  9. SupportSound(1)=Sound'KF_SoundTest.Tester.Help'
  10. SupportSound(2)=Sound'KF_SoundTest.Tester.Need_Money'
  11. SupportSound(3)=Sound'KF_SoundTest.Tester.Drop_Weapon'
  12.  
  13. AcknowledgmentSound(0)=Sound'KF_SoundTest.Tester.Yes'
  14. AcknowledgmentSound(1)=Sound'KF_SoundTest.Tester.No'
  15. AcknowledgmentSound(2)=Sound'KF_SoundTest.Tester.Thanks'
  16. AcknowledgmentSound(3)=Sound'KF_SoundTest.Tester.sorry'
  17.  
  18. AlertSound(0)=Sound'KF_SoundTest.Tester.Look_Out'
  19. AlertSound(1)=Sound'KF_SoundTest.Tester.Run'
  20. AlertSound(2)=Sound'KF_SoundTest.Tester.Wait_for_me'
  21. AlertSound(3)=Sound'KF_SoundTest.Tester.Weld_the_doors'
  22. AlertSound(4)=Sound'KF_SoundTest.Tester.Hole_Up'
  23. AlertSound(5)=Sound'KF_SoundTest.Tester.Follow_Me'
  24.  
  25. DirectionSound(0)=Sound'KF_SoundTest.Tester.Get_to_the_trader'
  26. DirectionSound(1)=Sound'KF_SoundTest.Tester.Go_upstairs'
  27. DirectionSound(2)=Sound'KF_SoundTest.Tester.Head_downstairs'
  28. DirectionSound(3)=Sound'KF_SoundTest.Tester.Get_inside'
  29. DirectionSound(4)=Sound'KF_SoundTest.Tester.Go_outside'
  30.  
  31. InsultSound(0)=Sound'KF_SoundTest.Tester.Insult_Specimens'
  32. InsultSound(1)=Sound'KF_SoundTest.Tester.Insult_players'
  33.  
  34. AutomaticSound(0)=Sound'KF_SoundTest.Tester.Auto_Welding'
  35. AutomaticSound(1)=Sound'KF_SoundTest.Tester.Auto_Unwelding'
  36. AutomaticSound(2)=Sound'KF_SoundTest.Tester.Auto_Reloading'
  37. AutomaticSound(3)=Sound'KF_SoundTest.Tester.Auto_Out_of_Ammo'
  38. AutomaticSound(4)=Sound'KF_SoundTest.Tester.Auto_Drop_Cash'
  39. AutomaticSound(5)=Sound'KF_SoundTest.Tester.Auto_Healing'
  40. AutomaticSound(6)=Sound'KF_SoundTest.Tester.Auto_Dying'
  41. AutomaticSound(7)=Sound'KF_SoundTest.Tester.BloatPuking'
  42. AutomaticSound(8)=Sound'KF_SoundTest.Tester.PatriarchInvisible'
  43. AutomaticSound(9)=Sound'KF_SoundTest.Tester.PatriarchChainGun'
  44. AutomaticSound(10)=Sound'KF_SoundTest.Tester.PatriarchRockets'
  45. AutomaticSound(11)=Sound'KF_SoundTest.Tester.GrabbedByClot'
  46. AutomaticSound(12)=Sound'KF_SoundTest.Tester.SpottedFleshpound'
  47. AutomaticSound(13)=Sound'KF_SoundTest.Tester.SpottedGorefast'
  48. AutomaticSound(14)=Sound'KF_SoundTest.Tester.SpottedScrake'
  49. AutomaticSound(15)=Sound'KF_SoundTest.Tester.SpottedSiren'
  50. AutomaticSound(16)=Sound'KF_SoundTest.Tester.SirenAfterScream'
  51. AutomaticSound(17)=Sound'KF_SoundTest.Tester.StalkerUncloaks'
  52. AutomaticSound(18)=Sound'KF_SoundTest.Tester.SpottedCrawler'
  53. AutomaticSound(19)=Sound'KF_SoundTest.Tester.KilledStalkerMelee'
  54. AutomaticSound(20)=Sound'KF_SoundTest.Tester.EnemyBurnedToDeath'
  55. AutomaticSound(21)=Sound'KF_SoundTest.Tester.SwitchToDBShotgun'
  56. AutomaticSound(22)=Sound'KF_SoundTest.Tester.SwitchToDualHandcannon'
  57. AutomaticSound(23)=Sound'KF_SoundTest.Tester.SwitchToLAW'
  58. AutomaticSound(24)=Sound'KF_SoundTest.Tester.SwitchToAxe'
  59. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement