I'm trying to add some custom sound effects for some new primary weapons I created, but it seems sounds.tbl doesn't want me to add them. I added the following:
$Name: 161 BT_dwn_6.wav, 0, 0.70, 2, 2000, 3000 ; T_AntiFtr warm down
;; Burning Heaven sounds
$Name: 162 l_light.wav, 0, 0.50, 1, 50, 400 ; ML10 Laser fired (3d sound)
$Name: 163 l_50mm.wav, 0, 0.50, 1, 50, 400 ; 50 MM fired (3d sound)
;; Burning Heaven sounds
$Name: 164 Empty, 0, 0.50, 0
There's no way to modify the table, so I'm obviously trying to replace sounds.tbl. I remember reading somewhere that sounds.tbl is tricky and likes to ignore overwrites. The weapons themselves work fine with retail sounds, so that removes the chance of it being the weapon's fault. Any ideas on how to get this working?