You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2024. It is now read-only.
If you have an older or not supported game controller (gamepad, wheel, joystick, etc.), but XBox 360 controllers are supported you can use this software and enjoy gaming with your controller.
8
8
@@ -18,6 +18,7 @@ Install one of the two libraries. ViGEm (preferred) or SCPToolkit (unsupported,
18
18
Download the application:
19
19
20
20
* Download the [latest stable release](https://github.com/csutorasa/XOutput/releases/latest)
21
+
* Download the [latest development release](https://ci.appveyor.com/project/csutorasa/xoutput/build/artifacts)
21
22
* Unzip to any directory
22
23
23
24
Install all the drivers for your contollers.
@@ -42,6 +43,32 @@ On the configuration screen there are 3 blocks. The left block shows the input,
42
43
43
44
You can check if it is working in the Windows settings, or just select 'File->Game controllers', that opens the Windows calibration for you. An Xbox gamepad should have appeared in the list.
1. Run `regedit` and go to `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HidGuardian\Parameters`
53
+
2. Create `multi-string` value with the name `AffectedDevices`
54
+
3. Open Device Manager, find your input device and open properties
55
+
4. Go to details, select `Hardware ID` and copy string that looks like `HID\VID_046D&PID_C219&REV_0200` and `HID\VID_046D&PID_C219`
56
+
5. Paste the values into `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HidGuardian\Parameters`
57
+
6. Reconnect devices
58
+
59
+
Manage process whitelist manually:
60
+
61
+
1. Start XOutput (or any other application)
62
+
2. Open Task Manager, find your application, then go to details.
63
+
3. Remember the value of the PID column.
64
+
4. Run `regedit` and go to `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HidGuardian\Parameters\Whitelist`
65
+
5. Create subkey with the PID you found before.
66
+
67
+
## Command line arguments
68
+
69
+
*`--start="controller-displayname"` - defines a part of the display name of the controller to be started on application startup.
70
+
*`--minimized` - starts the application minimized to tray
71
+
45
72
### Deadzone
46
73
47
74
If your analogue stick isn't in perfect condition, you may have what is called a deadzone, which means that a part of the axis isn't working right, usually it's the center part, syndromes of this are: wrong center position and unwanted movement of the camera, character, etc. To solve apply a bit of deadzone in the mapping settings, how much depends on the device in question.
@@ -55,12 +82,3 @@ XOutput has a diagnostics screen. A few tests are run to check if the applicatio
55
82
| green circle with a tick | Everything is optimal. |
56
83
| yellow triangle with an exclamation mark | The experience may be sub-optimal. Some functions may not work, but the application is functional. |
57
84
| red circle with a minus sign | Something is not working, the application cannot function properly. Some core features may be unusable. |
58
-
59
-
## Command line arguments
60
-
61
-
-`--start="controller-displayname"` - defines a part of the display name of the controller to be started on application startup.
62
-
-`--minimized` - starts the application minimized to tray
63
-
64
-
## Developer release
65
-
66
-
If you want to test the latest, often unstable, features before the stable releases, you can check the [AppVeyor](https://ci.appveyor.com/project/csutorasa/xoutput/build/artifacts) builds.
0 commit comments