-
Notifications
You must be signed in to change notification settings - Fork 0
/
patch.json
989 lines (989 loc) · 37.8 KB
/
patch.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
{
"$schema": "./resources/patchSchema.json",
"gameVersion": "1.0.2",
"patchVersion": 1,
"handlerVersion": 1,
"configSrcMap": {
"inputSettings": {
"displayName": "Controls",
"description": "Configure game Keybindings and Controller mappings (use 'combinedAction' to map combined inputs to a control setting)",
"path": "./Wuthering Waves Game/Client/Saved/Config/WindowsNoEditor/Input.ini",
"type": "plainText",
"dataType": "KBTupleMap",
"manifest": {
"includeSrc": [ "combinedAction" ]
}
},
"userSettings": {
"displayName": "Graphics",
"description": "Configure game graphics",
"path": "./Wuthering Waves Game/Client/Saved/Config/WindowsNoEditor/GameUserSettings.ini",
"type": "plainText",
"dataType": "ini"
},
"advanceSettings": {
"displayName": "Advance Settings",
"description": "Configure advance graphics and other game settings",
"path": "./Wuthering Waves Game/Client/Saved/LocalStorage/LocalStorage.db",
"type": "sqlite",
"dataType": "JSON",
"manifest": {
"acceptedGroups": [
"GameQualitySetting"
],
"selectedTable": "LocalStorage"
}
},
"combinedAction": {
"displayName": "Combined Input Actions",
"description": "setting that defines combined Input action (key press, controller stick movement) into one binding them map them to 'inputSettings' key\nfor example, controller LB and controller X is mapped to '幻象2' (Echo Skill), by pressing said buttons at the same time, the game will register it as '幻象2' (Echo Skill)",
"path": "./Wuthering Waves Game/Client/Saved/LocalStorage/LocalStorage.db",
"type": "sqlite",
"dataType": "JSON",
"configurable": false,
"usedAsRaw": true,
"manifest": {
"acceptedGroups": [
"CombineAction"
],
"selectedTable": "LocalStorage",
"Reviver": "$func:if(value?.___MetaType___ == '___Map___') return new Map(value.Content)",
"Replacer": "$func:if(value instanceof Map) return {___MetaType___: '___Map___', Content: Array.from(value.entries())};"
}
}
},
"options": {
"graphics": {
"VSync": {
"description": "Enable/Disable VSync",
"key": "bUseVSync",
"src": "userSettings",
"type": "bool",
"default": false
},
"Display Mode": {
"description": "Set display mode\ncurrently, only 'Borderless Fullscreen' and 'Windowed' mode can be changed via in-game settings.\nThe game actually called 'Borderless Fullscreen' as 'Fullscreen' which can cause confusion.",
"key": "FullscreenMode",
"src": "userSettings",
"type": "enum",
"values": [
"Fullscreen",
"Borderless Fullscreen",
"Windowed"
],
"valueDesc": {
"Fullscreen": "real Fullscreen mode (the game is always on top)",
"Borderless Fullscreen": "Borderless window that covers the entire screen (allows other windows to shown on top of the game)",
"Windowed": "Window with specific resolution"
},
"default": 1
},
"Window Resolution Width": {
"description": "Set window WIDTH (when display mode is Windowed)",
"key": "KeyPcResolutionWidth",
"src": "advanceSettings",
"type": "number"
},
"Window Resolution Height": {
"description": "Set window HEIGHT (when display mode is Windowed)",
"key": "KeyPcResolutionHeight",
"src": "advanceSettings",
"type": "number"
},
"Quality Level": {
"description": "Set game quality level (a preset of other settings)",
"editNote": "Changing this value may reset other settings to default.\nIf you want to change other settings, leave this value to 'Custom' and change other settings manually.",
"key": "KeyQualityLevel",
"src": "advanceSettings",
"type": "enum",
"values": [
"Low",
"Medium",
"High",
"Custom"
]
},
"Brightness": {
"description": "Set brightness level. however, it works more like a gamma correction.",
"key": "KeyBrightness",
"src": "advanceSettings",
"type": "number",
"range": [-1, 1],
"default": 0
},
"FPS Limit": {
"description": "Set maximum frame rate\nSome ppl said that someone got baned from setting this value to 120, so do it with YOUR OWN RISK.\nPS: value higher than 60 will be shown in the game as 60)",
"key": "KeyCustomFrameRate",
"src": "advanceSettings",
"type": "number",
"range": [30],
"default": 60
},
"HDR": {
"description": "Enable/Disable HDR. for HDR supported monitors.",
"key": "bUseHDRDisplayOutput",
"src": "userSettings",
"type": "bool",
"default": false
},
"HDR Display Nits": {
"description": "Set the HDR display nits",
"key": "HDRDisplayOutputNits",
"src": "userSettings",
"type": "number"
},
"FrameRateLimit": {
"description": "this setting shouldn't be edited by the user as the game would automatically overwrite it, FPS limit setting that the game will use is 'FPS Limit'",
"key": "FrameRateLimit",
"src": "userSettings",
"editable": false
},
"Window Position X": {
"description": "Set window position X (when display mode is Windowed)",
"key": "WindowPosX",
"src": "userSettings",
"type": "number",
"default": -1
},
"Window Position Y": {
"description": "Set window position Y (when display mode is Windowed)",
"key": "WindowPosY",
"src": "userSettings",
"type": "number",
"default": -1
},
"Quality Setting Level": {
"description": "Set game quality level? (may be a Duplicate of 'Quality Level' setting)",
"editNote": "Changing this value may reset other settings to default.\nand this may be a Duplicate of 'Quality Level' setting",
"key": "GameQualitySettingLevel",
"src": "userSettings",
"type": "enum",
"values": [
"Low",
"Medium",
"High",
"Custom"
]
},
"Last Fullscreen Mode": {
"description": "if you wish to change the the Fullscreen mode, please use 'Display Mode' setting, is likely that the game would overwrite this setting",
"key": "LastConfirmedFullscreenMode",
"src": "userSettings",
"type": "enum",
"values": [
"Fullscreen",
"Borderless Fullscreen",
"Windowed"
]
},
"Preferred Fullscreen Mode": {
"description": "if you wish to change the the Fullscreen mode, please use 'Display Mode' setting, is likely that the game would overwrite this setting",
"key": "PreferredFullscreenMode",
"src": "userSettings",
"type": "enum",
"values": [
"Fullscreen",
"Borderless Fullscreen",
"Windowed"
]
},
"Shadow Quality": {
"description": "Set shadow quality",
"key": "sg.ShadowQuality",
"src": "userSettings",
"type": "enum",
"values": [
"Low",
"Medium",
"High",
"Ultra"
]
},
"New Shadow Quality": {
"description": "may be a duplicate of 'Shadow Quality' setting",
"key": "KeyNewShadowQuality",
"src": "advanceSettings",
"type": "enum",
"values": [
"Low",
"Medium",
"High",
"Ultra"
]
}
},
"bindings": {
"Lock/Release Target": {
"description": "Lock on target (Press) or Release by briefly holding the key.\nPress the same key again switch to another target closest to the cursor.\nBreifly hold the same key to release the target.\nNote: When the character is locked to a target, you can not move your camera as it will always face the target.",
"key": "锁定目标",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Evade/Sprint": {
"description": "Evade / Sprint\nthis keybind is also used to initiate Wall run",
"key": "闪避",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Jump":{
"description": "JUMP",
"key": "跳跃",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Normal Attack": {
"description": "Normal Attack",
"key": "攻击",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Resonance Skill": {
"description": "Resonance Skill",
"key": "技能1",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Drop": {
"description": "Drop down while climbing (aka. \"Go Down when Climbing\")",
"key": "攀爬",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Toggle Aim Mode": {
"description": "Press to toggle between Manual and Auto aim mode for characters that support it",
"key": "瞄准",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Switch to Character 1": {
"description": "Switch to Character 1",
"key": "切换角色1",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Switch to Character 2": {
"description": "Switch to Character 2",
"key": "切换角色2",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Switch to Character 3": {
"description": "Switch to Character 3",
"key": "切换角色3",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Switch to Character 4": {
"description": "Switch to Character 4 (for trial character during quests)",
"key": "切换角色4",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Move Forward": {
"description": "Move Forward",
"key": "向前移动",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Move Right": {
"description": "Move Right",
"key": "向右移动",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Move Backward": {
"description": "Move Backward",
"key": "向后移动",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Move Left": {
"description": "Move Left",
"key": "向左移动",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Ultimate": {
"description": "Ultimate (Resonance Liberation)",
"key": "大招",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Use Utility": {
"description": "Use Utility",
"key": "幻象1",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Echo Skill": {
"description": "Echo Skill",
"key": "幻象2",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Toggle Walk/Run":{
"description": "Switch between walk and run",
"key": "走跑切换",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Show Utility Wheel": {
"description": "Hold to show Utility wheel",
"key": "幻象探索选择界面",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Show Mouse": {
"description": "Hold to show Mouse Cursor",
"key": "显示鼠标",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Quests":{
"description": "Open/Close Quests menu",
"key": "任务",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Quests Navigation":{
"description": "Show where/what you should do during quests",
"key": "任务追踪",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Shop": {
"description": "Not in in-game settings and I can't get it to work. default key is 'I'",
"key": "商店",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Map": {
"description": "Open/Close Map menu",
"key": "地图",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Formation":{
"description": "Open/Close team setup menu",
"key": "编队",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Inventory":{
"description": "Open/Close inventory",
"key": "背包",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Character Menu":{
"description": "Opem/Close character menu",
"key": "角色选择界面",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Mail":{
"description": "Open/Close mail menu",
"key": "邮件",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Chat":{
"description": "Open/Close chat",
"key": "聊天",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Event": {
"description": "Open/Close Event menu",
"key": "小活动",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Guidebook":{
"description": "Open Guidebook",
"key": "拾音辑录",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Quests Menu":{
"description": "Open Convene Banners",
"key": "调谐",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Battle Pass":{
"description": "Open/Close Battle Pass menu",
"key": "变星",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Tutorial": {
"description": "Open/Close Tutorial menu",
"key": "展开教程百科详情",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Configure Utility Wheel": {
"description": "Open/Close Utility wheel config menu",
"key": "幻象列表界面",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Terminal": {
"description": "Open/Close Terminal (Esc menu)",
"key": "功能菜单",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"GM Instructions": {
"description": "Not sure what this does. default key is 'F7'",
"key": "GM指令",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"QTE Interaction": {
"description": "Not sure what this does. default key is 'F'",
"key": "QTE交互",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Right Click": {
"description": "Not sure what this does. default key is 'Right Mouse Button'",
"key": "UI右键点击",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Left Click": {
"description": "Not sure what this does. default key is 'Left Mouse Button'",
"key": "UI左键点击",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Cont. Right": {
"description": "For controllers only. Navigate UI right",
"key": "UI左摇杆右",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Cont. Left": {
"description": "For controllers only. Navigate UI left",
"key": "UI左摇杆左",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Cont. A Direction Right": {
"description": "Not sure what this does. default key is 'DPad_Right'",
"key": "UI手柄A方向右",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Cont. B Direction Left": {
"description": "Not sure what this does. default key is 'DPad_Left'",
"key": "UI手柄B方向左",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Direction Right": {
"description": "Navigate UI right, move selector right or scroll right",
"key": "UI方向右",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Direction Left": {
"description": "Navigate UI left, move selector left or scroll left",
"key": "UI方向左",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Direction Down": {
"description": "Navigate UI down, move selector down or scroll down",
"key": "UI方向下",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Direction Up": {
"description": "Navigate UI up, move selector up or scroll up",
"key": "UI方向上",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Back": {
"description": "Navigate UI back: to cancel, go back or dismiss a dialog",
"key": "UI返回",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI C Cont. RT": {
"description": "Not sure what this does. default key is 'C'",
"key": "UI键盘C手柄RT",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Esc Cont. B": {
"description": "Not sure what this does. default key is 'Esc'",
"key": "UI键盘ESC手柄B",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI E Cont. RB": {
"description": "Not sure what this does. default key is 'E'",
"key": "UI键盘E手柄RB",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI F Cont. A": {
"description": "Not sure what this does. default key is 'F'",
"key": "UI键盘F手柄A",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI G Cont. RSB": {
"description": "Not sure what this does. default key is 'G'",
"key": "UI键盘G手柄右摇杆",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI U Cont. LSB": {
"description": "Not sure what this does. default key is 'U'",
"key": "UI键盘U手柄左摇杆",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI G Cont. Start": {
"description": "Not sure what this does. default key is 'G'",
"key": "UI键盘G手柄特右",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI H Cont. Back": {
"description": "Not sure what this does. default key is 'H'",
"key": "UI键盘H手柄特左",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Q Cont. LB": {
"description": "Not sure what this does. default key is 'Q'",
"key": "UI键盘Q手柄LB",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI R Cont. X": {
"description": "Not sure what this does. default key is 'R'",
"key": "UI键盘R手柄X",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI T Cont. Y": {
"description": "Not sure what this does. default key is 'T'",
"key": "UI键盘T手柄Y",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI X Cont. Back": {
"description": "Not sure what this does. default key is 'X'",
"key": "UI键盘X手柄特左",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Y Cont. Start": {
"description": "Not sure what this does. default key is 'Y'",
"key": "UI键盘Y手柄特右",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Z Cont. LT": {
"description": "Not sure what this does. default key is 'Z'",
"key": "UI键盘Z手柄LT",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Keyb. F - SpaceBar": {
"description": "Not sure what this does. default key is 'F' and 'Space",
"key": "UI键鼠F空格",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Mouse Backward": {
"key": "UI鼠标侧键前",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"UI Mouse Forward": {
"key": "UI鼠标侧键后",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Cont. Toggle Interaction": {
"description": "Not sure what this does. default key is 'LSB'",
"key": "切换交互",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Cont. Normal Attack": {
"description": "controller Normal Attack",
"key": "手柄主攻击",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Cont. Ultimate": {
"description": "Ultimate (Resonance Liberation) for controller",
"key": "手柄副攻击",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Cont. Confirm/Cancel": {
"description": "controller Confirm/Cancel, required at least two keys to function\n(it is recommended to configure this via in-game settings)",
"key": "手柄引导下一步",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Abandon Key": {
"description": "Not sure what this does. default key is 'Esc' and 'Right Mouse Button'",
"key": "放弃改键",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Scroll Toggle": {
"key": "滚动条切换",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Abandon Challenge": {
"description": "Press to exit time trial challenge",
"key": "玩法放弃",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Interaction": {
"description": "Overworld Interaction",
"key": "通用交互",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Utility to Accessibility": {
"description": "Change utility wheel to accessibility wheel",
"key": "轮盘切换",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
},
"Attacking to Utillity": {
"description": "Changes the face button from attacking to utility functions ",
"key": "组合主键",
"src": "inputSettings",
"allowMultiple": true,
"type": "bindings"
}
},
"Others": {
"UserSettings.Version": {
"description": "may be a version for 'GameUserSettings.ini' file",
"key": "Version",
"src": "userSettings",
"type": "number",
"default": 5
},
"Culture": {
"description": "may be a Game language or Localization setting",
"key": "Culture",
"src": "userSettings",
"type": "string",
"default": "en"
},
"IsAutoSwitchSkillButtonMode": {
"description": "Not sure what this does or supposed to mean T.T",
"key": "IsAutoSwitchSkillButtonMode",
"src": "advanceSettings",
"type": "number",
"default": 0
}
}
},
"bindingsDeclaration": {
"modifiers": {
"Shift": "bShift",
"Ctrl": "bCtrl",
"Alt": "bAlt",
"Cmd": "bCmd"
},
"keyboard": {
"LCtrl": "LeftControl",
"RCtrl": "RightControl",
"LShift": "LeftShift",
"RShift": "RightShift",
"LAlt": "LeftAlt",
"RAlt": "RightAlt",
"Space": "SpaceBar",
"Tab": "Tab",
"1": "One",
"2": "Two",
"3": "Three",
"4": "Four",
"5": "Five",
"6": "Six",
"7": "Seven",
"8": "Eight",
"9": "Nine",
"0": "Zero",
"←": "Left",
"→": "Right",
"↑": "Up",
"↓": "Down",
"Enter": "Enter",
"Backspace": "Backspace",
"Esc": "Escape",
"Del": "Delete",
"F1": "F1",
"F2": "F2",
"F3": "F3",
"F4": "F4",
"F5": "F5",
"F6": "F6",
"F7": "F7",
"F8": "F8",
"F9": "F9",
"F10": "F10",
"F11": "F11",
"F12": "F12",
"HOME": "Home",
"END": "End",
"PgUp": "PageUp",
"PgDn": "PageDown",
"Insert": "Insert"
},
"mouse": {
"Left": "LeftMouseButton",
"Right": "RightMouseButton",
"Middle": "MiddleMouseButton",
"Forward": "ThumbMouseButton2",
"Backward": "ThumbMouseButton"
},
"controller": {
"RSB": ["Gamepad_RightThumbstick","GenericUSBController_Button12"],
"LSB": ["Gamepad_LeftThumbstick","GenericUSBController_Button11"],
"LT": ["Gamepad_LeftTrigger","GenericUSBController_Button7"],
"RT": ["Gamepad_RightTrigger","GenericUSBController_Button8"],
"LB": ["Gamepad_LeftShoulder","GenericUSBController_Button5"],
"RB": ["Gamepad_RightShoulder","GenericUSBController_Button6"],
"B": ["Gamepad_FaceButton_Right","GenericUSBController_Button3"],
"X": ["Gamepad_FaceButton_Left","GenericUSBController_Button1"],
"Y": ["Gamepad_FaceButton_Top","GenericUSBController_Button4"],
"A": ["Gamepad_FaceButton_Bottom","GenericUSBController_Button2"],
"DPad_Down": ["Gamepad_DPad_Down","GenericUSBController_Button18"],
"DPad_Right": ["Gamepad_DPad_Right","GenericUSBController_Button17"],
"DPad_Left": ["Gamepad_DPad_Left","GenericUSBController_Button19"],
"DPad_Up": ["Gamepad_DPad_Up","GenericUSBController_Button16"],
"Start": ["Gamepad_Special_Right","GenericUSBController_Button10"],
"Back": ["Gamepad_Special_Left","GenericUSBController_Button9"],
"LS_Up": ["Gamepad_LeftStick_Up","GenericUSBController_Button20"],
"LS_Right": ["Gamepad_LeftStick_Right","GenericUSBController_Button23"],
"LS_Down": ["Gamepad_LeftStick_Down","GenericUSBController_Button21"],
"LS_Left": ["Gamepad_LeftStick_Left","GenericUSBController_Button22"],
"RS_Up": ["Gamepad_RightStick_Up"],
"RS_Right": ["Gamepad_RightStick_Right"],
"RS_Down": ["Gamepad_RightStick_Down"],
"RS_Left": ["Gamepad_RightStick_Left"]
}
},
"axisDeclaration": {
"mouse": {
"MouseX": "MouseX",
"MouseY": "MouseY",
"MouseWheel": "MouseWheelAxis",
"MousePos": "Mouse2D"
},
"controller": {
"LT_Axis": ["Gamepad_LeftTriggerAxis", "GenericUSBController_Axis2"],
"RT_Axis": ["Gamepad_RightTriggerAxis", "GenericUSBController_Axis1"],
"LS_H": ["Gamepad_LeftX", "GenericUSBController_Axis6"],
"LS_V": ["Gamepad_LeftY", "GenericUSBController_Axis5"],
"LS_B": ["Gamepad_Left2D", "GenericUSBController_Button28"],
"RS_H": ["Gamepad_RightX", "GenericUSBController_Axis4"],
"RS_V": ["Gamepad_RightY", "GenericUSBController_Axis3"],
"RS_B": ["Gamepad_Right2D", "GenericUSBController_Button29"]
}
},
"bindingsDescription": {
"bindings.modifiers.Cmd": "Mac user, you know what this is. ⌘",
"bindings.keyboard.LCtrl": "Left Control",
"bindings.keyboard.RCtrl": "Right Control",
"bindings.keyboard.LShift": "Left Shift",
"bindings.keyboard.RShift": "Right Shift",
"bindings.keyboard.LAlt": "Left Alt",
"bindings.keyboard.RAlt": "Right Alt",
"bindings.keyboard.1": "number row, 1 (not numpad)",
"bindings.keyboard.2": "number row, 2 (not numpad)",
"bindings.keyboard.3": "number row, 3 (not numpad)",
"bindings.keyboard.4": "number row, 4 (not numpad)",
"bindings.keyboard.5": "number row, 5 (not numpad)",
"bindings.keyboard.6": "number row, 6 (not numpad)",
"bindings.keyboard.7": "number row, 7 (not numpad)",
"bindings.keyboard.8": "number row, 8 (not numpad)",
"bindings.keyboard.9": "number row, 9 (not numpad)",
"bindings.keyboard.0": "number row, 0 (not numpad)",
"bindings.keyboard.←": "Arrow Key, Left",
"bindings.keyboard.→": "Arrow Key, Right",
"bindings.keyboard.↑": "Arrow Key, Up",
"bindings.keyboard.↓": "Arrow Key, Down",
"bindings.keyboard.PgUp": "Page Up",
"bindings.keyboard.PgDn": "Page Down",
"bindings.mouse.Left": "Left Mouse Button (Left Click)",
"bindings.mouse.Right": "Right Mouse Button (Right Click)",
"bindings.mouse.Middle": "Middle Mouse Button",
"bindings.mouse.Forward": "Mouse side button forward, the same button to go forward in the browser (not all mouse have this button)",
"bindings.mouse.Backward": "Mouse side button backward, the same button to go back in the browser (not all mouse have this button)",
"bindings.mouse.MouseX": "Mouse movement on the X-axis (left-right)",
"bindings.mouse.MouseY": "Mouse movement on the Y-axis (up-down)",
"bindings.mouse.MouseWheel": "Mouse scroll wheel",
"bindings.mouse.MousePos": "Mouse position on the screen (the combination of MouseX and MouseY)",
"bindings.controller.RSB": "Right Stick Button",
"bindings.controller.LSB": "Left Stick Button",
"bindings.controller.LT": "Left Trigger (use as a button)",
"bindings.controller.RT": "Right Trigger (use as a button)",
"bindings.controller.LB": "Left Bumper",
"bindings.controller.RB": "Right Bumper",
"bindings.controller.B": "B Button (on xbox controller)",
"bindings.controller.X": "X Button (on xbox controller)",
"bindings.controller.Y": "Y Button (on xbox controller)",
"bindings.controller.A": "A Button (on xbox controller)",
"bindings.controller.DPad_Down": "DPad Down button",
"bindings.controller.DPad_Right": "DPad Right button",
"bindings.controller.DPad_Left": "DPad Left button",
"bindings.controller.DPad_Up": "DPad Up button",
"bindings.controller.Start": "Start button (small button in the middle-right of the controller)",
"bindings.controller.Back": "Back button (small button in the middle-left of the controller)",
"bindings.controller.LS_Up": "move Left Stick Up (use as a button)",
"bindings.controller.LS_Right": "move Left Stick to the Right (use as a button)",
"bindings.controller.LS_Down": "move Left Stick Down (use as a button)",
"bindings.controller.LS_Left": "move Left Stick to the Left (use as a button)",
"bindings.controller.RS_Up": "move Right Stick Up (use as a button)",
"bindings.controller.RS_Right": "move Right Stick to the Right (use as a button)",
"bindings.controller.RS_Down": "move Right Stick Down (use as a button)",
"bindings.controller.RS_Left": "move Right Stick to the Left (use as a button)",
"axis.mouse.MouseX": "Mouse movement on the X-axis (analog left-right movement)",
"axis.mouse.MouseY": "Mouse movement on the Y-axis (analog up-down movement)",
"axis.mouse.MouseWheel": "Mouse scroll wheel (analog)",
"axis.mouse.MousePos": "Mouse position on the screen (analog movement in all directions)",
"axis.controller.LT_Axis": "Left Trigger Axis (analog)",
"axis.controller.RT_Axis": "Right Trigger Axis (analog)",
"axis.controller.LS_H": "Left Stick Horizontal Axis (analog left-right movement)",
"axis.controller.LS_V": "Left Stick Vertical Axis (analog up-down movement)",
"axis.controller.LS_B": "Left Stick Position (a combination of LS_H and LS_V)",
"axis.controller.RS_H": "Right Stick Horizontal Axis (analog left-right movement)",
"axis.controller.RS_V": "Right Stick Vertical Axis (analog up-down movement)",
"axis.controller.RS_B": "Right Stick Position (a combination of RS_H and RS_V)"
},
"controlTypeDescription": {
"bindings": "Keybindings of binary input type (e.g. key press, mouse click)",
"axis": "Keybindings of analog input type (e.g. mouse position, controller stick position)",
"bindings.modifiers": "Keybindings modifiers key (e.g. Ctrl, Shift), with this set you have to press the modifiers + an actual key for this binding to take effect\nSelect modifier keys to toggle them",
"bindings.keyboard": "Keybindings for keyboard key pressed",
"bindings.mouse": "Keybindings for mouse buttons",
"bindings.controller": "Keybindings for controller buttons or stick direction (non-analog readings: is it Up, is it Down etc. but not in bettween)",
"axis.mouse": "Analog input from mouse (e.g. mouse position, scroll wheel)",
"axis.controller": "Analog input from controller (e.g. stick position, trigger position)"
},
"terminalKeysTranslation": {
"BACKSPACE": "Backspace",
"TAB": "Tab",
"ARROW_LEFT": "Left",
"ARROW_RIGHT": "Right",
"ARROW_UP": "Up",
"ARROW_DOWN": "Down",
"ENTER": "Enter",
"ESC": "Esc",
"SPACE": "Space",
"F1": "F1",
"F2": "F2",
"F3": "F3",
"F4": "F4",
"F5": "F5",
"F6": "F6",
"F7": "F7",
"F8": "F8",
"F9": "F9",
"F10": "F10",
"F11": "F11",
"F12": "F12",
"HOME": "Home",
"END": "End",
"PAGE_UP": "PgUp",
"PAGE_DOWN": "PgDn",
"INSERT": "Insert"
}
}