Skip to content

Releases: dantarion/SF5DInput

0.1.0

30 Sep 11:27
Compare
Choose a tag to compare

Official x86 Build!

64 Bit games use the x64 DLL, 32 bit games use the x86!

0.0.22

27 Nov 22:46
Compare
Choose a tag to compare
0.0.22 Pre-release
Pre-release

Features....

#21 Add sound notification by @WydD
#20 Add support of analog input by @WydD
#19 Allow more devices by @fp12

0.0.8

12 Aug 18:54
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release
Update xinput1_3.vcxproj

0.0.7 Alpha

10 Aug 19:39
Compare
Choose a tag to compare
0.0.7 Alpha Pre-release
Pre-release
v0.0.7

Update stdafx.h

v0.0.3 untested

11 Jul 16:59
Compare
Choose a tag to compare
v0.0.3 untested Pre-release
Pre-release

If you had issues with the previous release, please try this one out and report back in and let us know if it solved your issues!

v0.0.2 Alpha

18 Jun 18:54
Compare
Choose a tag to compare
v0.0.2 Alpha Pre-release
Pre-release

@WydD commited some improvements.

Multiple Controller Support
Hotplug Support
Switching Slot Support for both Xinput and DInput controllers

SF5DInput-alpha-0.0.2.zip

Drop the DLL's into StreetFighterV\StreetFighterV\Binaries\Win64

v0.0.1 Alpha

26 Apr 22:19
Compare
Choose a tag to compare
v0.0.1 Alpha Pre-release
Pre-release

SF5DInput

DirectInput support for Street Fighter 5 PC

This is a drop in DLL replacement for xinput1_3.dll that provides DirectInput support for Street Fighter 5 PC. It focuses on having direct bindings for PS3/PS4 controllers that match up with default bindings that would be used on the PS4 version of the game. It also provides features for swapping which slots can be assigned to each controller.

How to Use?

Drop all included files into _installdirectory\StreetFighterV\Binaries\Win64_ and launch the game. To uninstall, just remove the dll files from this folder.

Features (as of alpha release)

  1. A single DirectInput controller will work, alongside XInput controllers.
  2. By holding the Home Button and left or right on the DPad, you can switch between being player 1 or player 2 on the DirectInput controller.

Known Bugs

  1. This currently only supports a single DirectInput controller
  2. The DirectInput controller cannot be unplugged and replugged without restarting the game
  3. Doesn't work with controllers that use the Analog Joystick, only controllers that use the DPad/Hatswitch
  4. Controllers that aren't PS3/PS4 controllers don't have a way to get proper mapping :(

Tested with....

  1. Hori FC4
  2. Sony DualShock 4
  3. Hori PS4 VLX

Credits