Skyrim Special Edition
0 of 0

File information

Last updated

Original upload

Created by

Shizof

Uploaded by

Shizof

Virus scan

Some manually verified files

About this mod

An SKSE plugin to Disable any input on vr controllers you don't wanna use when you are not in a menu. It comes with already implemented Disable Turning with Touchpad system. In the config you can also set any button to be disabled when you are not in a menu.

Requirements
Permissions and credits
Changelogs
DESCRIPTION

This mod consists of an SKSE plugin to Disable any input you like with vr controllers when you are not in a menu. It comes with already implemented Disable Turning with Touchpad system. You can also set any button to be disabled out of a menu from the config.


If you have any requests, suggestions, ideas, please post it. Don't hold back!



Added SKSEVR Plugin source to the download section to help fellow modders.


REQUIREMENTS

  • SKYRIMVR

INSTALLATION

Install with a Mod Manager or extract contents to SkyrimVR\Data directory.


CONFIGURATION

This mod features a mod configuration file in "SKSE\Plugins\disableinputvr_plugin.ini"

LeftHandedMode = 0 : Set this setting to 1 to enable left handed mode.

DisableTurning = 1 : This setting disables touchpad turning. For wireless users etc.

PreventActivateMisclick = 1 : This setting disables center of the touchpad for PreventActivateMisclickTimer milliseconds after you view an activate popup and it closes. So you won't misclick and open the favorites menu.
PreventActivateMisclickTimer = 1500 : This is the timer for the misclick countdown. You are not allowed to click on the center of touchpad for this duration after the activate popup closes.


DisableButtonsLeftController=
DisableButtonsRightController=

These settings can be used to disable buttons in left and right controllers (Set them reverse if you use left handed mode)
Enter button ids here separated by "," and those buttons will be disabled if menu is not open. Check the known buttons list down for the ids. Usage Like: DisableButtonsRightController= 33,2,7

#      Known Buttons in OpenVR:
#System= 0,
#ApplicationMenu       = 1,  #Also used in Knucles B
#Grip= 2,  #Also used in Knucles A
#DPad_Left= 3,
#DPad_Up= 4,
#DPad_Right= 5,
#DPad_Down= 6,
#A= 7,
#
#ProximitySensor   = 31,
#
#Axis0= 32, #Touchpad
#Axis1= 33, #Trigger
#Axis2= 34,
#Axis3= 35, #Also used in Knucles JoyStick
#Axis4= 36,






FUTURE

If you have any suggestions, or requests, let me know and I'll add them to the mod if they are plausible.




CREDITS


Thanks to lfrazer for adding input blocking Callback to SkyrimVRTools and helping me with this mod.