The SNDINFO in gzdoom.pk3 has the following line:
Code: Select all
$alias misc/keytry *usefail
However, there is also a player sound called *keytry that I found quite by accident (it's not used in gzdoom.pk3's SNDINFO files as far as I can tell and it's not in the wiki either - so I was actually about to request one - but I gave it a go and it worked).
Anyway, I feel that it would make more sense for the line to read
Code: Select all
$alias misc/keytry *keytry
Code: Select all
$playersound player male *keytry dsnoway
$playersound player female *keytry dsfnoway
$playersound player other *keytry dscnoway
For completion's sake, there probably should also be a neutral voice defined in there. I don't see it in any of the gzdoom.pk3 files (though it works perfectly well if a user defines a SNDINFO in their own mod).