diff --git a/Config/SteamVRBindings/gamepad.json b/Config/SteamVRBindings/gamepad.json index 2d45993..5baeb5c 100644 --- a/Config/SteamVRBindings/gamepad.json +++ b/Config/SteamVRBindings/gamepad.json @@ -9,5 +9,5 @@ "sources": [] } }, - "description": "railwayWorker-10757647" + "description": "railwayWorker-11590370" } \ No newline at end of file diff --git a/Config/SteamVRBindings/holographic_controller.json b/Config/SteamVRBindings/holographic_controller.json index d8e5176..946f55b 100644 --- a/Config/SteamVRBindings/holographic_controller.json +++ b/Config/SteamVRBindings/holographic_controller.json @@ -40,5 +40,5 @@ ] } }, - "description": "railwayWorker-10757647" + "description": "railwayWorker-11590370" } \ No newline at end of file diff --git a/Config/SteamVRBindings/indexhmd.json b/Config/SteamVRBindings/indexhmd.json index a5cd6c7..5c5afa2 100644 --- a/Config/SteamVRBindings/indexhmd.json +++ b/Config/SteamVRBindings/indexhmd.json @@ -9,5 +9,5 @@ "sources": [] } }, - "description": "railwayWorker-10757647" + "description": "railwayWorker-11590370" } \ No newline at end of file diff --git a/Config/SteamVRBindings/knuckles.json b/Config/SteamVRBindings/knuckles.json index 2bdf203..42c5f99 100644 --- a/Config/SteamVRBindings/knuckles.json +++ b/Config/SteamVRBindings/knuckles.json @@ -40,5 +40,5 @@ ] } }, - "description": "railwayWorker-10757647" + "description": "railwayWorker-11590370" } \ No newline at end of file diff --git a/Config/SteamVRBindings/oculus_touch.json b/Config/SteamVRBindings/oculus_touch.json index 09310e1..6e96245 100644 --- a/Config/SteamVRBindings/oculus_touch.json +++ b/Config/SteamVRBindings/oculus_touch.json @@ -40,5 +40,5 @@ ] } }, - "description": "railwayWorker-10757647" + "description": "railwayWorker-11590370" } \ No newline at end of file diff --git a/Config/SteamVRBindings/rift.json b/Config/SteamVRBindings/rift.json index 9d7d62d..e7f3ca6 100644 --- a/Config/SteamVRBindings/rift.json +++ b/Config/SteamVRBindings/rift.json @@ -9,5 +9,5 @@ "sources": [] } }, - "description": "railwayWorker-10757647" + "description": "railwayWorker-11590370" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive.json b/Config/SteamVRBindings/vive.json index 8a82cb5..9467594 100644 --- a/Config/SteamVRBindings/vive.json +++ b/Config/SteamVRBindings/vive.json @@ -9,5 +9,5 @@ "sources": [] } }, - "description": "railwayWorker-10757647" + "description": "railwayWorker-11590370" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_cosmos_controller.json b/Config/SteamVRBindings/vive_cosmos_controller.json index aad4382..e4bdcd1 100644 --- a/Config/SteamVRBindings/vive_cosmos_controller.json +++ b/Config/SteamVRBindings/vive_cosmos_controller.json @@ -150,7 +150,7 @@ } }, { - "mode": "button", + "mode": "trigger", "path": "/user/hand/right/input/trigger", "inputs": { @@ -161,7 +161,7 @@ } }, { - "mode": "button", + "mode": "trigger", "path": "/user/hand/left/input/trigger", "inputs": { @@ -181,6 +181,126 @@ "output": "/actions/main/in/ButtonMenu" } } + }, + { + "mode": "dpad", + "path": "/user/hand/left/input/joystick", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "north": + { + "output": "/actions/main/in/LeftJoyMoveUp" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/left/input/joystick", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "south": + { + "output": "/actions/main/in/LeftJoyMoveDown" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/right/input/joystick", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "north": + { + "output": "/actions/main/in/RightJoyMoveUp" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/right/input/joystick", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "south": + { + "output": "/actions/main/in/RightJoyMoveDown" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/left/input/joystick", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "west": + { + "output": "/actions/main/in/LeftJoyMoveLeft" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/right/input/joystick", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "west": + { + "output": "/actions/main/in/RightJoyMoveLeft" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/left/input/joystick", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "east": + { + "output": "/actions/main/in/leftJoyMoveRight" + } + } + }, + { + "mode": "dpad", + "path": "/user/hand/right/input/joystick", + "parameters": + { + "sub_mode": "click" + }, + "inputs": + { + "east": + { + "output": "/actions/main/in/RightJoyMoveRight" + } + } } ], "poses": [ @@ -216,5 +336,5 @@ ] } }, - "description": "railwayWorker-10757647" + "description": "railwayWorker-11590370" } \ No newline at end of file diff --git a/Config/SteamVRBindings/vive_pro.json b/Config/SteamVRBindings/vive_pro.json index 4293f51..f4ff68b 100644 --- a/Config/SteamVRBindings/vive_pro.json +++ b/Config/SteamVRBindings/vive_pro.json @@ -9,5 +9,5 @@ "sources": [] } }, - "description": "railwayWorker-10757647" + "description": "railwayWorker-11590370" } \ No newline at end of file diff --git a/Content/test/Blueprints/player/motionController.uasset b/Content/test/Blueprints/player/motionController.uasset new file mode 100644 index 0000000..e9630c5 Binary files /dev/null and b/Content/test/Blueprints/player/motionController.uasset differ diff --git a/Content/test/Blueprints/player/playerMenu.uasset b/Content/test/Blueprints/player/playerMenu.uasset new file mode 100644 index 0000000..aaf9834 Binary files /dev/null and b/Content/test/Blueprints/player/playerMenu.uasset differ