ANNOUNCEMENT Please post your controller Name, Product and Vendor IDs here

Status
Thread Closed: Not open for further replies.
For him PC/Monitor play: -

Microsoft SideWinder Precision Pro (USB)
VendorId 0x045E
ProductId 0x0008

Microsoft SideWinder Strategic Commander
VendorId 0x045E
ProductId 0x0033

In HOTAS setup with Strategic Commander acting as a throttle and buttons.
 
VKB Black MambaPro

Vendor ID: 0x231D
Product ID: 0x0113

CH FLIGHTSTICK PRO

Vendor ID: 0x068E
Product ID: 0x00F6

CH PRO THROTTLE USB

Vendor ID: 0x068E
Product ID: 0x00F1

Also have

Razer Hydra

Vendor ID: 0x1532
Product ID: 0x0300
 
Last edited:
Work fine:

Device Name: Defender COBRA M5 USB Joystick
Vendor ID: 0x11C0
Product ID: 0x5603

Not work, not see in game:

Device Name: Gametrix Engine Control System (VKB Throttle)
Vendor ID: 0x231D
Product ID: 0x1106
 
Last edited:

Jenner

I wish I was English like my hero Tj.
Razer Lycosa keyboard
vendor 0x06A3
product 0x0109

Saitek x52 I'm sure has been mentioned, as has the TrackIR
 
Ideazon Fang MM USB Human Interface Device, Vendor ID: 0x1038 Product ID: 0x0310

I don't need to add to the list what has already been added I presume.
I do own an old Saitek X-52 and will most likely buy an X-55 in the near future.
Do I need to add my mouse too?

Logitech G700 Laser Mouse, Vendor ID: 0x046D Product ID: 0xC06B
 
Last edited:
My gamepad details from dxdiag:

Device Name: Controller (Wireless Gamepad F710)
Vendor ID: 0x046D
Product ID: 0xC21F

Many thanks in advance
 
Device Name: Joystick - HOTAS Warthog
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x044F, 0x0402
FF Driver: n/a

Device Name: Throttle - HOTAS Warthog
Attached: 1
Controller ID: 0x1
Vendor/Product ID: 0x044F, 0x0404
FF Driver: n/a

Device Name: G500s Gaming Mouse
Attached: 1
Controller ID: 0x0
Vendor/Product ID: 0x046D, 0xC22D
FF Driver: n/a

Device Name: Saitek Pro Flight Combat Rudder Pedals
Attached: 2
Controller ID: 0x2
Vendor/Product ID: 0x06A3, 0x0764
FF Driver: n/a
 
Saitek Cyborg 3d Rumble force : vendor ID:0x06A3 Pro ID: 0x0FF52

MS SW Strategic Cmndr :vendor ID :0x045E Pro ID : 0x0033

Pc Game Controller : vendor ID :0x11FF Pro ID :0x3331
 
Device 1: Thrustmaster HOTAS Warthog Joystick
Device 2: Thrustmaster HOTAS Warthog Throttle
Device 3: Saitek Combat Rudder Pedals
Device 4: Logitech 3D Pro
Device 5: TrackIR

HOTAS Warthog Profile
this is a working .tmc file for elite dangerous if you do the following:
1) set to the t. master profile
2) only map roll/pitch/thrust to axis, clear all other axis mappings
3) set primary fire to 'Space' and secondary fire to 'm'
4) clear all joystick button mappings
5) copy the code below into a .tmc file and create a Target GUI profile for Elite Dangerous that fires it up
6) start your TrackIR
7) start Elite Dangerous
8) ...
9) Profit

Code:
include "target.tmh"

//program startup
int main()
{
    if(Init(&EventHandle)) return 1; // declare the event handler, return on error
	
	//use MapAxis function to map USB Device and Physical Axis Name to a DirectX Axis
	MapAxis(&Joystick, JOYX, DX_X_AXIS);
	MapAxis(&Joystick, JOYY, DX_Y_AXIS);
	MapAxis(&Throttle, THR_LEFT, DX_ZROT_AXIS);
	MapAxis(&Throttle, THR_RIGHT, DX_Z_AXIS);
	MapAxis(&Throttle, SCX, DX_XROT_AXIS);
	MapAxis(&Throttle, SCY, DX_YROT_AXIS);
	MapAxis(&Throttle, THR_FC, DX_SLIDER_AXIS);
	
	//Joystick buttons
	MapKey(&Joystick,TG1,SPC);			//primary fire 
	MapKey(&Joystick,S2,USB[0x10]);		//secondary fire
	MapKey(&Joystick,S4,USB[0x1D]);		//flight assist mode
	MapKey(&Joystick,S3,L_SHIFT);		//UI Focus
	MapKey(&Joystick,S1,TAB);			//Engine Boost
	
	//DMS Hat
	MapKey(&Joystick,H2D,DEL);			//silent running
	MapKey(&Joystick,H2L,USB[0x19]);	//deploy heatsink
	MapKey(&Joystick,H2U,USB[0x11]);	//cycle next fire group
	MapKey(&Joystick,H2R,ENT);			//deploy hardpoints
	
	//TMS Hat
	MapKey(&Joystick,H3U,USB[0x17]);	//target front
	MapKey(&Joystick,H3R,USB[0x0A]);	//target next
	MapKey(&Joystick,H3D,USB[0x1C]);	//target subsystem
	MapKey(&Joystick,H3L,USB[0x0B]);	//target hostle
	
	//CMS Hat
	MapKey(&Joystick,H4U,PGUP);			//sensor range up
	MapKey(&Joystick,H4D,PGDN);			//sensor range down
	MapKey(&Joystick,H4P,USB[0x0F]);	//lights on
	
	//Trim Hat
	MapKey(&Joystick,H1U,UARROW);		//power to engines
	MapKey(&Joystick,H1R,RARROW);		//power to weapons
	MapKey(&Joystick,H1L,LARROW);		//power to systems
	MapKey(&Joystick,H1D,DARROW);		//power to balance
	
	//Throttle Switches
	MapKey(&Throttle,EACON,USB[0x1E]);	//target panel
	MapKey(&Throttle,RDRNRM,USB[0x1F]);	//radar panel
	MapKey(&Throttle,APPAT,USB[0x20]);	//system panel
	
	//INTERFACE MENUS
	MapKey(&Throttle,CSU,USB[0x1A]);	//menu up
	MapKey(&Throttle,CSD,USB[0x16]);	//menu down
	MapKey(&Throttle,CSL,USB[0x04]);	//menu left
	MapKey(&Throttle,CSR,USB[0x07]);	//menu right
	
	
	//Strafe
	MapKey(&Throttle,MSU,USB[0x15]);	//strafe up
	MapKey(&Throttle,MSD,USB[0x09]);	//strafe down
	MapKey(&Throttle,MSL,USB[0x14]);	//strafe left
	MapKey(&Throttle,MSR,USB[0x08]);	//strafe right
	
	MapKey(&Throttle,SPDB,USB[0x1B]);	//full stop
	
}

//event handler
int EventHandle(int type, alias o, int x)
{
    DefaultMapping(&o, x);
	
	//add event handling code here
}
 
Logitech G25 Racing Wheel USB
VID: 0x046D
PID: 0xC299

(it's part of my PMHOTAS)

MotioninJoy Virtual Game Controller
VID: 0x8888
PID: 0x0308

(PS3 DS3 wireless driver - not using it really, just for completeness)

Ideazon Merc MM USB Human Interface Device
VID: 0x1038
PID: 0x0210

(keyboard)

i'll use vJoy with FreePIE - so please give it some kind of priority when binding axes and keys and encountering multiple device inputs. Also please add native support for Razer Hydra / Sixsense Stem. Thank You
 
CH Fighterstick USB
Vendor ID: 0x068E
Product ID: 0xC0F3

CH Pro Throttle USB
Vendor ID: 0x068E
Product ID: 0xC0F1

CH Pro Pedals USB
Vendor ID: 0x068E
Product ID: 0xC0F2
 
Status
Thread Closed: Not open for further replies.
Back
Top Bottom