pboy0922 / x360ce

Automatically exported from code.google.com/p/x360ce
1 stars 0 forks source link

x360ce.App ignores dwUserIndex #268

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Connect T.Flight HotasX
2. Connect Logitech RumblePad 2
3.

What is the expected output? What do you see instead?
I want Hotas as 2nd controller, RumblePad 2 as first but i get the opposite.

What version of x360ce and Windows are you using?

What gamepad are you using? On what version of drivers?

Please attach a log file created with Log=1 setting in x360ce.ini file,
and screenshot of x360ce app tab with you gamepad capabilities.

Issue report without Log will be marked as Invalid !

Original issue reported on code.google.com by fuerch...@googlemail.com on 29 Feb 2012 at 2:19

GoogleCodeExporter commented 9 years ago
You cannot change order in GUI configuration app, but you can change manually:
Open x360ce.ini
Switch PAD1/PAD2 vaules in [Mapping] section.

@ejocys
Can you add mappings section to GUI ?

Original comment by tapcio on 29 Feb 2012 at 2:37

GoogleCodeExporter commented 9 years ago
like this?
before:
[Mappings]
PAD1=IG_3af8a2f053fd11e18001444553540000
PAD2=IG_e53e8da01b6e11e18001444553540000
after:
[Mappings]
PAD2=IG_3af8a2f053fd11e18001444553540000
PAD1=IG_e53e8da01b6e11e18001444553540000

because that doesn't yield any results :S

Original comment by fuerch...@googlemail.com on 1 Mar 2012 at 12:05

GoogleCodeExporter commented 9 years ago
It should work in game, x360ce App may display wrong order.

Original comment by tapcio on 1 Mar 2012 at 12:10

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Changing PAD1 for PAD2 works! The app keeps showing it wrong but when I start 
game controllers are switched! :)

Original comment by LuisOnOff on 24 Nov 2012 at 6:18

GoogleCodeExporter commented 9 years ago

Original comment by danialho...@gmail.com on 11 Dec 2013 at 12:06

GoogleCodeExporter commented 9 years ago
This should be fixed in x360ce.App ASAP.

Original comment by tapcio on 2 Dec 2014 at 1:38

GoogleCodeExporter commented 9 years ago

Original comment by tapcio on 2 Dec 2014 at 1:41

GoogleCodeExporter commented 9 years ago
Additional info:

Gamepad can be set any of PADx keys in "Mappings", this will change dwUserIndex 
to x-1. 
SimpleController.exe DirectX SDK sample works fine, reporting device on 
different user index, x360ce.App ignores this.

Original comment by tapcio on 2 Dec 2014 at 1:47