Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit 532a41e

Browse files
Merge pull request #7 from Pimpadoink/master
Fixed the errors in files and updated slashes in file locations also added halo Infinite
2 parents 11f22ce + 88252c5 commit 532a41e

File tree

3 files changed

+63
-2
lines changed

3 files changed

+63
-2
lines changed

Diff for: CS2/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
},
3535

3636
"Volume": {
37-
"key": "volume",
37+
"key": "master_volume",
3838
"type": "progress",
3939
"min": "0",
4040
"max": "1"

Diff for: Destiny 2/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
"bind \"$hone_value\" \"hold_crouch\"": {
8080
"key": "controls_crouch",
8181
"isRegex": true
82-
},
82+
}
8383
}
8484
}

Diff for: Halo Infinite/info.json

+61
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
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+
}

0 commit comments

Comments
 (0)