Deep Bot - Twitch Streamer Assistant

Deep Bot => Feature Requests => Topic started by: xxxScorpion on July 14, 2017, 07:52:04 PM

Title: Shortcut Keys for commands.
Post by: xxxScorpion on July 14, 2017, 07:52:04 PM
I'd like shortcut keys to be added for commands or at least a few options for it in the master settings. Currently I want a command to activate at a moments notice and in current time not stream lagged time (therefore having viewers activate it would put it 30 seconds behind from the event that I wanted it to follow). As an example I used to use a death counter program that I could add or subtract but using a hot key of my choice.
Title: Re: Shortcut Keys for commands.
Post by: TheNumbLock on July 14, 2017, 08:17:11 PM
Easy to do this, just need a 3rd party program like voiceattack.

http://wiki.deepbot.tv/voiceattack
Title: Re: Shortcut Keys for commands.
Post by: xxxScorpion on July 14, 2017, 10:41:16 PM
The listening is working and I've added my API as showed http://deepbot.deep.sg/forums/index.php?topic=4486.0 (http://deepbot.deep.sg/forums/index.php?topic=4486.0) to CommandCLI.exe.config. Nothing is being triggered in deepbot though neither through key press or voice recognition. Any ideas? I had to generate my API as there wasnt one at first. also in the commandcli.exe.config it didn't look like it did in the guide. it instead had...

  </setting>
      <setting name="api_key" serializeAs="String">
        <value>
      </value>

      </setting>
    </CommandCLI.Properties.CommandCLI>
    <CommandCLI.CommandCLI>
      <setting name="ip" serializeAs="String">
        <value>127.0.0.1</value>
      </setting>
      <setting name="api_key" serializeAs="String">
        <value>xxxxx</value>
      </setting>
    </CommandCLI.CommandCLI>
  </userSettings>
</configuration>

I changed it to

  </setting>
      <setting name="api_key" serializeAs="String">
        <value>And put my API here</value>
      </setting>
    </CommandCLI.Properties.CommandCLI>
    <CommandCLI.CommandCLI>
      <setting name="ip" serializeAs="String">
        <value>127.0.0.1</value>
      </setting>
      <setting name="api_key" serializeAs="String">
        <value>xxxxx</value>
      </setting>
    </CommandCLI.CommandCLI>
  </userSettings>
</configuration>
Title: Re: Shortcut Keys for commands.
Post by: TheNumbLock on July 14, 2017, 11:23:22 PM
Interesting. Maybe put your API key where it says to? Even if there is more than one spot. I haven't used voiceattack in a while, but I will try it when I get home from work. Maybe an update to voiceattack broke it, so it no longer works with commandcli.exe