The engine loads 108 named sound effects from the WAD. The sounds are referred to in the dehacked lump by number. Every thing has five sounds associated with it which can be assigned by the lump.

Thing 2 (Trooper)
Alert sound = 39
Attack sound = 12
Pain sound = 27
Death sound = 62
Action sound = 76

Generalization

Boom defines a specific set of situations where a thing will make one of its five sounds. In addition, many functions make sounds of their own, and there are functions that exist only to make sounds as part of the thing behavior script like A_HOOF and A_METAL.

Appendix A: List of Sounds by Number

  1. sfx_None
  2. sfx_pistol
  3. sfx_shotgn
  4. sfx_sgcock
  5. sfx_dshtgn
  6. sfx_dbopn
  7. sfx_dbcls
  8. sfx_dbload
  9. sfx_plasma
  10. sfx_bfg
  11. sfx_sawup
  12. sfx_sawidl
  13. sfx_sawful
  14. sfx_sawhit
  15. sfx_rlaunc
  16. sfx_rxplod
  17. sfx_firsht
  18. sfx_firxpl
  19. sfx_pstart
  20. sfx_pstop
  21. sfx_doropn
  22. sfx_dorcls
  23. sfx_stnmov
  24. sfx_swtchn
  25. sfx_swtchx
  26. sfx_plpain
  27. sfx_dmpain
  28. sfx_popain
  29. sfx_vipain
  30. sfx_mnpain
  31. sfx_pepain
  32. sfx_slop
  33. sfx_itemup
  34. sfx_wpnup
  35. sfx_oof
  36. sfx_telept
  37. sfx_posit1
  38. sfx_posit2
  39. sfx_posit3
  40. sfx_bgsit1
  41. sfx_bgsit2
  42. sfx_sgtsit
  43. sfx_cacsit
  44. sfx_brssit
  45. sfx_cybsit
  46. sfx_spisit
  47. sfx_bspsit
  48. sfx_kntsit
  49. sfx_vilsit
  50. sfx_mansit
  51. sfx_pesit
  52. sfx_sklatk
  53. sfx_sgtatk
  54. sfx_skepch
  55. sfx_vilatk
  56. sfx_claw
  57. sfx_skeswg
  58. sfx_pldeth
  59. sfx_pdiehi
  60. sfx_podth1
  61. sfx_podth2
  62. sfx_podth3
  63. sfx_bgdth1
  64. sfx_bgdth2
  65. sfx_sgtdth
  66. sfx_cacdth
  67. sfx_skldth
  68. sfx_brsdth
  69. sfx_cybdth
  70. sfx_spidth
  71. sfx_bspdth
  72. sfx_vildth
  73. sfx_kntdth
  74. sfx_pedth
  75. sfx_skedth
  76. sfx_posact
  77. sfx_bgact
  78. sfx_dmact
  79. sfx_bspact
  80. sfx_bspwlk
  81. sfx_vilact
  82. sfx_noway
  83. sfx_barexp
  84. sfx_punch
  85. sfx_hoof
  86. sfx_metal
  87. sfx_chgun
  88. sfx_tink
  89. sfx_bdopn
  90. sfx_bdcls
  91. sfx_itmbk
  92. sfx_flame
  93. sfx_flamst
  94. sfx_getpow
  95. sfx_bospit
  96. sfx_boscub
  97. sfx_bossit
  98. sfx_bospn
  99. sfx_bosdth
  100. sfx_manatk
  101. sfx_mandth
  102. sfx_sssit
  103. sfx_ssdth
  104. sfx_keenpn
  105. sfx_keendt
  106. sfx_skeact
  107. sfx_skesit
  108. sfx_skeatk
  109. sfx_radio

Boom Engine Back to shrines