forked from ExOK/Celeste64
-
Notifications
You must be signed in to change notification settings - Fork 0
/
GameConfig.cfg
67 lines (65 loc) · 1.49 KB
/
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
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
63
64
65
66
67
{
version: 3,
name: "Celeste64",
icon: "icon.png",
"fileformats": [
{ "format": "Valve", "initialmap": "initial_valve.map" },
{ "format": "Standard", "initialmap": "initial_standard.map" },
{ "format": "Quake2", "initialmap": "initial_quake2.map" },
{ "format": "Quake3" }
],
"filesystem": {
"searchpath": ".",
"packageformat": { "extension": "pak", "format": "idpak" }
},
"Textures": {
"package": { "type": "directory", "root": "Textures" },
"format": { "extensions": ["bmp", "exr", "hdr", "jpeg", "jpg", "png", "tga", "webp"], "format": "image" },
"exclude": [ "*_ao", "*_emission", "*_heightmap", "*_metallic", "*_normal", "*_orm", "*_roughness", "*_sss" ],
"attribute": "_tb_textures"
},
"entities": {
"definitions": [ "Celeste64.fgd" ],
"defaultcolor": "0.6 0.6 0.6 1.0",
"modelformats": [ "mdl", "md2", "md3", "bsp", "dkm" ],
"scale": 1
},
"tags": {
"brush": [
{
"name": "Detail",
"attribs": [ ],
"match": "classname",
"pattern": "detail*"
},{
"name": "Trigger",
"attribs": [ "transparent" ],
"match": "classname",
"pattern": "trigger*",
"texture": "trigger"
}
],
"brushface": [
{
"name": "Clip",
"attribs": [ "transparent" ],
"match": "texture",
"pattern": "clip"
},{
"name": "Skip",
"attribs": [ "transparent" ],
"match": "texture",
"pattern": "skip"
}
]
},
"faceattribs": {
"defaults": {
"scale": [1, 1]
},
"surfaceflags": [
],
"contentflags": [
]
}
}