From b217ecae5808b80833730e7a4a5c05ba8ee10e61 Mon Sep 17 00:00:00 2001 From: eno Date: Thu, 13 Feb 2025 14:02:30 +0100 Subject: [PATCH 1/2] add more props to blacklist and also fix an offset on one prop --- addons/sourcemod/configs/prophunt/props.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/addons/sourcemod/configs/prophunt/props.cfg b/addons/sourcemod/configs/prophunt/props.cfg index 9d4ed91..177b9d0 100644 --- a/addons/sourcemod/configs/prophunt/props.cfg +++ b/addons/sourcemod/configs/prophunt/props.cfg @@ -249,6 +249,26 @@ "model" "models/props_spytech/corkboard01.mdl" "blacklist" "1" } + "props_farm/junction_box" + { + "model" "models/props_farm/junction_box.mdl" + "blacklist" "1" + } + "props_farm/gutter_pipe_end" + { + "model" "models/props_farm/gutter_pipe_end.mdl" + "blacklist" "1" + } + "props_spytech/vent002" + { + "model" "models/props_spytech/vent002.mdl" + "blacklist" "1" + } + "props_gameplay/sign_wood_cap001" + { + "model" "models/props_gameplay/sign_wood_cap001.mdl" + "offset" "0 0 50" + } // Match by regular expression "weapon_pattern" From ed535761e17677a7c0ae033897d64f99229852e8 Mon Sep 17 00:00:00 2001 From: eno Date: Wed, 11 Jun 2025 08:10:19 +0200 Subject: [PATCH 2/2] fix portal model offsets --- addons/sourcemod/configs/prophunt/props.cfg | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/addons/sourcemod/configs/prophunt/props.cfg b/addons/sourcemod/configs/prophunt/props.cfg index 177b9d0..81f0211 100644 --- a/addons/sourcemod/configs/prophunt/props.cfg +++ b/addons/sourcemod/configs/prophunt/props.cfg @@ -269,6 +269,21 @@ "model" "models/props_gameplay/sign_wood_cap001.mdl" "offset" "0 0 50" } + "props/metal_box" + { + "model" "models/props/metal_box.mdl" + "offset" "0 0 17" + } + "props_gameplay/mp_ball" + { + "model" "models/props_gameplay/mp_ball.mdl" + "offset" "0 0 17" + } + "props/reflection_cube" + { + "model" "models/props/reflection_cube.mdl" + "offset" "0 0 17" + } // Match by regular expression "weapon_pattern"