Skip to content

Releases: SpecialKO/ValvePlug

Valve Plug 1.0.0.3

01 Jun 21:52
ae160a3
Compare
Choose a tag to compare
  • Added '-nojoy' commandline to fully disable Steam Input in new versions of the Steam client.

Installation and Configuration

To install, simply drop XInput1_4.dll into your Steam client's install directory.

The necessary code patches to block Steam from using XInput or HID are applied by default, and remain active until the Steam client is restarted. The DLL will be locked while the client is running, so to completely remove this the client must be exited.

Steam Input can be programatically enabled or disabled by manually creating the following registry key:

HKCU\Software\Kaldaien\ValvePlug\FillTheSwamp

This is a (32-bit DWORD):

  • 0x0 = Steam Input is Allowed
  • 0x1 = Steam Input is Disallowed    (Default)

ValvePlug-1_0_0_2

06 Mar 20:05
d407334
Compare
Choose a tag to compare
  • Fixed issues caused by refactoring config code to use a static structure.

ValvePlug 1.0.0.1

22 Feb 18:19
0f880f7
Compare
Choose a tag to compare

Installation and Configuration

To install, simply drop XInput1_4.dll into your Steam client's install directory.

The necessary code patches to block Steam from using XInput or HID are applied by default, and remain active until the Steam client is restarted. The DLL will be locked while the client is running, so to completely remove this the client must be exited.

Steam Input can be programatically enabled or disabled by manually creating the following registry key:

HKCU\Software\Kaldaien\ValvePlug\FillTheSwamp

This is a (32-bit DWORD):

  • 0x0 = Steam Input is Allowed
  • 0x1 = Steam Input is Disallowed    (Default)