Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Releases: nefarius/ScpToolkit

ScpServer v1.5.5730.24251

09 Sep 14:34
Compare
Choose a tag to compare

Stuff changed:

  • Added sounds!
  • Improved Bluetooth dongle compatibility detection

ScpServer v1.5.5724.38523

03 Sep 20:31
Compare
Choose a tag to compare

If you update from 1.4.x: run ScpDriver again with all your devices plugged in and ticking the Force check box!

Stuff changed:

  • Fixed poor DualShock 4 input update rate when connected via Bluetooth
  • Removed unused assemblies
  • Minor clean-up under the hood

ScpServer v1.5.5720.21148

30 Aug 10:54
Compare
Choose a tag to compare
Pre-release

This is a pre-release with some major changes, use with care!

Stuff changed:

  • Using libusbK instead of WinUSB driver
  • Driver installer and Windows service are now automatically skipping driver installation for devices which already run under the correct driver
  • Slight performance improvements on DualShock 4 inputs
  • Removed unfinished and/or non-working binaries from this release

If you update from 1.4.x: run ScpDriver again with all your devices plugged in and ticking the Force check box!

ScpServer v1.4.5706.37073

16 Aug 19:38
Compare
Choose a tag to compare

Stuff changed:

  • Minor fixes and clean-up under the hood
  • Fixed DSx and Bluetooth drivers not being removed on uninstallation

ScpServer v1.4.5702.37500

12 Aug 19:53
Compare
Choose a tag to compare

Stuff changed:

  • Fixed libwdi DLL installer error possibly occurring on Windows 7
  • Added check if Visual C++ 2013 Redistributable is installed

ScpServer v1.4.5702.33820

12 Aug 17:49
Compare
Choose a tag to compare

Stuff changed:

  • Removed unneeded and duplicate files
  • Fixed silent Windows Service crash
  • More logging improvements and minor fixes
  • Shrunk archive by ~50%

ScpServer v1.4.5700.35696

10 Aug 18:54
Compare
Choose a tag to compare

Stuff changed:

  • Improved driver installer to detect more devices
  • Added the following hardware IDs:
    • USB\VID_0A12&PID_0001
    • USB\VID_0A5C&PID_21E8
    • USB\VID_045E&PID_028E
    • USB\VID_8087&PID_07DC

ScpServer v1.4.5699.21666

09 Aug 11:07
Compare
Choose a tag to compare

Stuff changed:

  • Internal clean-up
  • Refined error handling
  • Improved service settings dialog
    • Added tool tips with explanations what each dial does in more detail
    • Brightness level indicator now uses percentage instead of the raw value

This release is still not compatible with the legacy build of XInput1_3.dll!
Don't use 1.4.x if you need compatibility with older games!

ScpServer v1.4.5698.39842

08 Aug 21:32
Compare
Choose a tag to compare

Stuff changed:

  • Added automatic driver installer for DualShock 4 controllers
  • This release breaks compatibility with ScpUser!

ScpServer v1.4.5698.19778

08 Aug 10:30
Compare
Choose a tag to compare
Pre-release

Stuff changed:

  • Workaround for Windows 10 automatic driver update which might break Bluetooth connectivity
    • Device drivers for DSx controllers and Bluetooth dongles are automatically reinstalled by ScpService on service start
  • Added more options to ScpControl.ini for users to add fake controllers
  • Rewrote inter-process-communication to use WCF and Rx
  • More clean-up and logging improvements