From d08a41613b1fc45ec6cd7a2b6c88438b72f3ce98 Mon Sep 17 00:00:00 2001 From: dumptruck Date: Wed, 27 May 2026 07:46:22 -0700 Subject: [PATCH] Fixed FGD errors for recent version of TrenchBroom --- fgd_def/pd_300.fgd | 4 ++-- fgd_def/pd_300_JACK.fgd | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fgd_def/pd_300.fgd b/fgd_def/pd_300.fgd index 7ebce51..1403863 100644 --- a/fgd_def/pd_300.fgd +++ b/fgd_def/pd_300.fgd @@ -1542,7 +1542,7 @@ targetname = Must be triggered" fly_sound(integer) : "Play gib sound effects" : 0 ] -@PointClass base(Appearflags, OneTarget, OneTargetname) size(16 16 16) color(0 200 300) = ltrail_start : "Starting point of a lightning trail. See the manual for set up steps. +@PointClass base(Appearflags, OneTarget, OneTargetname) size(16 16 16) color(0 200 255) = ltrail_start : "Starting point of a lightning trail. See the manual for set up steps. Set currentammo key to amount of damage you want the lightning to do. Default is 25. @@ -1572,7 +1572,7 @@ spawnflags(Flags) = sounds(integer) : "Set to 1 for silence (?)" : 0 ] -@PointClass base(Appearflags, OneTarget, OneTargetname) size(16 16 16) color(0 150 200) = ltrail_end : "Ending point of a lightning trail. +@PointClass base(Appearflags, OneTarget, OneTargetname) size(16 16 16) color(0 150 255) = ltrail_end : "Ending point of a lightning trail. Does not fire any lightning. diff --git a/fgd_def/pd_300_JACK.fgd b/fgd_def/pd_300_JACK.fgd index 1fd72cb..210bc84 100644 --- a/fgd_def/pd_300_JACK.fgd +++ b/fgd_def/pd_300_JACK.fgd @@ -1505,7 +1505,7 @@ You can either replace the current value with a new one, or add/subtract to it ( ] //____TW_EDIT____ -@PointClass base(Appearflags, OneTarget, OneTargetname) size(16 16 16) color(0 200 300) = ltrail_start : "Starting point of a lightning trail. See the manual for set up steps. Set 'currentammo' key to amount of damage you want the lightning to do. Default = 25. Set 'frag' key to amount of time before next item is triggered. Default is 0.3 seconds. Set 'weapon' key to amount of time to be firing the lightning. Default is 0.3 seconds. Set 'sounds' key to 1 for silence, Default is 0. Does not work with trail_relay (it will still make noise.) Set the 'Toggle' spawnflag if you want the lightning shooter to continuously fire until triggered again. Set the 'Start On' spawnflag to have the lightning shooter start on (DO NOT USE WITH TOGGLE)" +@PointClass base(Appearflags, OneTarget, OneTargetname) size(16 16 16) color(0 200 255) = ltrail_start : "Starting point of a lightning trail. See the manual for set up steps. Set 'currentammo' key to amount of damage you want the lightning to do. Default = 25. Set 'frag' key to amount of time before next item is triggered. Default is 0.3 seconds. Set 'weapon' key to amount of time to be firing the lightning. Default is 0.3 seconds. Set 'sounds' key to 1 for silence, Default is 0. Does not work with trail_relay (it will still make noise.) Set the 'Toggle' spawnflag if you want the lightning shooter to continuously fire until triggered again. Set the 'Start On' spawnflag to have the lightning shooter start on (DO NOT USE WITH TOGGLE)" [ spawnflags(Flags) = [ @@ -1525,7 +1525,7 @@ spawnflags(Flags) = ] //____TW_EDIT____ -@PointClass base(Appearflags, OneTarget, OneTargetname) size(16 16 16) color(0 150 300) = ltrail_relay : "Relay point of a lightning trail. Set 'currentammo' to amount of damage you want the lightning to do, Default is 25. Set 'frags' to amount of time before next item is triggered, Default is 0.3 seconds. Set 'weapon' to amount of time to be firing the lightning, Default is 0.3 seconds." +@PointClass base(Appearflags, OneTarget, OneTargetname) size(16 16 16) color(0 150 255) = ltrail_relay : "Relay point of a lightning trail. Set 'currentammo' to amount of damage you want the lightning to do, Default is 25. Set 'frags' to amount of time before next item is triggered, Default is 0.3 seconds. Set 'weapon' to amount of time to be firing the lightning, Default is 0.3 seconds." [ currentammo(integer) : "Damage" : 0 frags(float) : "Time before next trigger" : "0.3"