Skip to content

Instantly share code, notes, and snippets.

@murgo
Created March 26, 2024 00:38
Show Gist options
  • Save murgo/6a57f554c2ae5a1778d299f16e233e6b to your computer and use it in GitHub Desktop.
Save murgo/6a57f554c2ae5a1778d299f16e233e6b to your computer and use it in GitHub Desktop.
Configuration for Hitman 3 VR with Meta Quest 3 through Steam Link (moves menu button)
{
"action_manifest_version": 0,
"alias_info": {},
"bindings": {
"/actions/main": {
"chords": [],
"haptics": [
{
"output": "/actions/main/out/HapticsLeft",
"path": "/user/hand/left/output/haptic"
},
{
"output": "/actions/main/out/HapticsRight",
"path": "/user/hand/right/output/haptic"
}
],
"sources": [
{
"inputs": {
"click": {
"output": "/actions/main/in/LeftClick"
},
"position": {
"output": "/actions/main/in/LeftStick"
}
},
"mode": "joystick",
"path": "/user/hand/left/input/joystick"
},
{
"inputs": {
"click": {
"output": "/actions/main/in/RightClick"
},
"position": {
"output": "/actions/main/in/RightStick"
}
},
"mode": "joystick",
"path": "/user/hand/right/input/joystick"
},
{
"inputs": {
"click": {
"output": "/actions/main/in/ButtonB"
}
},
"mode": "button",
"path": "/user/hand/right/input/b"
},
{
"inputs": {
"click": {
"output": "/actions/main/in/ButtonA"
}
},
"mode": "button",
"path": "/user/hand/right/input/a"
},
{
"inputs": {
"pull": {
"output": "/actions/main/in/LeftTrigger"
}
},
"mode": "trigger",
"path": "/user/hand/left/input/trigger"
},
{
"inputs": {
"grab": {
"output": "/actions/main/in/LeftGrip"
}
},
"mode": "button",
"path": "/user/hand/left/input/grip"
},
{
"inputs": {
"pull": {
"output": "/actions/main/in/RightTrigger"
}
},
"mode": "trigger",
"path": "/user/hand/right/input/trigger"
},
{
"inputs": {
"grab": {
"output": "/actions/main/in/RightGrip"
}
},
"mode" : "button",
"path" : "/user/hand/right/input/grip"
},
{
"inputs": {
"click": {
"output": "/actions/main/in/ButtonY"
}
},
"mode": "button",
"path": "/user/hand/left/input/y/touch"
},
{
"inputs": {
"click": {
"output": "/actions/main/in/ButtonX"
}
},
"mode": "button",
"path": "/user/hand/left/input/x"
},
{
"inputs": {
"click": {
"output": "/actions/main/in/ButtonStart"
}
},
"mode": "button",
"path": "/user/hand/left/input/y"
}
]
}
},
"category": "steamvr_input",
"controller_type": "oculus_touch",
"description": "",
"name": "Defaults for Oculus Touch",
"options": {},
"simulated_actions": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment