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
(Undo revision 169133 by (talk) You *already* have to configure x360ce in the "installation" section (it's there for a reason). Therefore, it's *cleaner* to just mention the actual "special" thing for X slot enforcing.)
(I don't think I've ever had so much trouble explaining such a simple thing. I've almost got it though. I'll have to give this page the Borderless treatement and make things look a bit better. Not now though. This isn't final though, certainly less vague.)
Line 47: Line 47:
 
}}
 
}}
  
===Unset controller from first player===
+
==Issues fixed==
 +
===Unsetting a controller from the first player===
 +
{{ii}} The utility may initally detect the device order incorrectly.
 +
<!--
 +
{{ii}} Setup the Xbox 360 Controller Emulator first. See [[#Setting Up|Setting Up]].
 +
-->
 
{{Fixbox|1=
 
{{Fixbox|1=
{{Fixbox/fix|Bind controller to any slot}}
+
{{Fixbox/fix|Binding the controller to any slot}}
# Open your already configured <code>x360ce.ini</code>
+
# Open <code>x360ce.ini</code> file with a text editor.
# Cut-paste device unique identifier in <code>[Mappings]</code> section to desired PAD number.  
+
# Find the following lines.
# Save the changes
+
<pre>
 +
[Mappings]
 +
PAD1=IG_YourSecondController
 +
PAD2=IG_YourFavouriteController
 +
PAD3=
 +
PAD4=
 +
</pre>
 +
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;3. Set the desired controller to '''PAD1'''.
 +
<pre>
 +
[Mappings]
 +
PAD1=IG_YourFavouriteController
 +
PAD2=IG_YourSecondController
 +
PAD3=
 +
PAD4=
 +
</pre>
 +
 
 
'''Notes'''
 
'''Notes'''
{{ii}} Using configurator again will reset this setting
+
{{ii}} Running the configuration utility again will reset any changes.
 
}}
 
}}
  

Revision as of 20:25, 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

Issues fixed

Unsetting a controller from the first player

The utility may initally detect the device order incorrectly.
Instructions


References