From 5aab547c6dfa4ed3dda54d87017ee605b0d303c6 Mon Sep 17 00:00:00 2001 From: Pain deluxe <104042185+Paindeluxe@users.noreply.github.com> Date: Thu, 21 Nov 2024 15:41:33 +0000 Subject: [PATCH 1/2] Update GameConfig.cfg to Version 9 New TrenchBroom wouldn't stop bugging me about it unless I changed a few things... --- GameConfig.cfg | 150 ++++++++++++++++++++++++------------------------- 1 file changed, 75 insertions(+), 75 deletions(-) diff --git a/GameConfig.cfg b/GameConfig.cfg index 08af97a..d31f942 100644 --- a/GameConfig.cfg +++ b/GameConfig.cfg @@ -1,75 +1,75 @@ -{ - "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"} - ] -} +{ + "version": 9, + "name": "Nazi Zombies Portable", + "icon": "Icon.png", + "fileformats": [ { "format": "Valve" }, { "format": "Standard" } ], + "filesystem": { + "searchpath": "nzp", + "packageformat": { "extension": ".pak", "format": "idpak" } + }, + "materials": { + "root": "texture", + "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": "material", + "pattern": "clip" + }, + { + "name": "Skip", + "attribs": [ "transparent" ], + "match": "material", + "pattern": "skip" + }, + { + "name": "Hint", + "attribs": [ "transparent" ], + "match": "material", + "pattern": "hint*" + }, + { + "name": "Origin", + "attribs": [ "transparent" ], + "match": "material", + "pattern": "origin" + }, + { + "name": "Null", + "attribs": [ "transparent" ], + "match": "material", + "pattern": "null" + }, + { + "name": "Liquid", + "match": "material", + "pattern": "\**" + } + ] + }, + "softMapBounds":"-4096 -4096 -4096 4096 4096 4096", + "compilationTools": [ + { "name": "csg"}, + { "name": "bsp"}, + { "name": "vis"}, + { "name": "rad"} + ] +} From 3b728b938a1dedaac09f90b5a6b3e80ee40c4f85 Mon Sep 17 00:00:00 2001 From: Pain deluxe <104042185+Paindeluxe@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:31:53 +0000 Subject: [PATCH 2/2] Fixed a Typo that I introduced --- GameConfig.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/GameConfig.cfg b/GameConfig.cfg index d31f942..fee7bb4 100644 --- a/GameConfig.cfg +++ b/GameConfig.cfg @@ -1,3 +1,4 @@ + { "version": 9, "name": "Nazi Zombies Portable", @@ -8,7 +9,7 @@ "packageformat": { "extension": ".pak", "format": "idpak" } }, "materials": { - "root": "texture", + "root": "textures", "extensions": [".C"], "palette": "gfx/palette.lmp", "attribute": "wad"