trenchbroom-profile/GameConfig.cfg

76 lines
2.1 KiB
INI
Raw Normal View History

2023-11-02 22:25:24 +00:00
{
2024-03-16 18:15:55 +00:00
"version": 8,
"name": "Nazi Zombies Portable",
2023-11-02 22:25:24 +00:00
"icon": "Icon.png",
2024-03-16 18:15:55 +00:00
"fileformats": [ { "format": "Valve" }, { "format": "Standard" } ],
2023-11-02 22:25:24 +00:00
"filesystem": {
"searchpath": "nzp",
2024-03-16 18:15:55 +00:00
"packageformat": { "extension": ".pak", "format": "idpak" }
2023-11-02 22:25:24 +00:00
},
"textures": {
2024-03-16 18:15:55 +00:00
"root": "textures",
"extensions": [".C"],
2023-11-02 22:25:24 +00:00
"palette": "gfx/palette.lmp",
"attribute": "wad"
},
"entities": {
"definitions": [ "tb-nzp.fgd" ],
"defaultcolor": "0.6 0.6 0.6 1.0",
"setDefaultProperties": true
2023-11-02 22:25:24 +00:00
},
"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*"
},
{
2024-03-16 18:15:55 +00:00
"name": "Origin",
"attribs": [ "transparent" ],
2023-11-02 22:25:24 +00:00
"match": "texture",
2024-03-16 18:15:55 +00:00
"pattern": "origin"
2023-11-02 22:25:24 +00:00
},
{
"name": "Null",
"attribs": [ "transparent" ],
"match": "texture",
"pattern": "null"
},
{
2024-03-16 18:15:55 +00:00
"name": "Liquid",
2023-11-02 22:25:24 +00:00
"match": "texture",
2024-03-16 18:15:55 +00:00
"pattern": "\**"
2023-11-02 22:25:24 +00:00
}
]
},
"softMapBounds":"-4096 -4096 -4096 4096 4096 4096",
"compilationTools": [
{ "name": "csg"},
{ "name": "bsp"},
{ "name": "vis"},
{ "name": "rad"}
]
}