A game about forced loneliness, made by TACStudios
1{
2 "name": "SimpleMultiplayerControls",
3 "maps": [
4 {
5 "name": "Player",
6 "id": "fb8d6404-ed77-4dcb-9196-b47c736924a7",
7 "actions": [
8 {
9 "name": "Teleport",
10 "type": "Button",
11 "id": "da5efce7-0b41-45bb-9a3c-2c57823845bf",
12 "expectedControlType": "Button",
13 "processors": "",
14 "interactions": ""
15 }
16 ],
17 "bindings": [
18 {
19 "name": "",
20 "id": "143bb1cd-cc10-4eca-a2f0-a3664166fe91",
21 "path": "<Gamepad>/rightTrigger",
22 "interactions": "",
23 "processors": "",
24 "groups": ";Gamepad",
25 "action": "Teleport",
26 "isComposite": false,
27 "isPartOfComposite": false
28 },
29 {
30 "name": "",
31 "id": "05f6913d-c316-48b2-a6bb-e225f14c7960",
32 "path": "<Mouse>/leftButton",
33 "interactions": "",
34 "processors": "",
35 "groups": ";Keyboard&Mouse",
36 "action": "Teleport",
37 "isComposite": false,
38 "isPartOfComposite": false
39 },
40 {
41 "name": "",
42 "id": "886e731e-7071-4ae4-95c0-e61739dad6fd",
43 "path": "<Touchscreen>/primaryTouch/tap",
44 "interactions": "",
45 "processors": "",
46 "groups": ";Touch",
47 "action": "Teleport",
48 "isComposite": false,
49 "isPartOfComposite": false
50 },
51 {
52 "name": "",
53 "id": "ee3d0cd2-254e-47a7-a8cb-bc94d9658c54",
54 "path": "<Joystick>/trigger",
55 "interactions": "",
56 "processors": "",
57 "groups": "Joystick",
58 "action": "Teleport",
59 "isComposite": false,
60 "isPartOfComposite": false
61 },
62 {
63 "name": "",
64 "id": "8255d333-5683-4943-a58a-ccb207ff1dce",
65 "path": "<XRController>/{PrimaryAction}",
66 "interactions": "",
67 "processors": "",
68 "groups": "XR",
69 "action": "Teleport",
70 "isComposite": false,
71 "isPartOfComposite": false
72 }
73 ]
74 }
75 ],
76 "controlSchemes": [
77 {
78 "name": "Keyboard&Mouse",
79 "bindingGroup": "Keyboard&Mouse",
80 "devices": [
81 {
82 "devicePath": "<Keyboard>",
83 "isOptional": false,
84 "isOR": false
85 },
86 {
87 "devicePath": "<Mouse>",
88 "isOptional": false,
89 "isOR": false
90 }
91 ]
92 },
93 {
94 "name": "Gamepad",
95 "bindingGroup": "Gamepad",
96 "devices": [
97 {
98 "devicePath": "<Gamepad>",
99 "isOptional": false,
100 "isOR": false
101 }
102 ]
103 },
104 {
105 "name": "Touch",
106 "bindingGroup": "Touch",
107 "devices": [
108 {
109 "devicePath": "<Touchscreen>",
110 "isOptional": false,
111 "isOR": false
112 }
113 ]
114 },
115 {
116 "name": "Joystick",
117 "bindingGroup": "Joystick",
118 "devices": [
119 {
120 "devicePath": "<Joystick>",
121 "isOptional": false,
122 "isOR": false
123 }
124 ]
125 },
126 {
127 "name": "XR",
128 "bindingGroup": "XR",
129 "devices": [
130 {
131 "devicePath": "<XRController>",
132 "isOptional": false,
133 "isOR": false
134 }
135 ]
136 }
137 ]
138}