From 33401eb378e0ac615aea92928b5e1c97242aed88 Mon Sep 17 00:00:00 2001
From: FrostWizard4 <88950263+FrostWizard4@users.noreply.github.com>
Date: Thu, 28 Apr 2022 09:29:49 -0500
Subject: [PATCH 1/2] Update README.md
---
README.md | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f73844b..10b7a19 100644
--- a/README.md
+++ b/README.md
@@ -4,4 +4,23 @@ Originally created by GitHub user evilC: https://github.com/evilC/VTOLVRPhysical
Disclaimer: This mod is NOT plug and play and requires basic knowledge of editing XML. Please find the readme pdf file in the mod download and follow the instructions.
-Allows usage of HOTAS peripherals (joysticks and throttles) to control aircraft instead of the default virtual joystick and throttle. Featuring fully remappable button and axis inputs for HOTAS functions like weapon select and sensor controls. Customization tutorial file included in download!
\ No newline at end of file
+Allows usage of HOTAS peripherals (joysticks and throttles) to control aircraft instead of the default virtual joystick and throttle. Featuring fully remappable button and axis inputs for HOTAS functions like weapon select and sensor controls. Customization tutorial file included in download!
+
+## Installation
+
+1. Download the mod and place it in the "VTOLVR_Modloader/mods" folder, rename "mods" to "Mods" with a capital M.
+2. Run the mod once.
+3. Rename the mod from VTOLVR_Physical_Input to VTOLVRPhysicalInput (Remove Underscores).
+4. Move SharpDX.dll & SharpDX.DirectInput.dll from the Dependencies folder (VTOL VR\VTOLVR_ModLoader\Mods\VTOLVRPhysicalInput\Dependencies) to (VTOL VR\VTOLVR_Data\Managed).
+
+6. The Hard Part: Edit the VTOLVRPhysicalInputSettings.xml to your HOTAS. (You can use the PDF included in the mod for this part if my explanation sucks)
+ - a. Hit the search button/bar and type joy.cpl if on windows.
+ - b. Rename the spot in between to the EXACT name of the HOTAS in joy.cpl.
+ - c. Repeat above for the Throttle HOTAS if you have one at the bottom of the file.
+ - d. Replace Button Numbers in the with the Button number on the HOTAS, shown in joy.cpl. (Use properties in joy.cpl)
+
+Notes:
+- The POV Hat setting is a bit confusing, I got it to work on my HOTAS by setting it to button 1.
+- Disabled ButtonToVectorComponent on the throttle because I didn't know what to use it for.
+
+
From f08e3b9e0977b739c04e61d179cd3dc274704842 Mon Sep 17 00:00:00 2001
From: FrostWizard4 <88950263+FrostWizard4@users.noreply.github.com>
Date: Thu, 28 Apr 2022 09:35:44 -0500
Subject: [PATCH 2/2] Update README.md
---
README.md | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index 10b7a19..be114fc 100644
--- a/README.md
+++ b/README.md
@@ -8,12 +8,11 @@ Allows usage of HOTAS peripherals (joysticks and throttles) to control aircraft
## Installation
-1. Download the mod and place it in the "VTOLVR_Modloader/mods" folder, rename "mods" to "Mods" with a capital M.
-2. Run the mod once.
-3. Rename the mod from VTOLVR_Physical_Input to VTOLVRPhysicalInput (Remove Underscores).
-4. Move SharpDX.dll & SharpDX.DirectInput.dll from the Dependencies folder (VTOL VR\VTOLVR_ModLoader\Mods\VTOLVRPhysicalInput\Dependencies) to (VTOL VR\VTOLVR_Data\Managed).
+1. Run the mod once.
+2. Rename the mod from VTOLVR_Physical_Input to VTOLVRPhysicalInput (Remove Underscores).
+3. Copy SharpDX.dll & SharpDX.DirectInput.dll from the Dependencies folder (VTOL VR\VTOLVR_ModLoader\Mods\VTOLVRPhysicalInput\Dependencies) to the Managed Folder (VTOL VR\VTOLVR_Data\Managed).
-6. The Hard Part: Edit the VTOLVRPhysicalInputSettings.xml to your HOTAS. (You can use the PDF included in the mod for this part if my explanation sucks)
+4. The Hard Part: Edit the VTOLVRPhysicalInputSettings.xml to your HOTAS. (You can use the PDF included in the mod for this part if my explanation sucks)
- a. Hit the search button/bar and type joy.cpl if on windows.
- b. Rename the spot in between to the EXACT name of the HOTAS in joy.cpl.
- c. Repeat above for the Throttle HOTAS if you have one at the bottom of the file.