Guide to downloading, installing, and setting up My Voice Controller menu

Shout-Out

User Tag List

Results 1 to 6 of 6
  1. #1
    stepp94's Avatar Member
    Reputation
    3
    Join Date
    May 2009
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Guide to downloading, installing, and setting up My Voice Controller

    Alright, so I've seen a few (outdated) posts on how to setup My Voice Controller (or some variation or the program) around the site, but I've yet to see a complete guide on how to 1) Setup the program and it's prerequisites, 2) Setup WoW for use with My Voice Controller, and 3) Write your first script... so I decided to write one! Enjoy!

    Section 1... Downloading and installing My Voice Controller and the prerequisites
    1. Download and install Microsoft .NET Framework 3.5
    2. Download and install the Microsoft Speech API (skip this step if you’re running Vista)
    3. Download and install AutoIt v3
    4. Finally, download and install the latest MVC version of My Voice Controller


    Section 2... Setting up WoW for use with My Voice Controller
    1. Download and install the BindPad addon or any other keybinding addon you wish to use


    After installing BindPad/your keybinding addon, log in to the game and bind every spell, macro, item etc to a key or a key with a modifier key such as ALT, CTRL, or SHIFT. According to your voice commands, these will be the keys which My Voice Controller simulates when called upon. I usually bind all of my primary attacks, items (such as your Hearthstone, mount, etc), spell macros, and anything else I find I may need when using My Voice Controller. Here's a screenshot of my BindPad GUI and a screenshot of my actionbars.

    Once you've finished setting up your keybindings, move on to the next section...

    Section 3... Writing your first My Voice Controller profile/script

    My voice Controller uses .MVC files to associate voice commands with keybindings. Setting up a .MVC file is fairly simple once you get the hang of it. Essentially, all profiles/scripts will follow the below format...

    Code:
    !FORMAT=|(:)
    
    #COMMANDS
    <VOICE COMMAND>|(FUNCTION:KEY)
    So, for example, if you wanted to bind the words "icy touch" to key "ALT+1", "plague strike" to key "SHIFT+1", "heart strike" to key "CTRL+1", and "death grip" to key "T" the code would look like this...

    Code:
    !FORMAT=|(:)
    
    #COMMANDS
    icy touch|(sendtext:%1)
    plague strike|(sendtext:+1)
    heart strike|(sendtext:^1)
    death grip|(sendkey:t)
    As you can see, "%" denotes the modifier key "ALT", "^" denotes "CTRL", and "+" denotes "SHIFT." "sendtext" must be used for keys with modifiers whereas you can simply use "sendkey" for keys without modifiers. Below is a list of commands I use for my Death Knight...

    Code:
    !FORMAT=|(:)
    
    #COMMANDS
    chains|(sendtext:+t)
    grip|(sendkey:t)
    plague strike|(sendkey:1)
    icy touch|(sendkey:2)
    heart strike|(sendkey:3)
    death strike|(sendkey:4)
    blight|(sendkey:q)
    coil|(sendkey:f)
    interrupt|(sendkey:x)
    
    army|(sendtext:%a)
    ghoul|(sendtext:%r)
    horn|(sendtext:%h)
    
    mount|(sendtext:%m)
    path|(sendtext:%f)
    flying mount|(sendtext:+m)
    eat|(sendtext:+f)
    hearth|(sendtext:+h)
    death gate|(sendtext:%d)
    Alright, that's the basics. There's MUCH more you can do with this program, but unfortunately I don't have time to cover it all right now. If wish to see more, please visit the online help file/documentation to see all that you can do with this program. Once you understand the basics which I've shown you above you'll be able to understand the more advanced stuff.

    Good luck!
    -Adam

    Guide to downloading, installing, and setting up My Voice Controller
  2. #2
    stepp94's Avatar Member
    Reputation
    3
    Join Date
    May 2009
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    So I suppose no one found this useful? Meh, oh well. :P

  3. #3
    zutto's Avatar Active Member
    Reputation
    39
    Join Date
    Aug 2007
    Posts
    210
    Thanks G/R
    3/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    why someone would even use this =/
    drugs are baad kids.. m'kay.

  4. #4
    Sensisativa's Avatar Contributor
    Reputation
    151
    Join Date
    Feb 2008
    Posts
    551
    Thanks G/R
    1/7
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zutto View Post
    why someone would even use this =/
    I've used a program very similar to this before.

    Comes in handy when grinding with 2 accounts, I used the voice to control my pocket healer.

    Next time they bump the level cap I'll be using this again.

    Edit nice guide btw, rep.

    I think it would have gotten a better response in the Guide section imo.
    Last edited by Sensisativa; 05-30-2009 at 05:33 PM.
    "A friend in need is a friend indeed, but a friend with weed is better"

  5. #5
    stepp94's Avatar Member
    Reputation
    3
    Join Date
    May 2009
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zutto View Post
    why someone would even use this =/
    As was stated above, I use it for controlling either my death knight or my druid so I can both heal and dps at the same time. Useful for battlegrounds as you basically just setup commands for follow, assist, etc etc.

  6. #6
    Adokul's Avatar Banned
    Reputation
    1
    Join Date
    May 2009
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ive used one before,
    a bit glitchy

Similar Threads

  1. The Ultimate Ppather + Glider Install and Setup guide!
    By phorentez in forum World of Warcraft Bots and Programs
    Replies: 23
    Last Post: 02-25-2009, 03:08 PM
  2. GUIDE - Compile and Set Up Ascent Youself!
    By somguynamedmason in forum WoW EMU Guides & Tutorials
    Replies: 9
    Last Post: 06-03-2008, 08:39 AM
  3. Replies: 11
    Last Post: 01-27-2008, 04:19 AM
  4. [Guide] How to install and play World of Warcraft on Linux uBuntu
    By [ Prototype ] in forum World of Warcraft Guides
    Replies: 20
    Last Post: 01-26-2008, 05:25 PM
  5. Replies: 2
    Last Post: 12-24-2007, 06:01 AM
All times are GMT -5. The time now is 11:59 AM. 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