A game about forced loneliness, made by TACStudios
1{
2 "name": "TwoPlayerControls",
3 "maps": [
4 {
5 "name": "TwoPlayers",
6 "id": "0e22eb1c-8c6e-4cec-8364-2a9f0e3ef769",
7 "actions": [
8 {
9 "name": "Move",
10 "type": "Button",
11 "id": "d35725fa-073a-4e1c-9052-2c45b8ef0b4c",
12 "expectedControlType": "",
13 "processors": "",
14 "interactions": ""
15 },
16 {
17 "name": "Look",
18 "type": "Button",
19 "id": "249187b5-59c4-459f-84d0-731cb510c536",
20 "expectedControlType": "",
21 "processors": "",
22 "interactions": ""
23 }
24 ],
25 "bindings": [
26 {
27 "name": "",
28 "id": "3e67c7ae-ca6c-4345-8f61-8df16fb87fec",
29 "path": "<Gamepad>{Player1}/leftStick",
30 "interactions": "",
31 "processors": "",
32 "groups": "TwoPlayers",
33 "action": "Move",
34 "isComposite": false,
35 "isPartOfComposite": false
36 },
37 {
38 "name": "",
39 "id": "46cadfba-140f-4895-8d9b-184da46b6010",
40 "path": "<Gamepad>{Player2}/rightStick",
41 "interactions": "",
42 "processors": "",
43 "groups": "TwoPlayers",
44 "action": "Look",
45 "isComposite": false,
46 "isPartOfComposite": false
47 }
48 ]
49 }
50 ],
51 "controlSchemes": [
52 {
53 "name": "TwoPlayers",
54 "bindingGroup": "TwoPlayers",
55 "devices": [
56 {
57 "devicePath": "<Gamepad>{Player1}",
58 "isOptional": false,
59 "isOR": false
60 },
61 {
62 "devicePath": "<Gamepad>{Player2}",
63 "isOptional": false,
64 "isOR": false
65 }
66 ]
67 }
68 ]
69}