From bd268d1fa5934a900a79e76e519d4aa804e0ee3d Mon Sep 17 00:00:00 2001 From: Michael Menzi Date: Tue, 19 Dec 2023 09:46:03 +0100 Subject: [PATCH] Added disclaimer to readme --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31cd97c..a76a919 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ + # vJoy +## BRUNNER disclaimer +This repo is forked from [njz3/vJoy](https://github.com/njz3/vJoy), where Benjamin did a great job adding/improving FFB features. +People with newer platforms like Windows 11 couldn't use those features though, because of driver signing requirements. +vJoy has proven to be a valuable tool for us, so we decided to contribute to the project by sponsoring the signing process. +Brunner does **not** intend to spend a lot of resources maintaining and improving this project. +If someone comes up with important fixes or big improvements however, we **might** go through the signing process again to provide binaries in the releases section of this repository. +Only Windows 10 and Windows 11 are supported. + Virtual Joystick --- @@ -18,6 +27,8 @@ To build the entire project including the driver you need to install the SDK and Justin's notes are now at the end of this document. + + ## Benjamin's compiling notes 1. Install VS2022 Community + Runtime/MFC/ATL Spectre mitigated librairies, @@ -254,4 +265,4 @@ To get information about vJoy module, type : 8. Install DotNet Framework 3.5 SDK (6.0.6001.18000.367-KRMSDK_EN.iso) 9. Install Innosetup 5 10. Place the DigiCert Utility on the desktop. -11. Copy the cfg_support_v1.lib file from C:\Program Files (x86)\Windows Kits\10\Lib\10.0.14393.0\km\x86 and x64 to C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10586.0\km\x86 and x64 +11. Copy the cfg_support_v1.lib file from C:\Program Files (x86)\Windows Kits\10\Lib\10.0.14393.0\km\x86 and x64 to C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10586.0\km\x86 and x64 \ No newline at end of file