trenchbroom-profile/GameConfig.cfg

80 lines
2.2 KiB
INI

{
"version": 7,
"name": "NZP",
"icon": "Icon.png",
"fileformats": [
{ "format": "Valve" },
{ "format": "Standard" }
],
"filesystem": {
"searchpath": "nzp",
"packageformat": { "extension": "pak", "format": "idpak" }
},
"textures": {
"package": { "type": "file", "format": { "extension": "wad", "format": "wad2" } },
"format": { "extension": "C", "format": "hlmip" },
"palette": "gfx/palette.lmp",
"attribute": "wad"
},
"entities": {
"definitions": [ "tb-nzp.fgd" ],
"defaultcolor": "0.6 0.6 0.6 1.0",
"modelformats": [ "mdl", "bsp" ],
"setDefaultProperties": true
},
"tags": {
"brush": [
{
"name": "Trigger",
"attribs": [ "transparent" ],
"match": "classname",
"pattern": "trigger*"
}
],
"brushface": [
{
"name": "Clip",
"attribs": [ "transparent" ],
"match": "texture",
"pattern": "clip"
},
{
"name": "Skip",
"attribs": [ "transparent" ],
"match": "texture",
"pattern": "skip"
},
{
"name": "Hint",
"attribs": [ "transparent" ],
"match": "texture",
"pattern": "hint*"
},
{
"name": "Liquid",
"match": "texture",
"pattern": "\**"
},
{
"name": "Null",
"attribs": [ "transparent" ],
"match": "texture",
"pattern": "null"
},
{
"name": "TriggerFace",
"attribs": [ "transparent" ],
"match": "texture",
"pattern": "*trigger*"
}
]
},
"softMapBounds":"-4096 -4096 -4096 4096 4096 4096",
"compilationTools": [
{ "name": "csg"},
{ "name": "bsp"},
{ "name": "vis"},
{ "name": "rad"}
]
}