Can Venom X be used with Titan One

Gtuner Plugins support. MaxAim, MaxRemapper, Combo Magick, Game Rec.

Re: Can Venom X be used with Titan One

Postby oezil10 » Mon Sep 05, 2016 10:38 am

Hi,

thanks for update, in meanwhile I decided to switch to xim4 (waiting for package) :)

I believe xenom x and t1 is a minor case, not many user would go with such a combo but looking forward to t2 I would love to see that this device will communicate well with variety of the products without any issues.

Keeping thumbs for you to make it happen!

Br,
Oezil
oezil10
Sergeant First Class
Sergeant First Class
 
Posts: 23
Joined: Mon Oct 12, 2015 5:28 am

Re: Can Venom X be used with Titan One

Postby J2Kbr » Mon Sep 05, 2016 11:39 am

Thank you oezil10, you will not regret in getting the XIM4!! :)
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: Can Venom X be used with Titan One

Postby Dephault » Wed May 31, 2017 5:32 am

Hey,

With the Titantwo is there a maxaim DI withGtunerVI?
Or another way to connect the VenomX through the PC?
Thanks.
User avatar
Dephault
First Sergeant
First Sergeant
 
Posts: 64
Joined: Mon May 25, 2015 8:25 am

Re: Can Venom X be used with Titan One

Postby J2Kbr » Wed May 31, 2017 6:47 am

Dephault wrote:Hey, With the Titantwo is there a maxaim DI withGtunerVI? Or another way to connect the VenomX through the PC? Thanks.

O Tools menu there is "KM Capture", it works much like MaxAim, capturing the keyboard ans mouse from the PC and forward it to the Titan Two.

Have you tested Venom X directly connected to the Titan Two? it should work without the need of any PC software.
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: Can Venom X be used with Titan One

Postby Dephault » Thu Jun 01, 2017 5:59 am

Yea I've tried to connect the Venom X directly.
PS4> T2 > Venom X > Mouse
> Controller (for authentication).

The T2 flashes "A" and "U" and I cant click who is using the controller on the PS4.

Will try the KM capture now.
User avatar
Dephault
First Sergeant
First Sergeant
 
Posts: 64
Joined: Mon May 25, 2015 8:25 am

Re: Can Venom X be used with Titan One

Postby J2Kbr » Tue Jun 06, 2017 1:36 pm

Venom X is not supported, just checked. I will be working on that soon to try add support for it. Thanks for reporting.

GitHub: https://github.com/J2Kbr/TitanTwo/issues/52
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: Can Venom X be used with Titan One

Postby Dephault » Mon Jun 19, 2017 12:55 am

J2Kbr wrote:Venom X is not supported, just checked. I will be working on that soon to try add support for it. Thanks for reporting.

GitHub: https://github.com/J2Kbr/TitanTwo/issues/52


Thankyou very much for adding support to the Venom X!
I will be able to use this combo with the PS4 a lot more soon as it is available.

Please let me know when it is available to use.
Thanks again. :innocent_smile_1:
User avatar
Dephault
First Sergeant
First Sergeant
 
Posts: 64
Joined: Mon May 25, 2015 8:25 am

Re: Can Venom X be used with Titan One

Postby Dephault » Sun Jul 23, 2017 6:11 am

Hey not sure if this helps but I managed to create a header for the VenomX.
Apologies if my coding is off. Also it became messy after uploading.

Tested with mouse and wand connected into device and set to pc mode.

Code: Select all
#ifndef VENOMX_GPH_
#define VENOMX_GPH_
 
 
/*defines                code    device name        Wand/Mouse button*/
 
#define LEFT_CLICK        0x0             //left            Left Click
#define RIGHT_CLICK        0x1            //right            Right Click
#define M_4            0x12             //1                Button 4
#define M_5            0x8               //c                Button 5
#define M_6            0xf              //r                Button 6
#define M_7            0x31             //space                 Button 7
#define M_SELECT        0x24            //return                select
#define D_UP            0x7e            //Up                    up
#define D_DOWN            0x7d             //Down            down
#define D_LEFT            0x7b             //Left            left
#define D_RIGHT        0x7c            //Right            right
#define W_4            0x15      //4                4
#define W_SELECT        0x17             //5                select
#define W_1            0x31           //space            1
#define W_2            0x5        //g                2
#define W_L3            0x38           //Shift_L                L3
#define W_w            0xd        //W                up
#define W_s            0x1        //S                down
#define W_a            0x0        //A                left
#define W_d            0x2        //D                right
 
 
#endif /*VENOMX_GPH_*/
 
/*they are named oddly because otherwise will clash with keyboard bindings.
M_ is mouse
D_ is d-pad
W_ is wand
*/
User avatar
Dephault
First Sergeant
First Sergeant
 
Posts: 64
Joined: Mon May 25, 2015 8:25 am

Re: Can Venom X be used with Titan One

Postby J2Kbr » Mon Jul 24, 2017 4:43 pm

Definitively this will help!! :) thank you .
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm

Re: Can Venom X be used with Titan One

Postby Dephault » Sun Aug 13, 2017 12:37 pm

Thanks so much for adding the support for the Venom X.

I plugged it in as you mentioned and the T2 has no error at all. However no inputs from the mouse/keyboard are being picked up by the PS4.

When the T2 is plugged into the ps4 I can authenticate through the controller but the Venom X (which usually asks to authenticate straight after) is not picked up by the PS4 :(.

Also I loaded the header for Venom X into the script and put the T2 on that number but no luck.

Any thoughts?
User avatar
Dephault
First Sergeant
First Sergeant
 
Posts: 64
Joined: Mon May 25, 2015 8:25 am

PreviousNext

Return to Gtuner Plugins Support

Who is online

Users browsing this forum: No registered users and 57 guests