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

Commit 962abc6

Browse files
committed
Created info.json
1 parent 0b69750 commit 962abc6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

Diff for: NARAKA BLADEPOINT/info.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "NARAKA BLADEPOINT",
3+
"configs": [
4+
".*\\NARAKA BLADEPOINT\\NarakaBladepoint_Data\\QualitySettingsData.txt",
5+
".*\\AppData\\LocalLow\\24Entertainment\\Naraka\\AudioPreference.json",
6+
".*\\AppData\\LocalLow\\24Entertainment\\Naraka\\LocalizationSetting.json"
7+
],
8+
"ignore_fields": [],
9+
"Mappings": {
10+
"resolutionHeight": {
11+
"key": "resolution_height",
12+
"type": "Number"
13+
},
14+
"resolutionWidth": {
15+
"key": "resolution_width",
16+
"type": "Number"
17+
},
18+
"m_AALevel": {
19+
"key":"anti_aliasing",
20+
"type": "select_array",
21+
"options": ["Low","Medium","High"]
22+
},
23+
"m_textureQualityLevel": {
24+
"key": "texture",
25+
"type": "select_array",
26+
"options": ["Lowest","Low","Medium","High"]
27+
}
28+
29+
}
30+
}

0 commit comments

Comments
 (0)