Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Xbox 360 Controller Emulator"

From PCGamingWiki, the wiki about fixing PC games
Line 34: Line 34:
 
'''Notes'''
 
'''Notes'''
 
{{ii}} Most 32-bit games are often referred to as '''Win32''' or '''x86''', while 64-bit games will often be marked as '''x64'''.
 
{{ii}} Most 32-bit games are often referred to as '''Win32''' or '''x86''', while 64-bit games will often be marked as '''x64'''.
 +
{{ii}} Game paths can also be used in order to discover which architecture the game was built in.
 
}}
 
}}
  

Revision as of 17:13, 3 August 2015

This page may require cleanup to meet basic quality standards. The specific problem is: Waiting for code to stabilize. You can help by modifying the article. The discussion page may contain useful suggestions.

Key points

Enables use of DirectInput controllers in games that only support XInput ones.

General information

Development repository
Compatibility list

Setting Up

Instructions

Identifying 32 or 64 bit games

Task Manager Xbox 360 Controller Emulator Win32 x64 Example.jpg
Instructions

Issues unresolved

Can't use controllers with Unity engine games

Unity is incompatible due to the Unity input manager using Raw Input instead of DirectInput.[1] See Controller for other alternatives.

Problem setting right stick on some controllers such as SteelSeries 3GC

X360CE shows controller is offset as follows: 32767;-32768

Issues fixed

Right Analog Stick Activates Left Trigger

Instructions

x360ce not detected

Some games use xinput1_4.dll (e.g. OlliOlli).
Note that this will not work for Unity engine games.
Instructions

Unset controller from first player

Instructions


References