push-to-talk bug

Help with using HLDJ
Post Reply
wildbean98
Game DJ
Posts: 3
Joined: Tue May 24, 2011 7:09 pm

push-to-talk bug

Post by wildbean98 »

The program mostly works in L4D2 but there's an annoying bug. When I change the sound in console sometimes my push to talk button triggers the audio. I have it bound to F5 and I have to hit that one or two times for it to stop. It's super annoying when I switch sounds then try to talk and the sound plays instead of letting me talk. Any work arounds would be appreciated. On Win 7 x64.
Renegade
HLDJ Developer
HLDJ Developer
Posts: 1500
Joined: Sat Mar 01, 2008 2:02 pm
Contact:

Re: push-to-talk bug

Post by Renegade »

Your play audio key works as a toggle: you need to hit once to activate it, and hit it again to deactivate it.

You can change this behaviour to push-to-transmit instead through some scripiting:

Code: Select all

    alias +myhldjptt hldj_playaudio_on
    alias -myhldjptt hldj_playaudio_off
    bind <KEY> +myhldjptt
wildbean98
Game DJ
Posts: 3
Joined: Tue May 24, 2011 7:09 pm

Re: push-to-talk bug

Post by wildbean98 »

Thanks. I guess it was just me misunderstanding usage. I'll try the script too.
Post Reply