palworld: adjust sensitivities

This commit is contained in:
redphx 2024-02-11 11:19:28 +07:00
parent 7ac7286385
commit 972af9b9ed

View File

@ -14,12 +14,12 @@
{ {
"input": "axisX", "input": "axisX",
"output": "rightJoystickX", "output": "rightJoystickX",
"sensitivity": 3 "sensitivity": 5
}, },
{ {
"input": "axisY", "input": "axisY",
"output": "rightJoystickY", "output": "rightJoystickY",
"sensitivity": 3 "sensitivity": 5
} }
], ],
"styles": { "styles": {
@ -39,7 +39,7 @@
"axis": { "axis": {
"input": "axisXY", "input": "axisXY",
"output": "rightJoystick", "output": "rightJoystick",
"sensitivity": 1 "sensitivity": 1.5
} }
} }
] ]
@ -131,7 +131,11 @@
"type": "joystick", "type": "joystick",
"axis": { "axis": {
"input": "axisXY", "input": "axisXY",
"output": "leftJoystick" "output": "leftJoystick",
"deadzone": {
"threshold": 0.5,
"radial": true
}
}, },
"action": [ "action": [
"leftBumper", "leftBumper",
@ -158,7 +162,11 @@
"type": "joystick", "type": "joystick",
"axis": { "axis": {
"input": "axisXY", "input": "axisXY",
"output": "leftJoystick" "output": "leftJoystick",
"deadzone": {
"threshold": 0.5,
"radial": true
}
}, },
"action": [ "action": [
"rightBumper", "rightBumper",
@ -185,7 +193,11 @@
"type": "joystick", "type": "joystick",
"axis": { "axis": {
"input": "axisXY", "input": "axisXY",
"output": "leftJoystick" "output": "leftJoystick",
"deadzone": {
"threshold": 0.5,
"radial": true
}
}, },
"action": [ "action": [
"leftTrigger", "leftTrigger",
@ -254,8 +266,7 @@
} }
}, },
"toggle": true "toggle": true
}, }
null
], ],
{ {
"type": "button", "type": "button",
@ -269,33 +280,33 @@
} }
} }
}, },
{ [
"type": "button", {
"action": "gamepadA", "type": "button",
"styles": { "action": "gamepadA",
"default": { "styles": {
"faceImage": { "default": {
"type": "icon", "faceImage": {
"value": "jump" "type": "icon",
"value": "jump"
}
} }
} }
} },
}, null
{ ],
"type": "blank"
},
{ {
"type": "touchpad", "type": "touchpad",
"axis": [ "axis": [
{ {
"input": "axisX", "input": "axisX",
"output": "rightJoystickX", "output": "rightJoystickX",
"sensitivity": 3 "sensitivity": 5
}, },
{ {
"input": "axisY", "input": "axisY",
"output": "rightJoystickY", "output": "rightJoystickY",
"sensitivity": 3 "sensitivity": 5
} }
], ],
"renderAsButton": true, "renderAsButton": true,