Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-05-25 16:46:37 +0000
committerStijn Buys <ingar@osirion.org>2008-05-25 16:46:37 +0000
commit53b6652df58887d2dcb41997557a25f60eba8e88 (patch)
tree0c4c2d2c5b129eb38ff116208c17eaa6c42b57a8 /gtkradiant
parentf9fbf5983f381745f560ee98f6fdead9deb97858 (diff)
flares
Diffstat (limited to 'gtkradiant')
-rw-r--r--gtkradiant/osirion.game/base/entities.def17
1 files changed, 15 insertions, 2 deletions
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
+*/