-
Notifications
You must be signed in to change notification settings - Fork 0
/
material_include.json
62 lines (62 loc) · 1.61 KB
/
material_include.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
{
"$type":"txtr",
"path":"texture/models/weapons_r2/PAKNAME/TEXNAME_col",
"saveDebugName": true
},
{
"$type":"txtr",
"path":"texture/models/weapons_r2/PAKNAME/TEXNAME_gls",
"saveDebugName": true
},
{
"$type":"txtr",
"path":"texture/models/weapons_r2/PAKNAME/TEXNAME_spc",
"saveDebugName": true
},
{
"$type":"txtr",
"path":"texture/models/weapons_r2/PAKNAME/TEXNAME_nml",
"saveDebugName": true
},
{
"$type":"txtr",
"path":"texture/models/weapons_r2/PAKNAME/TEXNAME_ao",
"saveDebugName": true
},
{
"$type":"txtr",
"path":"texture/models/weapons_r2/PAKNAME/TEXNAME_cav",
"saveDebugName": true
},
{
"$type":"txtr",
"path":"texture/models/weapons_r2/PAKNAME/TEXNAME_ilm",
"saveDebugName": true
},
{
"$type":"matl",
"visibilityflags": "opaque",
"faceflags": 6,
"version":12,
"path":"models/weapons_r2/PAKNAME/TEXNAME",
"type": "skn",
"subtype":"viewmodel",
"surface": "default",
"width": 2048,
"height": 2048,
"textures":[
"texture/models/weapons_r2/PAKNAME/TEXNAME_col",
"texture/models/weapons_r2/PAKNAME/TEXNAME_nml",
"texture/models/weapons_r2/PAKNAME/TEXNAME_gls",
"texture/models/weapons_r2/PAKNAME/TEXNAME_spc",
"texture/models/weapons_r2/PAKNAME/TEXNAME_ilm",
"",
"",
"",
"",
"",
"",
"texture/models/weapons_r2/PAKNAME/TEXNAME_ao",
"texture/models/weapons_r2/PAKNAME/TEXNAME_cav"
]
},