mirror of
https://github.com/Raicuparta/nomai-vr.git
synced 2025-12-11 20:15:08 +01:00
Use left joystick for stationary tool dpad
This commit is contained in:
parent
cba64f38fe
commit
7c9f353bb1
@ -259,7 +259,7 @@
|
||||
}
|
||||
},
|
||||
"mode": "joystick",
|
||||
"path": "/user/hand/right/input/joystick"
|
||||
"path": "/user/hand/left/input/joystick"
|
||||
},
|
||||
{
|
||||
"inputs": {
|
||||
|
||||
@ -1,306 +1,306 @@
|
||||
{
|
||||
"action_manifest_version" : 3,
|
||||
"alias_info" : {},
|
||||
"app_key" : "steam.app.753640",
|
||||
"bindings" : {
|
||||
"/actions/default" : {
|
||||
"chords" : [],
|
||||
"haptics" : [
|
||||
"action_manifest_version": 3,
|
||||
"alias_info": {},
|
||||
"app_key": "steam.app.753640",
|
||||
"bindings": {
|
||||
"/actions/default": {
|
||||
"chords": [],
|
||||
"haptics": [
|
||||
{
|
||||
"output" : "/actions/default/out/haptic",
|
||||
"path" : "/user/hand/left/output/haptic"
|
||||
"output": "/actions/default/out/haptic",
|
||||
"path": "/user/hand/left/output/haptic"
|
||||
},
|
||||
{
|
||||
"output" : "/actions/default/out/haptic",
|
||||
"path" : "/user/hand/right/output/haptic"
|
||||
"output": "/actions/default/out/haptic",
|
||||
"path": "/user/hand/right/output/haptic"
|
||||
}
|
||||
],
|
||||
"poses" : [
|
||||
"poses": [
|
||||
{
|
||||
"output" : "/actions/default/in/lefthand",
|
||||
"path" : "/user/hand/left/pose/raw"
|
||||
"output": "/actions/default/in/lefthand",
|
||||
"path": "/user/hand/left/pose/raw"
|
||||
},
|
||||
{
|
||||
"output" : "/actions/default/in/righthand",
|
||||
"path" : "/user/hand/right/pose/raw"
|
||||
"output": "/actions/default/in/righthand",
|
||||
"path": "/user/hand/right/pose/raw"
|
||||
}
|
||||
],
|
||||
"skeleton" : [
|
||||
"skeleton": [
|
||||
{
|
||||
"output" : "/actions/default/in/skeletonlefthand",
|
||||
"path" : "/user/hand/left/input/skeleton/left"
|
||||
"output": "/actions/default/in/skeletonlefthand",
|
||||
"path": "/user/hand/left/input/skeleton/left"
|
||||
},
|
||||
{
|
||||
"output" : "/actions/default/in/skeletonrighthand",
|
||||
"path" : "/user/hand/right/input/skeleton/right"
|
||||
"output": "/actions/default/in/skeletonrighthand",
|
||||
"path": "/user/hand/right/input/skeleton/right"
|
||||
}
|
||||
],
|
||||
"sources" : [
|
||||
"sources": [
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/RollMode"
|
||||
"inputs": {
|
||||
"click": {
|
||||
"output": "/actions/default/in/RollMode"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/left/input/grip"
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/grip"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/RollMode"
|
||||
"inputs": {
|
||||
"click": {
|
||||
"output": "/actions/default/in/RollMode"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/grip"
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/grip"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/grabpinch"
|
||||
"inputs": {
|
||||
"click": {
|
||||
"output": "/actions/default/in/grabpinch"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"parameters" : {
|
||||
"click_activate_threshold" : "0.75",
|
||||
"click_deactivate_threshold" : "0.7",
|
||||
"force_input" : "value"
|
||||
"mode": "button",
|
||||
"parameters": {
|
||||
"click_activate_threshold": "0.75",
|
||||
"click_deactivate_threshold": "0.7",
|
||||
"force_input": "value"
|
||||
},
|
||||
"path" : "/user/hand/left/input/trigger"
|
||||
"path": "/user/hand/left/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/map"
|
||||
"inputs": {
|
||||
"click": {
|
||||
"output": "/actions/default/in/map"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/left/input/application_menu"
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/application_menu"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"pull" : {
|
||||
"output" : "/actions/default/in/ThrustDown"
|
||||
"inputs": {
|
||||
"pull": {
|
||||
"output": "/actions/default/in/ThrustDown"
|
||||
}
|
||||
},
|
||||
"mode" : "trigger",
|
||||
"path" : "/user/hand/left/input/trigger"
|
||||
"mode": "trigger",
|
||||
"path": "/user/hand/left/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"position" : {
|
||||
"output" : "/actions/default/in/move"
|
||||
"inputs": {
|
||||
"position": {
|
||||
"output": "/actions/default/in/move"
|
||||
}
|
||||
},
|
||||
"mode" : "trackpad",
|
||||
"path" : "/user/hand/left/input/trackpad"
|
||||
"mode": "trackpad",
|
||||
"path": "/user/hand/left/input/trackpad"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/Interact"
|
||||
"inputs": {
|
||||
"click": {
|
||||
"output": "/actions/default/in/Interact"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/application_menu"
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/application_menu"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"position" : {
|
||||
"output" : "/actions/default/in/look"
|
||||
"inputs": {
|
||||
"position": {
|
||||
"output": "/actions/default/in/look"
|
||||
}
|
||||
},
|
||||
"mode" : "trackpad",
|
||||
"path" : "/user/hand/right/input/trackpad"
|
||||
"mode": "trackpad",
|
||||
"path": "/user/hand/right/input/trackpad"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"north" : {
|
||||
"output" : "/actions/default/in/menu"
|
||||
"inputs": {
|
||||
"north": {
|
||||
"output": "/actions/default/in/menu"
|
||||
},
|
||||
"south" : {
|
||||
"output" : "/actions/default/in/back"
|
||||
"south": {
|
||||
"output": "/actions/default/in/back"
|
||||
}
|
||||
},
|
||||
"mode" : "dpad",
|
||||
"parameters" : {
|
||||
"sub_mode" : "click"
|
||||
"mode": "dpad",
|
||||
"parameters": {
|
||||
"sub_mode": "click"
|
||||
},
|
||||
"path" : "/user/hand/left/input/trackpad"
|
||||
"path": "/user/hand/left/input/trackpad"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/jump"
|
||||
"inputs": {
|
||||
"click": {
|
||||
"output": "/actions/default/in/jump"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/trackpad"
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trackpad"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/grip"
|
||||
"inputs": {
|
||||
"click": {
|
||||
"output": "/actions/default/in/grip"
|
||||
}
|
||||
},
|
||||
"mode" : "toggle_button",
|
||||
"path" : "/user/hand/right/input/grip"
|
||||
"mode": "toggle_button",
|
||||
"path": "/user/hand/right/input/grip"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/grabpinch"
|
||||
"inputs": {
|
||||
"click": {
|
||||
"output": "/actions/default/in/grabpinch"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"parameters" : {
|
||||
"click_activate_threshold" : "0.75",
|
||||
"click_deactivate_threshold" : "0.7"
|
||||
"mode": "button",
|
||||
"parameters": {
|
||||
"click_activate_threshold": "0.75",
|
||||
"click_deactivate_threshold": "0.7"
|
||||
},
|
||||
"path" : "/user/hand/right/input/trigger"
|
||||
"path": "/user/hand/right/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"pull" : {
|
||||
"output" : "/actions/default/in/squeeze"
|
||||
"inputs": {
|
||||
"pull": {
|
||||
"output": "/actions/default/in/squeeze"
|
||||
}
|
||||
},
|
||||
"mode" : "trigger",
|
||||
"path" : "/user/hand/left/input/trigger"
|
||||
"mode": "trigger",
|
||||
"path": "/user/hand/left/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"pull" : {
|
||||
"output" : "/actions/default/in/squeeze"
|
||||
"inputs": {
|
||||
"pull": {
|
||||
"output": "/actions/default/in/squeeze"
|
||||
}
|
||||
},
|
||||
"mode" : "trigger",
|
||||
"path" : "/user/hand/right/input/trigger"
|
||||
"mode": "trigger",
|
||||
"path": "/user/hand/right/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/grip"
|
||||
"inputs": {
|
||||
"click": {
|
||||
"output": "/actions/default/in/grip"
|
||||
}
|
||||
},
|
||||
"mode" : "toggle_button",
|
||||
"path" : "/user/hand/left/input/grip"
|
||||
"mode": "toggle_button",
|
||||
"path": "/user/hand/left/input/grip"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"pull" : {
|
||||
"output" : "/actions/default/in/thrustup"
|
||||
"inputs": {
|
||||
"pull": {
|
||||
"output": "/actions/default/in/thrustup"
|
||||
}
|
||||
},
|
||||
"mode" : "trigger",
|
||||
"path" : "/user/hand/right/input/trigger"
|
||||
"mode": "trigger",
|
||||
"path": "/user/hand/right/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/uiselect"
|
||||
"inputs": {
|
||||
"click": {
|
||||
"output": "/actions/default/in/uiselect"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/trigger"
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/trigger"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"position" : {
|
||||
"output" : "/actions/default/in/stationarydpad"
|
||||
"inputs": {
|
||||
"position": {
|
||||
"output": "/actions/default/in/stationarydpad"
|
||||
}
|
||||
},
|
||||
"mode" : "trackpad",
|
||||
"path" : "/user/hand/right/input/trackpad"
|
||||
"mode": "trackpad",
|
||||
"path": "/user/hand/left/input/trackpad"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/stationaryuse"
|
||||
"inputs": {
|
||||
"click": {
|
||||
"output": "/actions/default/in/stationaryuse"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/application_menu"
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/application_menu"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"position" : {
|
||||
"output" : "/actions/default/in/uidpad"
|
||||
"inputs": {
|
||||
"position": {
|
||||
"output": "/actions/default/in/uidpad"
|
||||
}
|
||||
},
|
||||
"mode" : "trackpad",
|
||||
"path" : "/user/hand/right/input/trackpad"
|
||||
"mode": "trackpad",
|
||||
"path": "/user/hand/right/input/trackpad"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"east" : {
|
||||
"output" : "/actions/default/in/uisubtabright"
|
||||
"inputs": {
|
||||
"east": {
|
||||
"output": "/actions/default/in/uisubtabright"
|
||||
},
|
||||
"north" : {
|
||||
"output" : "/actions/default/in/uitabright"
|
||||
"north": {
|
||||
"output": "/actions/default/in/uitabright"
|
||||
},
|
||||
"south" : {
|
||||
"output" : "/actions/default/in/uitableft"
|
||||
"south": {
|
||||
"output": "/actions/default/in/uitableft"
|
||||
},
|
||||
"west" : {
|
||||
"output" : "/actions/default/in/uisubtableft"
|
||||
"west": {
|
||||
"output": "/actions/default/in/uisubtableft"
|
||||
}
|
||||
},
|
||||
"mode" : "dpad",
|
||||
"parameters" : {
|
||||
"sub_mode" : "touch"
|
||||
"mode": "dpad",
|
||||
"parameters": {
|
||||
"sub_mode": "touch"
|
||||
},
|
||||
"path" : "/user/hand/left/input/trackpad"
|
||||
"path": "/user/hand/left/input/trackpad"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/default/in/secondaryinteract"
|
||||
"inputs": {
|
||||
"click": {
|
||||
"output": "/actions/default/in/secondaryinteract"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/grip"
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/grip"
|
||||
}
|
||||
]
|
||||
},
|
||||
"/actions/inverted" : {
|
||||
"chords" : [],
|
||||
"haptics" : [],
|
||||
"poses" : [],
|
||||
"skeleton" : [],
|
||||
"sources" : []
|
||||
"/actions/inverted": {
|
||||
"chords": [],
|
||||
"haptics": [],
|
||||
"poses": [],
|
||||
"skeleton": [],
|
||||
"sources": []
|
||||
},
|
||||
"/actions/tools" : {
|
||||
"chords" : [],
|
||||
"haptics" : [],
|
||||
"poses" : [],
|
||||
"skeleton" : [],
|
||||
"sources" : [
|
||||
"/actions/tools": {
|
||||
"chords": [],
|
||||
"haptics": [],
|
||||
"poses": [],
|
||||
"skeleton": [],
|
||||
"sources": [
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/tools/in/use"
|
||||
"inputs": {
|
||||
"click": {
|
||||
"output": "/actions/tools/in/use"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/left/input/application_menu"
|
||||
"mode": "button",
|
||||
"path": "/user/hand/left/input/application_menu"
|
||||
},
|
||||
{
|
||||
"inputs" : {
|
||||
"click" : {
|
||||
"output" : "/actions/tools/in/use"
|
||||
"inputs": {
|
||||
"click": {
|
||||
"output": "/actions/tools/in/use"
|
||||
}
|
||||
},
|
||||
"mode" : "button",
|
||||
"path" : "/user/hand/right/input/application_menu"
|
||||
"mode": "button",
|
||||
"path": "/user/hand/right/input/application_menu"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"category" : "steamvr_input",
|
||||
"controller_type" : "vive_controller",
|
||||
"description" : "",
|
||||
"name" : "Outer Wilds Vive Wands Bindings",
|
||||
"options" : {},
|
||||
"simulated_actions" : []
|
||||
"category": "steamvr_input",
|
||||
"controller_type": "vive_controller",
|
||||
"description": "",
|
||||
"name": "Outer Wilds Vive Wands Bindings",
|
||||
"options": {},
|
||||
"simulated_actions": []
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user