From f59bc676365bc3081b48c286bd88d02dc5b4c53c Mon Sep 17 00:00:00 2001 From: 1amcord Date: Thu, 28 Feb 2019 00:24:33 +0100 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2397800..2d41df6 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,28 @@ # VirtualPlunger Fix the Z-Axis issue that arduino-based Pincontrol-Controllers have with x360ce program -# Installation Instructions +# Installation 1. Install http://vjoystick.sourceforge.net/site/index.php/download-a-install/download -2. Download [VirtualPlunger.exe](https://github.com/1amcord/VirtualPlunger/blob/master/x64/Release/VirtualPlunger.exe) and [vJoyInterface.dll](https://github.com/1amcord/VirtualPlunger/blob/master/x64/Release/vJoyInterface.dll) and put them into separate folder (e.g. c:\VirtualPlunger) -3. Configure x360ce as described in the following pictures +2. Download the latest release and put the two files **VirtualPlunger.exe** and **vJoyInterface.dll** into a separate folder (e.g. c:\VirtualPlunger) +3. Run VirtualPlunger.exe +4. Configure x360ce as described in the following pictures -![Step 1](https://github.com/1amcord/VirtualPlunger/blob/master/res/x360ce_1_options.PNG) +![Step 1](https://github.com/1amcord/VirtualPlunger/blob/master/res/devicemanager_1.PNG) -![Step 2](https://github.com/1amcord/VirtualPlunger/blob/master/res/x360ce_2_controller1.PNG) +![Step 2](https://github.com/1amcord/VirtualPlunger/blob/master/res/devicemanager_2.PNG) -![Step 3](https://github.com/1amcord/VirtualPlunger/blob/master/res/x360ce_3_controller1_right_thumb.PNG) +![Step 3](https://github.com/1amcord/VirtualPlunger/blob/master/res/x360ce_1_options.PNG) -![Step 4](https://github.com/1amcord/VirtualPlunger/blob/master/res/x360ce_4_controller2.PNG) +![Step 4](https://github.com/1amcord/VirtualPlunger/blob/master/res/x360ce_2_controller1.PNG) +![Step 5](https://github.com/1amcord/VirtualPlunger/blob/master/res/x360ce_3_controller1_right_thumb.PNG) + +![Step 6](https://github.com/1amcord/VirtualPlunger/blob/master/res/x360ce_4_controller2.PNG) + +# Debug + +Run VirtualPlunger.exe with /debug to get a window that shows Z-Axis values. # Idea