I don't know how rooted in things go in regards to the sounds.tbl, but for game sound effects, would it be possible to have a direct entry in the ships or weapons tbls, instead of only references to the sounds.tbl?
Obviously, I don't want to replace the sounds.tbl entirely (for backwards compatibility), but sometimes 192 entries just isn't enough.
As for what this direct entry would look like, I thought that it would be the same as a file entry in the sounds.tbl, just without a unique signature.
Example: This is the current entry for a file in the sounds.tbl:
$Name: 0, , 0, 0.70, 1, 10, 800;comments go out here
For the sound entry in the ships or weapons tbl, I'd have this:
$LaunchSnd: 76 ;normal ref to sounds.tbl
$ImpactSnd: MANUAL ;tells it to look here for the sound data
+SoundData: (", 0, 0.70, 1, 10, 800") ;identical to sounds.tbl entry, just without the sound signature
For sounds under the $BeamInfo: section, it'd essentially be the same, although I don't know what the prefix for a sub-subentry is.

Alright, you're all free to explain why this wouldn't work.
