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
m (misc. fixes)
(they moved to github (finally))
Line 1: Line 1:
 
'''Key points'''
 
'''Key points'''
{{ii}} Enables use of DirectInput controllers in games that only support XInput controllers.
+
{{ii}} Enables use of DirectInput controllers in games that only support XInput ones.
  
 
'''General information'''
 
'''General information'''
{{mm}} [https://code.google.com/p/x360ce/ Official site]
+
{{mm}} [https://github.com/x360ce/x360ce Official site]
{{mm}} [https://code.google.com/p/x360ce/wiki/GameCompatibilityList GameCompatibilityList].
+
{{mm}} [https://github.com/x360ce/x360ce/blob/master/Wiki/CompatibilityList.md GameCompatibilityList].
  
 
==Installation==
 
==Installation==
  
# Copy xinput1_3.dll, x360ce.exe and x360ce.ini to any folder of your choosing and open the x360ce application.
+
# Copy x360ce.exe to any folder of your choosing and open it.
 
# Edit the Controller tabs key bindings to your liking. Check the Games Compatibility list and select the correct compatibility mode for your game. Once that's done you can close the application.
 
# Edit the Controller tabs key bindings to your liking. Check the Games Compatibility list and select the correct compatibility mode for your game. Once that's done you can close the application.
# Copy xinput1_3.dll to the game application folder and run the game.
+
# Copy x360ce.ini and xinput1_3.dll to the game application folder and run the game.
# Everything should be working, some games may show the controller as an Xbox 360 controller.
+
 
 +
{{ii}}If x360ce is properly configured, a beep should be heard when launching the game
  
 
==Uninstallation==
 
==Uninstallation==
Line 19: Line 20:
 
==Issues unresolved==
 
==Issues unresolved==
 
===Can't use controllers with Unity engine games===
 
===Can't use controllers with Unity engine games===
{{ii}} [[Engine:Unity|Unity]] is incompatible due to the Unity input manager using Raw Input instead of DirectInput.<ref>[https://code.google.com/p/x360ce/issues/detail?id=481 Issue 481 - x360ce - Hooking does not work with Unity Engine - XBOX 360 Controller emulator - Google Project Hosting]</ref> See [[Controller]] for other alternatives.
+
{{ii}} [[Engine:Unity|Unity]] is incompatible due to the Unity input manager using Raw Input instead of DirectInput.<ref>[https://web.archive.org/web/20141205052156/https://code.google.com/p/x360ce/issues/detail?id=481 Issue 481 - x360ce - Hooking does not work with Unity Engine - XBOX 360 Controller emulator - Google Project Hosting (retrieved)]</ref> See [[Controller]] for other alternatives.
  
 
==Issues fixed==
 
==Issues fixed==
Line 50: Line 51:
 
{{Fixbox|1=
 
{{Fixbox|1=
 
{{Fixbox/fix|Bind controller to 2nd player}}
 
{{Fixbox/fix|Bind controller to 2nd player}}
{{++}} For 360 controllers owners, the entire thing can be automated with [http://community.pcgamingwiki.com/files/file/358-x360ce-forced-2nd-player/ already configured package]
+
# Open your already configured <code>x360ce.ini</code>
# Download [https://code.google.com/p/x360ce/downloads/detail?name=x360ce%20vibmod%203.1.4.1.zip vibmod's x360ce 3.1.4.1].
+
# Cut-paste InstanceGuid in <code>[Mappings]</code> section to desired PAD slots.
# Connect your controller and make sure to '''''properly''''' set it up in the application configurator
 
# Open <code>x360ce.ini</code> and swap <code>[PAD1]</code> tag with <code>[PAD2]</code>
 
 
# Save the changes
 
# Save the changes
# Copy <code>x360ce.ini</code> and <code>xinput1_3.dll</code> to {{p|game}}
 
'''Notes:'''
 
{{ii}}If x360ce is properly configured, a beep should be heard when launching the game
 
 
}}
 
}}
 
  
 
{{References}}
 
{{References}}

Revision as of 17:34, 22 May 2015

Key points

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

General information

Official site
GameCompatibilityList.

Installation

  1. Copy x360ce.exe to any folder of your choosing and open it.
  2. Edit the Controller tabs key bindings to your liking. Check the Games Compatibility list and select the correct compatibility mode for your game. Once that's done you can close the application.
  3. Copy x360ce.ini and xinput1_3.dll to the game application folder and run the game.
If x360ce is properly configured, a beep should be heard when launching the game

Uninstallation

Simply delete xinput1_3.dll from the game folder.

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.

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

When you connect only a controller, this is automatically assigned to the first slot
Instructions


References