Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 32

Thread: Ventrilo Push to Talk Script

  1. #11
    Join Date
    Mar 2006
    Beans
    222

    Re: Ventrilo Push to Talk Script

    Quote Originally Posted by dardack View Post
    Don't know if anyone else has this luck. But I don't need this script, my push to talk as long as i'm in a wine window, ie WoW, push to talk works for me. I am using 1.14 of wine.
    The purpose of this script is to enable the use of push-to-talk when you don't have a Wine window active.

    Push-to-talk has always worked with a Wine window active.

  2. #12
    Join Date
    Jun 2007
    Beans
    342

    Re: Ventrilo Push to Talk Script

    My bad. And no it hasn't, back pre 1.0 days, I had an old script (found on the Gentoo WIKI) that enabled push to talk for wine. Sorry I misunderstood.

  3. #13
    Join Date
    Mar 2009
    Beans
    1

    Re: Ventrilo Push to Talk Script

    This is great, I finally have vent PTT working, thanks!

    However, if I wanted to change my PTT key to something else, what do I do? If I run the .py file it just loads up my last setting.

  4. #14
    Join Date
    Mar 2006
    Beans
    222

    Re: Ventrilo Push to Talk Script

    Quote Originally Posted by airu View Post
    This is great, I finally have vent PTT working, thanks!

    However, if I wanted to change my PTT key to something else, what do I do? If I run the .py file it just loads up my last setting.
    If you exit the script via Ctrl+C it will delete the settings file. If you want to do it manually just delete the .pyvent.pkl file from your home directory.

  5. #15
    Join Date
    Mar 2009
    Beans
    1

    Re: Ventrilo Push to Talk Script

    Works like a charm, thank you Nate!!

    (Using vent through codeweavers' crossover office and followed the instructions on the starting post for this thread.)
    Last edited by rogerSync; March 19th, 2009 at 08:02 PM. Reason: added my setup.

  6. #16
    Join Date
    Apr 2009
    Beans
    3

    Re: Ventrilo Push to Talk Script

    Important to note, you must have a working microphone setup in vent for your PTT to work

    Also anyone know a good way to run this script when i first start Vent so i dont have to fire the script manually?

  7. #17
    Join Date
    May 2008
    Beans
    20

    Re: Ventrilo Push to Talk Script

    Quote Originally Posted by infinitevalence View Post
    Important to note, you must have a working microphone setup in vent for your PTT to work

    Also anyone know a good way to run this script when i first start Vent so i dont have to fire the script manually?
    What i did was;
    Code:
    sudo gedit /usr/bin/vent
    xmodmap -e "clear Lock"
    cd /home/enes/Ventrilo
    wine Ventrilo.exe &
    PID="$!"
    sleep 1
    pyvent.py 2 66 &
    wait $PID
    pkill -f pyvent.py

    Code:
    sudo chmod +x /usr/bin/vent
    I use caps lock, first line makes caps lock key to not be able to change caps status
    My pyvent.py is also in /usr/bin folder.

  8. #18
    Join Date
    Apr 2009
    Beans
    2

    Re: Ventrilo Push to Talk Script

    For some reason, when I'm prompted to press a key, nothing happens... nothing at all.

    I have a logitec G5 and an IBM Model M keyboard, but I can never get any output...

    joker@Monolith:~$ cd ./Documents
    joker@Monolith:~/Documents$ python2.5 pyvent.py

    Required arguments not supplied so
    will run findkey.

    Running findkey...
    Press the key or mouse button you wish to
    have as your PTT and findkey will tell you
    the command to execute.
    Press Ctrl-C to exit.
    ^C
    Bye.
    joker@Monolith:~/Documents$

  9. #19
    Join Date
    Mar 2006
    Beans
    222

    Re: Ventrilo Push to Talk Script

    Quote Originally Posted by Joker722 View Post
    For some reason, when I'm prompted to press a key, nothing happens... nothing at all.

    I have a logitec G5 and an IBM Model M keyboard, but I can never get any output...

    joker@Monolith:~$ cd ./Documents
    joker@Monolith:~/Documents$ python2.5 pyvent.py

    Required arguments not supplied so
    will run findkey.

    Running findkey...
    Press the key or mouse button you wish to
    have as your PTT and findkey will tell you
    the command to execute.
    Press Ctrl-C to exit.
    ^C
    Bye.
    joker@Monolith:~/Documents$
    What version of Ubuntu are you using?

  10. #20
    Join Date
    Apr 2009
    Beans
    2

    Re: Ventrilo Push to Talk Script

    Kubuntu Jaunty

Page 2 of 4 FirstFirst 1234 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •