GivePass / x360ce

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

x360 not working on certain games #1129

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
PLEASE READ LIBRARIES MANUAL BEFORE REPORTING ISSUES:
http://bit.ly/1I6QAb9

Always make sure you use latest x360ce libraries!
Bugs created using older versions will be marked invalid as user error.
r848 vc10 is currently the latest version.

Steps will reproduce the problem?
Running the game with or without the x360ce files in the game's executable's 
folder changes nothing. The program doesn't work with Binary Domain or The Last 
Tinker, but it works fine with most other games.

What is the expected output? What do you see instead?
The controls should work as they are mapped in the x360ce file. 
Running the game with or without x360ce files in the game's executable's folder 
produces the same result, i.e. the generic controller will only partially work, 
but the right analog and buttons are all mixed up. The button functions are 
unchanged with or without using the x360ce files.

What versions of x360ce and Windows are you using?
3.4.0.584

What gamepad do you use? On what drivers version?
TechSolo TG-30 USB GAME PAD

Please attach a log file created with Log=1 setting in x360ce.ini file.
No such file is produced.

Failure to follow the template will result in your issue being marked as
invalid.

Original issue reported on code.google.com by louisjoh...@gmail.com on 21 Mar 2015 at 6:59

GoogleCodeExporter commented 9 years ago
I found the solution. I needed to add the following string to the x360ce.gdb 
file:

[BinaryDomain.exe]
Name = Binary Domain
HookMask=0x0000000E 

Original comment by louisjoh...@gmail.com on 21 Mar 2015 at 8:02