Author Topic: Vox a good replacment for my game commander  (Read 13906 times)

0 Members and 1 Guest are viewing this topic.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Vox a good replacment for my game commander
« Reply #15 on: November 23, 2011, 09:03:35 PM »
I have got a working plugin now and have tested it on Elder Scrolls V (Skyrim) and it seems to work perfectly. (windows 7 x64)

I don't have any other games installed at the moment to test it on.

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Vox a good replacment for my game commander
« Reply #16 on: November 24, 2011, 03:56:28 AM »
I have got a working plugin now and have tested it on Elder Scrolls V (Skyrim) and it seems to work perfectly. (windows 7 x64)

I don't have any other games installed at the moment to test it on.
James, I can test it with Battelefield 2 from EA-Games.
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Vox a good replacment for my game commander
« Reply #17 on: November 24, 2011, 08:05:47 AM »
Thanks Kalle.  Does that game that work with the the VC  "InputKeys" command?

Unzip the attached into your plugins folder.

Here's a list of key names: http://voxcommando.com/mediawiki/index.php?title=DxInput

for simple keypresses you just put the keyname as the parameter.

example:

DxInput.KeyPress W
DxInput.KeyPress BackSpace

for a keycombination you use the first parameter for the modifier keys and the second for the keys, but you put each each in {}

so to open task manager, Ctrl-Shift-Esc you use:

DxInput.KeyCombo      {LeftControl{LeftShift}          {Escape}
« Last Edit: November 24, 2011, 03:50:00 PM by jitterjames »

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Vox a good replacment for my game commander
« Reply #18 on: November 24, 2011, 08:21:29 AM »
Thanks Kalle.  Does that game that work with the the VC  "InputKeys" command?

Unzip the attached into your plugins folder.

Here's a list of command names: http://voxcommando.com/mediawiki/index.php?title=DxInput

for simple keypresses you just put the keyname as the parameter.

example:

DxInput.KeyPress W
DxInput.KeyPress BackSpace

for a keycombination you use the first parameter for the modifier keys and the second for the keys, but you put each each in {}

so to open task manager, Ctrl-Shift-Esc you use:

DxInput.KeyCombo      {LeftControl{LeftShift}          {Escape}
Ok, thanks - this wil take a while
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Vox a good replacment for my game commander
« Reply #19 on: November 24, 2011, 08:28:08 AM »
no rush. :)

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Vox a good replacment for my game commander
« Reply #20 on: November 24, 2011, 08:53:37 AM »
Here's a group with enough commands for testing.  Obviously for games you would want to create custom commands.

Put DxModKeys.xml and DxKeys.xml in your payloads folder

then import the group VcGrp...xml into VC

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Vox a good replacment for my game commander
« Reply #21 on: November 25, 2011, 02:42:25 PM »
no rush. :)
Hi James, a short review for dxinput.key actions:

1. In game Battlefield 2 (EA-Games) the DxInput.KeyDown works perfect  ;D
2. The DxInput.KeyPress doesn't work in EA-Games

I will test it in Battlefield 3 next time  ;)

the keycombo (taskmanger, switch window) works also

Kalle
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Vox a good replacment for my game commander
« Reply #22 on: November 25, 2011, 03:16:06 PM »
keydown works but not keypress.  It sounds like we need a slight delay since keypress is equivalent to keydown, followed by keyup.

please try this new version of the plugin when you get the time.  It has an option to set the delay (pause) for keypress.

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Vox a good replacment for my game commander
« Reply #23 on: November 25, 2011, 03:34:39 PM »
keydown works but not keypress.  It sounds like we need a slight delay since keypress is equivalent to keydown, followed by keyup.

please try this new version of the plugin when you get the time.  It has an option to set the delay (pause) for keypress.
Yep, that is it, it work with a delay up to 18  ;D

Improtant: -The DxInput-plugin emulate US/EN-Keyboard Layout-
« Last Edit: November 26, 2011, 07:20:10 PM by Kalle »
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Vox a good replacment for my game commander
« Reply #24 on: November 25, 2011, 03:37:47 PM »
excellent.  thanks for testing so fast and letting me know!

Hopefully others will find this plugin useful for a wide variety of games. We will see...

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Vox a good replacment for my game commander
« Reply #25 on: November 25, 2011, 03:46:50 PM »
excellent.  thanks for testing so fast and letting me know!

Hopefully others will find this plugin useful for a wide variety of games. We will see...
No problem, I think this plugin works with the most games.
We can start a challenge with game commands.

Kalle
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Vox a good replacment for my game commander
« Reply #26 on: November 25, 2011, 03:57:24 PM »
OK, I challenge you to test it with Battlefield 3.  >:D

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Vox a good replacment for my game commander
« Reply #27 on: November 25, 2011, 04:04:35 PM »
OK, I challenge you to test it with Battlefield 3.  >:D
Haha, challenge is the wrong word   :bonk, I meant a contest
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Vox a good replacment for my game commander
« Reply #28 on: November 25, 2011, 06:05:14 PM »
it is a fine word.  I am just having fun.  It means about the same thing.

OK a contest to see who can test it with  Battlefield 3 first!  ::zzz

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Vox a good replacment for my game commander
« Reply #29 on: November 25, 2011, 06:13:41 PM »
it is a fine word.  I am just having fun.  It means about the same thing.

OK a contest to see who can test it with  Battlefield 3 first!  ::zzz
Ok, I test it in few days  ;)
***********  get excited and make things  **********