Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 09a1ece

Browse files
committed
Readme update
1 parent 15a3839 commit 09a1ece

File tree

1 file changed

+28
-10
lines changed

1 file changed

+28
-10
lines changed

README.md

Lines changed: 28 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![Github All Releases](https://img.shields.io/github/downloads/csutorasa/XOutput/total.svg)]()
33
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/csutorasa)
44

5-
# XOutput
5+
# XOutput
66

77
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.
88

@@ -18,6 +18,7 @@ Install one of the two libraries. ViGEm (preferred) or SCPToolkit (unsupported,
1818
Download the application:
1919

2020
* 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)
2122
* Unzip to any directory
2223

2324
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,
4243

4344
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.
4445

46+
## HidGuardian (exclusive mode)
47+
48+
* Install [HidGuardian](https://docs.vigem.org/#!hidguardian-v1-installation.md).
49+
50+
Add affected device manually:
51+
52+
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+
4572
### Deadzone
4673

4774
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
5582
| green circle with a tick | Everything is optimal. |
5683
| yellow triangle with an exclamation mark | The experience may be sub-optimal. Some functions may not work, but the application is functional. |
5784
| 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

Comments
 (0)