This repository was archived by the owner on Mar 9, 2025. It is now read-only.
File tree 3 files changed +63
-2
lines changed
3 files changed +63
-2
lines changed Original file line number Diff line number Diff line change 34
34
},
35
35
36
36
"Volume" : {
37
- "key" : " volume " ,
37
+ "key" : " master_volume " ,
38
38
"type" : " progress" ,
39
39
"min" : " 0" ,
40
40
"max" : " 1"
Original file line number Diff line number Diff line change 79
79
"bind \" $hone_value\" \" hold_crouch\" " : {
80
80
"key" : " controls_crouch" ,
81
81
"isRegex" : true
82
- },
82
+ }
83
83
}
84
84
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " Halo Infinite" ,
3
+ "configs" : [
4
+ " .*\\ AppData\\ Local\\ HaloInfinite\\ Settings\\ SpecControlSettings.json"
5
+
6
+ ],
7
+ "ignore_fields" : [
8
+ " password" ,
9
+ " auth_token"
10
+ ],
11
+
12
+ "Mappings" : {
13
+
14
+ "spec_control_windowed_display_resolution_y" : {
15
+ "key" : " resolution_height" ,
16
+ "type" : " Number"
17
+ },
18
+
19
+ "spec_control_windowed_display_resolution_x" : {
20
+ "key" : " resolution_width" ,
21
+ "type" : " Number"
22
+ },
23
+ "spec_control_texture_quality" : {
24
+ "key" : " texture" ,
25
+ "type" : " select_array" ,
26
+ "options" : [" Low" , " Medium" , " High" , " Ultra" ]
27
+ },
28
+
29
+ "spec_control_master_volume" : {
30
+ "key" : " master_volume" ,
31
+ "type" : " progress" ,
32
+ "min" : " 0" ,
33
+ "max" : " 10"
34
+ },
35
+
36
+ "spec_control_music_volume" : {
37
+ "key" : " background_music" ,
38
+ "type" : " progress" ,
39
+ "min" : " 0" ,
40
+ "max" : " 10"
41
+ },
42
+
43
+ "spec_control_dialog_volume" : {
44
+ "key" : " speech_volume" ,
45
+ "type" : " progress" ,
46
+ "min" : " 0" ,
47
+ "max" : " 10"
48
+ },
49
+
50
+ "subtitle_settings" : {
51
+ "key" : " subtitles" ,
52
+ "type" : " select_object" ,
53
+ "options" : {
54
+ "0" : " Automatic" ,
55
+ "1" : " On" ,
56
+ "2" : " Off"
57
+ }
58
+ }
59
+
60
+ }
61
+ }
You can’t perform that action at this time.
0 commit comments