Custom touch controls for Gears of War Reloaded & RoboCop: Rogue City - Unfinished Business (#774)

* Add files via upload

* Add files via upload

* Update doom-doom-ii.json

Added another layout (joystick).

* Update 1714795112.json

Updated to reflect additional layout.

* Update doom-64.json

Added another layout (joystick).

* Update 2136041956.json

Amended to reflect additional layout.

* Update resident-evil-4-remake.json

Minor changes

* Update resident-evil-4-remake.json

Last chance - added RB button for solving puzzles / menu navigation.

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload
This commit is contained in:
Kode-Z
2025-08-27 00:21:54 +01:00
committed by GitHub
parent 5b53236706
commit 634c8824a1
3 changed files with 244 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"name": "RoboCop: Rogue City - Unfinished Business",
"default_layout": "custom",
"layouts": [
"robocop-rogue-city"
]
}

View File

@@ -0,0 +1,7 @@
{
"name": "Gears of War: Reloaded",
"default_layout": "custom",
"layouts": [
"gears-of-war-reloaded"
]
}

View File

@@ -0,0 +1,230 @@
{
"schema_version": 1,
"layouts": {
"custom": {
"name": "Custom",
"author": "Kode-Z",
"content": {
"left": {
"inner": [
{
"type": "joystick",
"axis": {
"input": "axisXY",
"output": "leftJoystick",
"deadzone": {
"threshold": 0.05,
"radial": true
}
}
}
],
"outer": [
[
{
"type": "button",
"action": "leftBumper",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "phone"
}
}
}
}
],
[
{
"type": "directionalPad"
}
],
[
{
"type": "button",
"action": "leftThumb",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "crouch"
}
}
}
}
],
[
{
"type": "joystick",
"axis": {
"input": "axisXY",
"output": "leftJoystick",
"deadzone": {
"threshold": 0,
"radial": true
}
},
"action": "leftTrigger",
"styles": {
"default": {
"knob": {
"faceImage": {
"type": "icon",
"value": "leftTrigger"
},
"background": {
"type": "color",
"value": "#ffffff",
"opacity": 0.1
},
"stroke": {
"opacity": 0.1
}
}
}
}
}
]
]
},
"right": {
"inner": [
{
"type": "joystick",
"axis": {
"input": "axisXY",
"output": "rightJoystick"
}
}
],
"outer": [
null,
null,
null,
{
"type": "button",
"action": "rightThumb",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "zoomIn"
}
}
}
},
[
{
"type": "button",
"action": "gamepadA"
},
{
"type": "touchpad",
"axis": {
"input": "axisXY",
"output": "rightJoystick",
"sensitivity": 5,
"deadzone": {
"threshold": 0,
"radial": true
}
},
"renderAsButton": true,
"action": [
"gamepadB"
],
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "lightPunch"
}
}
}
},
{
"type": "touchpad",
"axis": {
"input": "axisXY",
"output": "rightJoystick",
"sensitivity": 5,
"deadzone": {
"threshold": 0,
"radial": true
}
},
"renderAsButton": true,
"action": [
"rightBumper"
],
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "reload"
}
}
}
},
{
"type": "touchpad",
"axis": {
"input": "axisXY",
"output": "rightJoystick",
"sensitivity": 5,
"deadzone": {
"threshold": 0,
"radial": true
}
},
"renderAsButton": true,
"action": [
"rightTrigger"
]
}
],
{
"type": "button",
"action": "gamepadX",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "interact"
}
}
}
},
[
{
"type": "button",
"action": "gamepadY",
"styles": {
"default": {
"faceImage": {
"type": "icon",
"value": "look"
}
}
}
},
null
]
]
},
"upper": {
"right": [
{
"type": "button",
"action": "menu"
},
{
"type": "button",
"action": "view"
}
]
}
}
}
}
}