A game about forced loneliness, made by TACStudios
1{
2 "name": "InGameHintsActions",
3 "maps": [
4 {
5 "name": "Gameplay",
6 "id": "9af2d1b0-cc47-4300-854c-838acb4b168b",
7 "actions": [
8 {
9 "name": "Move",
10 "type": "Value",
11 "id": "7e7492e7-1329-48bb-9fdc-279fd15473b4",
12 "expectedControlType": "Vector2",
13 "processors": "",
14 "interactions": "",
15 "initialStateCheck": true
16 },
17 {
18 "name": "Look",
19 "type": "Value",
20 "id": "981fecc2-2e7a-4d6a-b041-00b47626e0a1",
21 "expectedControlType": "Vector2",
22 "processors": "",
23 "interactions": "",
24 "initialStateCheck": true
25 },
26 {
27 "name": "PickUp",
28 "type": "Button",
29 "id": "5a59bbc2-a3d4-4cbd-88bb-01120d97dc69",
30 "expectedControlType": "",
31 "processors": "",
32 "interactions": "",
33 "initialStateCheck": false
34 },
35 {
36 "name": "Drop",
37 "type": "Button",
38 "id": "f37bbe7e-e241-443f-b868-c784e1219f25",
39 "expectedControlType": "",
40 "processors": "",
41 "interactions": "",
42 "initialStateCheck": false
43 },
44 {
45 "name": "Throw",
46 "type": "Button",
47 "id": "e450d71c-7cc5-4879-afb5-f3ed682d9824",
48 "expectedControlType": "",
49 "processors": "",
50 "interactions": "",
51 "initialStateCheck": false
52 }
53 ],
54 "bindings": [
55 {
56 "name": "",
57 "id": "5abc4d20-74bd-4f14-902f-2bd2cf59cc28",
58 "path": "<Gamepad>/leftStick",
59 "interactions": "",
60 "processors": "",
61 "groups": "Gamepad",
62 "action": "Move",
63 "isComposite": false,
64 "isPartOfComposite": false
65 },
66 {
67 "name": "WASD",
68 "id": "b16141b1-1611-44db-9576-5a004eb451f2",
69 "path": "2DVector",
70 "interactions": "",
71 "processors": "",
72 "groups": "Keyboard&Mouse",
73 "action": "Move",
74 "isComposite": true,
75 "isPartOfComposite": false
76 },
77 {
78 "name": "up",
79 "id": "2b20de3f-1ad8-4b42-b591-595edf60dced",
80 "path": "<Keyboard>/w",
81 "interactions": "",
82 "processors": "",
83 "groups": "Keyboard&Mouse",
84 "action": "Move",
85 "isComposite": false,
86 "isPartOfComposite": true
87 },
88 {
89 "name": "down",
90 "id": "2f92eaa9-7f1f-4f42-9682-d105f7c2fc22",
91 "path": "<Keyboard>/s",
92 "interactions": "",
93 "processors": "",
94 "groups": "Keyboard&Mouse",
95 "action": "Move",
96 "isComposite": false,
97 "isPartOfComposite": true
98 },
99 {
100 "name": "left",
101 "id": "3ba79a56-c5f8-4999-8203-bef8471f4bd8",
102 "path": "<Keyboard>/a",
103 "interactions": "",
104 "processors": "",
105 "groups": "Keyboard&Mouse",
106 "action": "Move",
107 "isComposite": false,
108 "isPartOfComposite": true
109 },
110 {
111 "name": "right",
112 "id": "8d9acfe6-d844-4860-a151-01d6eb0dfb48",
113 "path": "<Keyboard>/d",
114 "interactions": "",
115 "processors": "",
116 "groups": "Keyboard&Mouse",
117 "action": "Move",
118 "isComposite": false,
119 "isPartOfComposite": true
120 },
121 {
122 "name": "",
123 "id": "b69cbeb7-a5bf-4df1-8965-17d944634cef",
124 "path": "<Gamepad>/rightStick",
125 "interactions": "",
126 "processors": "",
127 "groups": "Gamepad",
128 "action": "Look",
129 "isComposite": false,
130 "isPartOfComposite": false
131 },
132 {
133 "name": "",
134 "id": "b2ddefc9-49da-485d-be28-58e3ec3f8080",
135 "path": "<Mouse>/delta",
136 "interactions": "",
137 "processors": "",
138 "groups": "Keyboard&Mouse",
139 "action": "Look",
140 "isComposite": false,
141 "isPartOfComposite": false
142 },
143 {
144 "name": "",
145 "id": "92182492-7b62-47e0-94ad-53d9937d9905",
146 "path": "<Gamepad>/buttonSouth",
147 "interactions": "",
148 "processors": "",
149 "groups": "Gamepad",
150 "action": "PickUp",
151 "isComposite": false,
152 "isPartOfComposite": false
153 },
154 {
155 "name": "",
156 "id": "e20635aa-ffe7-4ed9-8802-96c039d26a8f",
157 "path": "<Keyboard>/q",
158 "interactions": "",
159 "processors": "",
160 "groups": "Keyboard&Mouse",
161 "action": "PickUp",
162 "isComposite": false,
163 "isPartOfComposite": false
164 },
165 {
166 "name": "",
167 "id": "f5571cd9-1166-4ddc-9071-37dc597b1d4e",
168 "path": "<Gamepad>/buttonEast",
169 "interactions": "",
170 "processors": "",
171 "groups": "Gamepad",
172 "action": "Drop",
173 "isComposite": false,
174 "isPartOfComposite": false
175 },
176 {
177 "name": "",
178 "id": "950f549e-ec9c-4d03-aeff-f09ec4031d01",
179 "path": "<Keyboard>/e",
180 "interactions": "",
181 "processors": "",
182 "groups": "Keyboard&Mouse",
183 "action": "Drop",
184 "isComposite": false,
185 "isPartOfComposite": false
186 },
187 {
188 "name": "",
189 "id": "47d1952d-797b-4f5b-986c-654b8e479deb",
190 "path": "<Gamepad>/buttonSouth",
191 "interactions": "",
192 "processors": "",
193 "groups": "Gamepad",
194 "action": "Throw",
195 "isComposite": false,
196 "isPartOfComposite": false
197 },
198 {
199 "name": "",
200 "id": "02e2493d-1eb3-4334-9d25-92f2b5e21399",
201 "path": "<Keyboard>/space",
202 "interactions": "",
203 "processors": "",
204 "groups": "Keyboard&Mouse",
205 "action": "Throw",
206 "isComposite": false,
207 "isPartOfComposite": false
208 }
209 ]
210 }
211 ],
212 "controlSchemes": [
213 {
214 "name": "Gamepad",
215 "bindingGroup": "Gamepad",
216 "devices": [
217 {
218 "devicePath": "<Gamepad>",
219 "isOptional": false,
220 "isOR": false
221 }
222 ]
223 },
224 {
225 "name": "Keyboard&Mouse",
226 "bindingGroup": "Keyboard&Mouse",
227 "devices": [
228 {
229 "devicePath": "<Keyboard>",
230 "isOptional": false,
231 "isOR": false
232 },
233 {
234 "devicePath": "<Mouse>",
235 "isOptional": false,
236 "isOR": false
237 }
238 ]
239 }
240 ]
241}