ID: 10-T Guide to Setting up Voice Commanderr menu

Shout-Out

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 44
  1. #1
    drew77's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ID: 10-T Guide to Setting up Voice Commanderr

    This guide is for Alkhara Majere's Voice Commander- http://www.mmowned.com/forums/bots-p...commander.html

    This is the 3rd time I've tried writing this thing...every time I get about 1/2 way done, something happens and I lose everything

    Downloads:
    Voice Commander | Curse
    http://download.microsoft.com/downlo...peechSDK51.exe
    WoWInterface Downloads : Graphic UI Mods : BindPad - GUI to set keybindings for spell/item/macro

    1. Download everything above

    2. Unzip voice-commander-1-30.zip to the location of your choice

    3. Run SpeechSDK51.exe

    4. Open Start Menu, Control Panel



    5. Open Sound, Speech, and Audio Devices



    6. Open Speech



    7. Select Audio Input



    8. If you are using a standard Headset Mic. through your sound card leave it on preferred audio input
    - If you are using a USB or other headset select "Use this audio input device" and select your's from the list and press OK



    9. Now select "New" on recognition profiles



    10. Name your profile and select Next



    11. Follow the directions to configure your microphone and train the wizard for the first time

    Now that your recognition profile is set-up we're going to set-up in game macro's and key bindings

    1. Unzip BindPad_1.7.0.zip to ?\World of Warcraft\Interface\AddOns

    2. Load WoW and make sure that BindPad is listed in your addons then log on to the toon you're wanting to control with VC.

    3. Type /bindpad to open the bindpad gui and select the spell-book or macro tab at the bottom of the screen and start dragging spells and macros to bindpad



    4. Start Clicking on each item in bindpad and assigning your keybinds (i.e. ctrl-a, shift-b, alt-c...etc) If a binding is already being used it will tell you...just click "Unbind" and select another binding.
    -make sure you write down each of these for later use

    5. Also setup some targeting macros like:

    /assist (assign shift-a)
    /focus (assign shift-f)
    /targetfocus (assign ctrl-f)
    /cleartarget (assign shift-t)
    /clearfocus (assign shift-c)

    -and put key-bindings on them as well

    Now we're ready to write a basic voicecommandfile.txt
    -command files are actually pretty easy...most commands follow a command:action syntax where command is what you say and action is what it does.
    -or a _call:action syntax where call is an unspoken command to be used in a {call:_call} syntax or {if#:_call1:_call2} where it checks the variable of # and if true it does _call1 or false _call2.
    -the action syntax is handled by either direct input (a-z, 1-0) pre-assigned keys {ctrl}{shift}{alt} or virtual keys {vkdown:$#}{vkup:$#} where down presses the key and up releases it (# is the hex-code of the virtual key) the complete list of hexcodes is in the vkcodes.rtf file contained in the voice commander folder.

    Let's start writing our commandfile (this setup is assuming you want to dual-box and control a 2nd char without mouse or keyboard)

    1. For movement copy this into your .txt (I use numpad / for my follow key)

    #move
    _forwardstop:{vkup:$57}
    _backstop:{vkup:$53}
    forward:{if1::_backstop}{vkdown:$57}{var1:true}
    back:{if1:_forwardstop:}{vkdown:$53}{var1:false}
    stop:{if1:_forwardstop:_backstop}
    left:{vkdown:$41}{delay:2}{vkup:$41}
    right:{vkdown:$44}{delay:2}{vkup:$44}
    strafe left:{vkdown:$51}{delay:2}{vkup:$51}
    strafe right:{vkdown:$45}{delay:2}{vkup:$45}
    jump:{vkdown:$20}{delay:1}{vkup:$20}
    follow:{vkdown:$6f}{vkup:$6f}

    2. For basic targeting:

    me:{vkdown:$71}{vkup:$71}
    self:{vkdown:$70}{vkup:$70}
    assist:{shift}a
    focus:{shift}f
    target focus:{ctrl}f
    clear target:{shift}t
    clear focus:{shift}c

    3. Now for Attacks and Heal's / Buff's
    -we'll pretend you're using a priest and assigned the keybinds listed below

    heal:{ctrl}h
    bubble:{ctrl}b
    attack:1
    shoot:2
    bandage:{shift}b
    mana pot:{ctrl}m
    heal pot:{shift}h
    eat:{ctrl}e
    drink{ctrl}d

    Those are the basics for writing a file...
    if you were to say heal me vc would have the priest cast heal and select you as target or bubble self would cast bubble on himself

    Now to load VC and load our commandfile:
    make sure the WoW box you want to control with VC is loaded and in windowed mode

    1. Start VC and go to File, Load



    2. Select your voicecommandfile from the list (i.e. priest.txt)

    3. Select Options, Set Focus



    4, When the Set Focus window pops...select ok and then click on the WoW box you want to control.



    5. After 10 sec you should hear a sound...and VC should pop up a window saying that focus has been set to World of Warcraft

    6. Minimize that box and open the WoW box you'll be controlling with your keyboard and mouse.

    You're ready to go!!!

    -note if you don't set focus VC will default to whatever window is currently selected
    Attached Thumbnails Attached Thumbnails ID: 10-T Guide to Setting up Voice Commanderr-speechproperties1-jpg   ID: 10-T Guide to Setting up Voice Commanderr-speechproperties2-jpg   ID: 10-T Guide to Setting up Voice Commanderr-startmenu-jpg   ID: 10-T Guide to Setting up Voice Commanderr-vcoptionnsmenu-jpg   ID: 10-T Guide to Setting up Voice Commanderr-vcsetfocus-jpg  

    ID: 10-T Guide to Setting up Voice Commanderr-vcfileload-jpg  
    Last edited by drew77; 06-03-2008 at 12:00 AM.

    ID: 10-T Guide to Setting up Voice Commanderr
  2. #2
    Alkhara Majere's Avatar Member
    Reputation
    948
    Join Date
    Jul 2006
    Posts
    2,642
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great guide, attachments approved ect.

  3. #3
    auzy's Avatar Member
    Reputation
    9
    Join Date
    May 2007
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OMG that was a fabulous guide it helped me so much!
    +rep
    Last edited by auzy; 12-15-2007 at 06:43 PM. Reason: +rep
    Merry Christmas!

  4. #4
    tantan92's Avatar Member
    Reputation
    4
    Join Date
    Jun 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OMG this program kicks ass, i was like :O "wow"... to bad i dont have 2 accounts ^^

  5. #5
    drew77's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Voice Commander isn't just for running 2 toons at the same time...

    1. You can use it to control your pet/minion if you're a hunter or warlock.

    2. You can use it to perform any macro or spell in your books...if you've used BindPad this can open alot of space.

    3. You can write cast sequences that perform off of a single command...warlocks can use all of there DoTs or Shamans could lay down one of each type of totem etc.
    -If you use the addon's in my "Bot" post you can turn these sequences into macro's of there own and hang up your headset.

    4. You can create a basic "Bot" see http://www.mmowned.com/forums/bots-p...commander.html

    5. And more....VC is only as limited as the forms of audio input you can send it's way.

  6. #6
    maxaki's Avatar Active Member
    Reputation
    65
    Join Date
    Feb 2007
    Posts
    34
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice! +reph

  7. #7
    anazei's Avatar Member
    Reputation
    3
    Join Date
    Dec 2007
    Posts
    37
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it says in the readme that it doesn't work with windows vista... is this correct? :/

  8. #8
    drew77's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    that is correct...the speech api in vista isn't compatible with voice commander and unfortunately you can't downgrade to the xp speech api

    I don't know if it's possible with vista...but you can dual boot xp and 98...you might be able to do vista and xp?
    Last edited by drew77; 12-16-2007 at 08:21 PM.

  9. #9
    yoyoyo's Avatar Active Member
    Reputation
    35
    Join Date
    Nov 2006
    Posts
    106
    Thanks G/R
    3/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    omg thanks your the best i tried downloading it a while ago........nothing happend this really helped thanks =)
    Harambe is a dead meme

  10. #10
    yoyoyo's Avatar Active Member
    Reputation
    35
    Join Date
    Nov 2006
    Posts
    106
    Thanks G/R
    3/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i get "Could not load command file!Check Syntax"
    Harambe is a dead meme

  11. #11
    auzy's Avatar Member
    Reputation
    9
    Join Date
    May 2007
    Posts
    86
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol, I like how the title is ID:10-T ~~ IDIOT guide
    Nice guide, works so well, I got everything working nice
    and all that, its awesome thanks so much and Merry
    Christmas!!
    Merry Christmas!

  12. #12
    drew77's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by yoyoyo View Post
    i get "Could not load command file!Check Syntax"
    are you writing it using notepad and saving it as a .txt?

    if so post the contents of your file and i'll see if i can spot what you're doing wrong

  13. #13
    Beacon's Avatar Member
    Reputation
    1
    Join Date
    Mar 2007
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This is cool, but it seems to take a couple of seconds to do it? How can I speed it up?

  14. #14
    drew77's Avatar Member
    Reputation
    30
    Join Date
    Oct 2007
    Posts
    204
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Beacon View Post
    This is cool, but it seems to take a couple of seconds to do it? How can I speed it up?
    After you've set up your speech profile click on the settings button on the Speech Properties window...move the Accuracy vs. Recognition slider towards Low/Fast.

    This will speed up the program's response time but unfortunately lower it's accuracy.

    You may have to do additional training sessions...I'd also make sure you don't have any commands that sound alike.

  15. #15
    [Pat]'s Avatar Contributor
    Reputation
    96
    Join Date
    Jan 2008
    Posts
    447
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    any chance you could config a rogue one because i can't figure it out /sigh

    back stab = 1
    sinister strike = 2
    gouge = 3
    eviscerate = 4
    kick= 5
    distract= 6
    kidney shot = 7
    rupture = 8
    blind = 9
    stealth = 0

Page 1 of 3 123 LastLast

Similar Threads

  1. [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Advanced Guide]
    By Absolute Zero in forum WoW EMU Guides & Tutorials
    Replies: 93
    Last Post: 03-08-2008, 08:47 PM
  2. The Complete Guide On Setting Up Your Own AC-Web Server! (Guide Downloads)
    By Absolute Zero in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 02-13-2008, 10:49 AM
  3. [Guide] The Complete Guide On Setting Up Your Own AC-Web Server! [Simple Guide]
    By Absolute Zero in forum WoW EMU Guides & Tutorials
    Replies: 88
    Last Post: 01-26-2008, 04:55 PM
  4. [Guide] Sveglia: Set your bot to start itself.
    By jonoboo in forum World of Warcraft Bots and Programs
    Replies: 9
    Last Post: 01-22-2008, 10:32 AM
  5. Another guide to setting up an AC-web server
    By nickelo in forum World of Warcraft Emulator Servers
    Replies: 15
    Last Post: 01-05-2008, 01:51 PM
All times are GMT -5. The time now is 01:04 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search