From a16c9cf71b71e78914fb0191b7bdba229734c043 Mon Sep 17 00:00:00 2001 From: cypress Date: Sun, 9 Jun 2024 20:51:55 -0700 Subject: [PATCH] FGD: Allow custom mins/maxs for item_radio --- source/maps/fgd/hl-nzp.fgd | 2 ++ source/maps/fgd/tb-nzp.fgd | 2 ++ 2 files changed, 4 insertions(+) diff --git a/source/maps/fgd/hl-nzp.fgd b/source/maps/fgd/hl-nzp.fgd index ba718df..b9411dd 100644 --- a/source/maps/fgd/hl-nzp.fgd +++ b/source/maps/fgd/hl-nzp.fgd @@ -368,6 +368,8 @@ @PointClass size(-9 -9 -4, 9 9 4) base(Item) color(35 67 36) studio() = item_radio : "Radio" [ model(studio) : "Model" : "models/props/radio.mdl" + mins(vector) : "Bounding Box Mins" : "-8 -8 -4" + maxs(vector) : "Bounding Box Maxs" : "8 8 4" tune(string) : "tune" length(integer) : "length" spawnflags(Flags) = diff --git a/source/maps/fgd/tb-nzp.fgd b/source/maps/fgd/tb-nzp.fgd index 274da79..571192a 100644 --- a/source/maps/fgd/tb-nzp.fgd +++ b/source/maps/fgd/tb-nzp.fgd @@ -368,6 +368,8 @@ @PointClass size(-9 -9 -4, 9 9 4) base(Item) color(35 67 36) model({{ model != Null -> model, {"path":"models/props/radio.mdl"} }}) = item_radio : "Radio" [ model(string) : "Model" : "models/props/radio.mdl" + mins(vector) : "Bounding Box Mins" : "-8 -8 -4" + maxs(vector) : "Bounding Box Maxs" : "8 8 4" tune(string) : "tune" length(integer) : "length" spawnflags(Flags) =