39 lines
1.0 KiB
INI
39 lines
1.0 KiB
INI
{
|
|
version: 4,
|
|
name: "Godot",
|
|
icon: "Icon.png",
|
|
"fileformats": [
|
|
{ "format": "Standard", "initialmap": "initial_standard.map" }
|
|
],
|
|
"filesystem": {
|
|
"searchpath": ".",
|
|
"packageformat": { "extension": "pak", "format": "idpak" }
|
|
},
|
|
"textures": {
|
|
"package": { "type": "directory", "root": "textures" },
|
|
"format": { "extensions": ["png", "dds", "tga", "jpg", "jpeg", "bmp", "webp", "exr", "hdr"], "format": "image" },
|
|
"attribute": "_tb_textures"
|
|
},
|
|
"entities": {
|
|
"definitions": [ "Godot.fgd" ],
|
|
"defaultcolor": "0.6 0.6 0.6 1.0",
|
|
"modelformats": [ "bsp, mdl, md2" ]
|
|
},
|
|
"tags": {
|
|
"brush": [
|
|
{
|
|
"name": "Area",
|
|
"attribs": [ "transparent" ],
|
|
"match": "classname",
|
|
"pattern": "area",
|
|
"texture": "system/area"
|
|
}
|
|
],
|
|
"brushface": []
|
|
},
|
|
"faceattribs": {
|
|
"surfaceflags": [],
|
|
"contentflags": []
|
|
}
|
|
}
|