From 972af9b9ed4efa8521e34ec07e37a36c4ad4d226 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sun, 11 Feb 2024 11:19:28 +0700 Subject: [PATCH] palworld: adjust sensitivities --- touch-layouts/layouts/palworld.json | 57 +++++++++++++++++------------ 1 file changed, 34 insertions(+), 23 deletions(-) diff --git a/touch-layouts/layouts/palworld.json b/touch-layouts/layouts/palworld.json index 32fc639..1c8f037 100644 --- a/touch-layouts/layouts/palworld.json +++ b/touch-layouts/layouts/palworld.json @@ -14,12 +14,12 @@ { "input": "axisX", "output": "rightJoystickX", - "sensitivity": 3 + "sensitivity": 5 }, { "input": "axisY", "output": "rightJoystickY", - "sensitivity": 3 + "sensitivity": 5 } ], "styles": { @@ -39,7 +39,7 @@ "axis": { "input": "axisXY", "output": "rightJoystick", - "sensitivity": 1 + "sensitivity": 1.5 } } ] @@ -131,7 +131,11 @@ "type": "joystick", "axis": { "input": "axisXY", - "output": "leftJoystick" + "output": "leftJoystick", + "deadzone": { + "threshold": 0.5, + "radial": true + } }, "action": [ "leftBumper", @@ -158,7 +162,11 @@ "type": "joystick", "axis": { "input": "axisXY", - "output": "leftJoystick" + "output": "leftJoystick", + "deadzone": { + "threshold": 0.5, + "radial": true + } }, "action": [ "rightBumper", @@ -185,7 +193,11 @@ "type": "joystick", "axis": { "input": "axisXY", - "output": "leftJoystick" + "output": "leftJoystick", + "deadzone": { + "threshold": 0.5, + "radial": true + } }, "action": [ "leftTrigger", @@ -254,8 +266,7 @@ } }, "toggle": true - }, - null + } ], { "type": "button", @@ -269,33 +280,33 @@ } } }, - { - "type": "button", - "action": "gamepadA", - "styles": { - "default": { - "faceImage": { - "type": "icon", - "value": "jump" + [ + { + "type": "button", + "action": "gamepadA", + "styles": { + "default": { + "faceImage": { + "type": "icon", + "value": "jump" + } } } - } - }, - { - "type": "blank" - }, + }, + null + ], { "type": "touchpad", "axis": [ { "input": "axisX", "output": "rightJoystickX", - "sensitivity": 3 + "sensitivity": 5 }, { "input": "axisY", "output": "rightJoystickY", - "sensitivity": 3 + "sensitivity": 5 } ], "renderAsButton": true,