-
Notifications
You must be signed in to change notification settings - Fork 0
/
GameConfig.cfg
37 lines (37 loc) · 970 Bytes
/
GameConfig.cfg
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
{
"version": 4,
"name": "Arise",
"experimental": true,
"fileformats": [
{ "format": "Valve" }
],
"filesystem": {
"searchpath": "mods",
"packageformat": { "extension": "zip", "format": "zip" }
},
"textures": {
"package": { "type": "directory", "root": "textures" },
"format": { "extensions": ["tiff"], "format": "image" },
"attribute": "_tb_textures"
},
"entities": {
"definitions": [ "fpsgame.ent" ],
"defaultcolor": "0.6 0.6 0.6 1.0",
"modelformats": [ "obj" ]
},
"tags": {
"brush": [],
"brushface": [
{
"name": "Invisible",
"attribs": [ "transparent"],
"match": "texture",
"pattern": "debug_transparent"
}
]
},
"faceattribs": {
"surfaceflags": [],
"contentflags": []
}
}