mirror of
https://github.com/nzp-team/trenchbroom-profile.git
synced 2024-11-10 06:31:46 +00:00
4417fe6a87
Fixes issue using TrenchBroom profile
75 lines
2.1 KiB
INI
75 lines
2.1 KiB
INI
{
|
|
"version": 8,
|
|
"name": "Nazi Zombies Portable",
|
|
"icon": "Icon.png",
|
|
"fileformats": [ { "format": "Valve" }, { "format": "Standard" } ],
|
|
"filesystem": {
|
|
"searchpath": "nzp",
|
|
"packageformat": { "extension": ".pak", "format": "idpak" }
|
|
},
|
|
"textures": {
|
|
"root": "textures",
|
|
"extensions": [".C"],
|
|
"palette": "gfx/palette.lmp",
|
|
"attribute": "wad"
|
|
},
|
|
"entities": {
|
|
"definitions": [ "tb-nzp.fgd" ],
|
|
"defaultcolor": "0.6 0.6 0.6 1.0",
|
|
"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": "Origin",
|
|
"attribs": [ "transparent" ],
|
|
"match": "texture",
|
|
"pattern": "origin"
|
|
},
|
|
{
|
|
"name": "Null",
|
|
"attribs": [ "transparent" ],
|
|
"match": "texture",
|
|
"pattern": "null"
|
|
},
|
|
{
|
|
"name": "Liquid",
|
|
"match": "texture",
|
|
"pattern": "\**"
|
|
}
|
|
]
|
|
},
|
|
"softMapBounds":"-4096 -4096 -4096 4096 4096 4096",
|
|
"compilationTools": [
|
|
{ "name": "csg"},
|
|
{ "name": "bsp"},
|
|
{ "name": "vis"},
|
|
{ "name": "rad"}
|
|
]
|
|
}
|