From fc17021bd8c0a4f35e0fc6a47c35d8fc1a0aded6 Mon Sep 17 00:00:00 2001 From: Patrick Magauran Date: Mon, 10 Jan 2022 22:49:37 -0500 Subject: [PATCH] Update Readme --- ForzaDualSense/obj/ForzaDualSense.csproj.nuget.dgspec.json | 4 ++++ ForzaDualSense/obj/project.assets.json | 4 ++++ ForzaDualSense/obj/project.nuget.cache | 5 +++-- Readme.md | 2 ++ 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ForzaDualSense/obj/ForzaDualSense.csproj.nuget.dgspec.json b/ForzaDualSense/obj/ForzaDualSense.csproj.nuget.dgspec.json index a48a126..7f08cd2 100644 --- a/ForzaDualSense/obj/ForzaDualSense.csproj.nuget.dgspec.json +++ b/ForzaDualSense/obj/ForzaDualSense.csproj.nuget.dgspec.json @@ -74,6 +74,10 @@ "name": "Microsoft.AspNetCore.App.Runtime.win-x64", "version": "[6.0.1, 6.0.1]" }, + { + "name": "Microsoft.NETCore.App.Crossgen2.win-x64", + "version": "[6.0.1, 6.0.1]" + }, { "name": "Microsoft.NETCore.App.Runtime.win-x64", "version": "[6.0.1, 6.0.1]" diff --git a/ForzaDualSense/obj/project.assets.json b/ForzaDualSense/obj/project.assets.json index 43c03b7..b9e3f8a 100644 --- a/ForzaDualSense/obj/project.assets.json +++ b/ForzaDualSense/obj/project.assets.json @@ -714,6 +714,10 @@ "name": "Microsoft.AspNetCore.App.Runtime.win-x64", "version": "[6.0.1, 6.0.1]" }, + { + "name": "Microsoft.NETCore.App.Crossgen2.win-x64", + "version": "[6.0.1, 6.0.1]" + }, { "name": "Microsoft.NETCore.App.Runtime.win-x64", "version": "[6.0.1, 6.0.1]" diff --git a/ForzaDualSense/obj/project.nuget.cache b/ForzaDualSense/obj/project.nuget.cache index 8092d34..edcd6c8 100644 --- a/ForzaDualSense/obj/project.nuget.cache +++ b/ForzaDualSense/obj/project.nuget.cache @@ -1,6 +1,6 @@ { "version": 2, - "dgSpecHash": "jUWxRAQvZJvbaOJlZiKci+kJPN64iEEtyxMtsbF6qY3eEaa2GiU2z1qkSfP4TPOWlrQHP8NDjFcZKJuscIdnjQ==", + "dgSpecHash": "u6+aSbCixUqt5+Y4Vyq+1t844RxyF57SrsYYlYeskYeBavNtRfwdt0hmIva7Xo2quUpIKAwA4341aBHcOgmWDQ==", "success": true, "projectFilePath": "C:\\Data\\Development\\ForzaDualSense\\ForzaDualSense\\ForzaDualSense.csproj", "expectedPackageFiles": [ @@ -19,7 +19,8 @@ "C:\\Users\\patma\\.nuget\\packages\\system.runtime.compilerservices.unsafe\\6.0.0\\system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512", "C:\\Users\\patma\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x64\\6.0.1\\microsoft.netcore.app.runtime.win-x64.6.0.1.nupkg.sha512", "C:\\Users\\patma\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x64\\6.0.1\\microsoft.windowsdesktop.app.runtime.win-x64.6.0.1.nupkg.sha512", - "C:\\Users\\patma\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\6.0.1\\microsoft.aspnetcore.app.runtime.win-x64.6.0.1.nupkg.sha512" + "C:\\Users\\patma\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x64\\6.0.1\\microsoft.aspnetcore.app.runtime.win-x64.6.0.1.nupkg.sha512", + "C:\\Users\\patma\\.nuget\\packages\\microsoft.netcore.app.crossgen2.win-x64\\6.0.1\\microsoft.netcore.app.crossgen2.win-x64.6.0.1.nupkg.sha512" ], "logs": [] } \ No newline at end of file diff --git a/Readme.md b/Readme.md index e5f52f9..7d50e62 100644 --- a/Readme.md +++ b/Readme.md @@ -4,6 +4,8 @@ This is a program to control lights and adaptive triggers on a DualSense 5 contr **NOTE:** This is currently in the alpha stage. It works well and provides decent feedback via the adaptive triggers. However it is not perfect and definetly has room for improvement. I welcome people to help make needed adjustments(See below for more information). +**WARNING:** Since we do not have exact specifications of the commands sent to the controller, it is possible that certain values may be out of specification or in the not-reccomended categories. This could cause damage to controllers. Although I use this program without issue, I will not be held liable for damage to your controller due to it's use. + ## Adjusting / Modifying This program is written in very simple C#. If you do not know C#, it should not be hard to learn the necessary parts. If you do not know any programming, it may be more difficult, but I have left the relevant code very well documented.