From 53b6652df58887d2dcb41997557a25f60eba8e88 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 25 May 2008 16:46:37 +0000 Subject: flares --- gtkradiant/osirion.game/base/entities.def | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'gtkradiant') diff --git a/gtkradiant/osirion.game/base/entities.def b/gtkradiant/osirion.game/base/entities.def index 7c6c80c..4048fca 100644 --- a/gtkradiant/osirion.game/base/entities.def +++ b/gtkradiant/osirion.game/base/entities.def @@ -28,7 +28,7 @@ Location of the cockpit (not implemented) */ /*QUAKED light (1 1 1) (-8 -8 -8) (8 8 8) strobe entity -A small exterior light +An exterior light strobe make a strobe light (spawflag 1) entity light has entity color (spawflag 2) @@ -37,4 +37,17 @@ frequency strobe frequency, in flashes per second offset strobe offset, in seconds time strobe time fraction, 0 (always off) - 1 (always on) flare flare number (maps to bitmaps/fx/flare??.tga), default 0 -*/ \ No newline at end of file +*/ + +/*QUAKED target_flare (1 1 1) (-8 -8 -8) (8 8 8) strobe entity +A light flare + +strobe make a strobe light (spawflag 1) +entity light has entity color (spawflag 2) +radius light radius, default is 100 +frequency strobe frequency, in flashes per second +offset strobe offset, in seconds +time strobe time fraction, 0 (always off) - 1 (always on) +flare flare number (maps to bitmaps/fx/flare??.tga), default 0 +angle direction of the flare +*/ -- cgit v1.2.3