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

Commit 1ec0260

Browse files
committed
Create inso.json
1 parent 2492a9e commit 1ec0260

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

Diff for: Grand Theft Auto V/info.json

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"name": "Grand Theft Auto V",
3+
"configs": [
4+
".*\\Documents\\Rockstar Games\\GTA V\\settings.xml"
5+
],
6+
"ignore_fields": [],
7+
"Mappings": {
8+
"ScreenHeight value": {
9+
"key": "resolution_height",
10+
"type": "Number"
11+
},
12+
"ScreenWidth value": {
13+
"key": "resolution_width",
14+
"type": "Number"
15+
},
16+
"MSAA value": {
17+
"key":"anti_aliasing",
18+
"type": "select_array",
19+
"options": ["off","X2","X4","X8"]
20+
},
21+
"FXAA_Enabled value": {
22+
"key":"anti_aliasing",
23+
"type": "Boolean",
24+
"isNumber": true
25+
},
26+
"TXAA_Enabled value": {
27+
"key":"anti_aliasing",
28+
"type": "Boolean",
29+
"isNumber": false
30+
},
31+
"TextureQuality value": {
32+
"key": "texture",
33+
"type": "select_array",
34+
"options": ["Normal","High","Very High"]
35+
}
36+
37+
}
38+
39+
}

0 commit comments

Comments
 (0)