Files
better-xcloud/touch-layouts/layouts/forza.json
2024-02-10 15:24:06 +07:00

245 lines
5.9 KiB
JSON

{
"schema_version": 1,
"layouts": {
"layout-1": {
"name": "Layout 1",
"content": {
"layers": {
"dPadDisplay": {
"right": {
"inner": [
{
"type": "directionalPad",
"scale": 1.75,
"interaction": {
"activationType": "exclusive"
}
}
],
"outer": [
{
"type": "blank"
},
{
"type": "blank"
},
{
"type": "blank"
},
{
"type": "blank"
},
{
"type": "blank"
},
{
"type": "blank"
},
{
"type": "blank"
}
]
}
}
},
"left": {
"inner": [
{
"type": "joystick",
"axis": {
"input": "axisXY",
"output": "leftJoystick",
"deadzone": {
"threshold": 0.1,
"radial": true
}
},
"styles": {
"default": {
"knob": {
"faceImage": {
"type": "icon",
"value": "steering"
}
}
}
}
}
],
"outer": [
{
"type": "button",
"action": "leftBumper"
},
null,
[
{
"type": "button",
"action": "rightThumb"
},
{
"type": "joystick",
"axis": {
"input": "axisXY",
"output": "rightJoystick",
"deadzone": {
"threshold": 0.1,
"radial": true
}
},
"relative": false,
"expand": false,
"styles": {
"default": {
"knob": {
"faceImage": {
"type": "icon",
"value": "switchCamera"
},
"stroke": {
"opacity": 0.1
}
},
"outline": {
"opacity": 0
}
}
}
},
{
"type": "button",
"action": "rightBumper"
}
],
[
{
"type": "button",
"action": {
"type": "layer",
"target": "dPadDisplay"
},
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "dPad"
}
}
}
},
null
],
[
{
"type": "button",
"action": "leftThumb"
},
null
]
]
},
"right": {
"inner": [
{
"type": "button",
"action": "rightTrigger",
"pullAction": "gamepadA",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "gasPedal"
}
}
}
}
],
"outer": [
[
{
"type": "button",
"action": "gamepadB",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "add"
}
}
}
},
null
],
{
"type": "button",
"action": "gamepadA",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "handbrake2"
}
}
}
},
[
{
"type": "button",
"action": "leftTrigger",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "brakePedal"
}
}
}
},
null
],
{
"type": "button",
"action": "gamepadX",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "subtract"
}
}
}
},
[
{
"type": "button",
"action": "gamepadY",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "repeatRefresh"
}
}
}
},
null
]
]
},
"upper": {
"right": [
{
"type": "button",
"action": "menu"
},
{
"type": "button",
"action": "view"
}
]
}
}
}
}
}