KB+m xb1 setup

Gtuner IV general support. Operation, questions, updates, feature request.

KB+m xb1 setup

Postby fredwiththehead » Wed Mar 22, 2017 10:34 pm

So, I'm having trouble getting my KB+m to work.
I've tried going thru each key and assigning to a button, but will not work work with my Xbox one.

Can someone please explain, to a complete idiot how to set up your mouse and keyboard, or at least link me to where I can find the complete set up
Thx
User avatar
fredwiththehead
Sergeant Major
Sergeant Major
 
Posts: 79
Joined: Thu Mar 09, 2017 2:27 am

Re: KB+m xb1 setup

Postby callumh » Thu Mar 23, 2017 6:11 pm

did you manage to fix your titan one and kb+m? I'm having problems with mine, do you know any solutions? :(
User avatar
callumh
Private
Private
 
Posts: 1
Joined: Thu Mar 23, 2017 6:10 pm

Re: KB+m xb1 setup

Postby fredwiththehead » Thu Mar 23, 2017 6:30 pm

Not yet, I've been looking thru the site for solutions, but I'm only finding half answers to semi related questions.
I'm not sure how to get the t2 to recognize my keypad and mouse, or to even see if it recognizes it. What I would love to see is an auto system that goes thru each output button and asks to select the input, eg for button 4 please press key you would like.
User avatar
fredwiththehead
Sergeant Major
Sergeant Major
 
Posts: 79
Joined: Thu Mar 09, 2017 2:27 am

Re: KB+m xb1 setup

Postby Prototype » Thu Mar 23, 2017 9:18 pm

You can connect your KB and M to the titan two, if the led light up in green the default mapping should work. You can try with the directional keys. But you can also use the KB and M connected to your PC whit the "KM Capture" from Gtuner IV.

When you open the keyboard mapping in the Input Translator, you create your key maps and then you can:

1. Run the GIT file, as a GPC file (F5).
2. Drag and drop the GIT blue icon in the upper left to a free slot in the device monitor to use it away from the PC.
3. Include this line in your script:
Code: Select all
#include <keyboard.gph>

Or
Code: Select all
#include <keyboard_azerty.gph>

And use the KEYS in your scripts:
Code: Select all
    if(key_status(KEY_TAB)) {
            combo_run(RUMBLE);
        }

Code: Select all
    if(key_get(KEY_TAB)) {
            RUMBLE = !RUMBLE;
        }

You can find all keys in the keyboard.gph that is in the "include" folder of Gtuner IV installation folder or here:
https://www.consoletuner.com/wiki/index ... yboard_gph
Console tuner since my 1st controller.
Scripting, a game in the game.
Believe or dare, It's Titanic! :smile0517:
User avatar
Prototype
Major General
Major General
 
Posts: 3250
Joined: Sun Dec 16, 2012 1:43 pm

Re: KB+m xb1 setup

Postby fredwiththehead » Thu Mar 23, 2017 9:57 pm

Ok, I'll try this. Thanks I'll get back to you either way.
User avatar
fredwiththehead
Sergeant Major
Sergeant Major
 
Posts: 79
Joined: Thu Mar 09, 2017 2:27 am

Re: KB+m xb1 setup

Postby fredwiththehead » Thu Mar 23, 2017 10:16 pm

One last quick question, has can you tell which mouse button is which?
User avatar
fredwiththehead
Sergeant Major
Sergeant Major
 
Posts: 79
Joined: Thu Mar 09, 2017 2:27 am

Re: KB+m xb1 setup

Postby Prototype » Thu Mar 23, 2017 10:36 pm

Have a look here:
https://www.consoletuner.com/wiki/index ... :mouse_gph
My 13 buttons mouse is fully supported.

I don't use so much the mouse but the use of the Mouse Mapping is the same as the Keyboard Mapping.

And don't forget we are in BETA stage and a lot of things remains to do!
Console tuner since my 1st controller.
Scripting, a game in the game.
Believe or dare, It's Titanic! :smile0517:
User avatar
Prototype
Major General
Major General
 
Posts: 3250
Joined: Sun Dec 16, 2012 1:43 pm

Re: KB+m xb1 setup

Postby fredwiththehead » Thu Mar 23, 2017 10:46 pm

i understand you are still in beta,

but what i mean is, which button on my mouse corresponds to which button in gtunerIV

eg #define MBUTTON_4 which button is MBUTTON_4
User avatar
fredwiththehead
Sergeant Major
Sergeant Major
 
Posts: 79
Joined: Thu Mar 09, 2017 2:27 am

Re: KB+m xb1 setup

Postby fredwiththehead » Thu Mar 23, 2017 11:05 pm

im using a corsair mouse with 4 buttons.
User avatar
fredwiththehead
Sergeant Major
Sergeant Major
 
Posts: 79
Joined: Thu Mar 09, 2017 2:27 am

Re: KB+m xb1 setup

Postby Prototype » Thu Mar 23, 2017 11:17 pm

You have to try it with the Input Translator. For example the button 1 should be the left click and the button 2 should be the right click, so with 4 buttons you have to try. My Logitech G700S button 4 is the G4.

You can find the buttons index here:
https://www.consoletuner.com/wiki/index ... _reference
Console tuner since my 1st controller.
Scripting, a game in the game.
Believe or dare, It's Titanic! :smile0517:
User avatar
Prototype
Major General
Major General
 
Posts: 3250
Joined: Sun Dec 16, 2012 1:43 pm

Next

Return to Gtuner IV Support

Who is online

Users browsing this forum: No registered users and 35 guests