Fishbiter / WMR_vrclient

Shim for using WMR joysticks in SteamVR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WMR_vrclient

Shim for SteamVR to map trackpad controls to WMR joystick

This is a simple shim that sits infront of vrclient.dll or vrclient_x64.dll and remaps controls so the WMR joysticks can be used in place of the track pads.

I have tested it with a handful of games with mixed results.

Behaviour per program can be configured using WMR_vr_settings.json file.

Installation:

Copy files to SteamVR bin folder (e.g SteamApps\common\SteamVR\bin) and run install_WMR.bat. If successful, it will say "Ready to go"

Steam VR updates:

When SteamVR updates it will undo the patch. To redo, you must make sure that real_vrclient and real_vrclient_x86 are removed and re-run the installation script.

Uses picojson under the following license:

Copyright 2009-2010 Cybozu Labs, Inc. Copyright 2011-2014 Kazuho Oku All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

Shim for using WMR joysticks in SteamVR


Languages

Language:C++ 99.9%Language:C 0.1%Language:Batchfile 0.1%