From c60ef0a560a3bb5db36aa4854daed84416af1eba Mon Sep 17 00:00:00 2001
From: Evan Goers <mega@osirion.org>
Date: Thu, 13 Aug 2009 08:29:48 +0000
Subject: Updated entities.def to reflect new engine-activated lights. Changed
 supertanker to test engine-activated lights.

---
 base/maps/lindblade/supertanker.map       | 70 +++++++++++++------------------
 gtkradiant/osirion.game/base/entities.def |  1 +
 2 files changed, 29 insertions(+), 42 deletions(-)

diff --git a/base/maps/lindblade/supertanker.map b/base/maps/lindblade/supertanker.map
index d0dc351..3fd9ba0 100644
--- a/base/maps/lindblade/supertanker.map
+++ b/base/maps/lindblade/supertanker.map
@@ -2906,71 +2906,57 @@
 }
 // entity 20
 {
-"classname" "fx_flare"
-"origin" "-848 752 -80"
-"angle" "180"
-"flare" "4"
+"classname" "light"
+"origin" "-848.000000 752.000000 -80.000000"
+"light" "200"
 "spawnflags" "4"
-"radius" "192"
-"cull" "back"
+"flare" "4"
 }
 // entity 21
 {
-"classname" "fx_flare"
-"origin" "-848 -752 -80"
-"angle" "180"
-"flare" "4"
+"classname" "light"
+"origin" "-1060.000000 432.000000 -64.000000"
+"light" "200"
 "spawnflags" "4"
-"radius" "192"
-"cull" "back"
+"flare" "4"
 }
 // entity 22
 {
-"classname" "fx_flare"
-"origin" "-1124 176 -64"
-"angle" "180"
-"flare" "4"
+"classname" "light"
+"origin" "-1124.000000 176.000000 -64.000000"
+"light" "200"
 "spawnflags" "4"
-"radius" "512"
-"cull" "none"
+"flare" "4"
 }
 // entity 23
 {
-"classname" "fx_flare"
-"origin" "-1060 432 -64"
-"angle" "180"
-"flare" "4"
+"classname" "light"
+"origin" "-1124.000000 -16.000000 -64.000000"
+"light" "200"
 "spawnflags" "4"
-"radius" "512"
-"cull" "none"
+"flare" "4"
 }
 // entity 24
 {
-"classname" "fx_flare"
-"origin" "-1060 -464 -64"
-"angle" "180"
-"flare" "4"
+"classname" "light"
+"origin" "-1124.000000 -208.000000 -64.000000"
+"light" "200"
 "spawnflags" "4"
-"radius" "512"
-"cull" "none"
+"flare" "4"
 }
 // entity 25
 {
-"classname" "fx_flare"
-"origin" "-1124 -16 -64"
-"angle" "180"
-"flare" "4"
+"classname" "light"
+"origin" "-1060.000000 -464.000000 -64.000000"
+"light" "200"
 "spawnflags" "4"
-"radius" "512"
-"cull" "none"
+"flare" "4"
 }
 // entity 26
 {
-"classname" "fx_flare"
-"origin" "-1124 -208 -64"
-"angle" "180"
-"flare" "4"
+"classname" "light"
+"origin" "-848.000000 -752.000000 -80.000000"
+"light" "200"
 "spawnflags" "4"
-"radius" "512"
-"cull" "none"
+"flare" "4"
 }
diff --git a/gtkradiant/osirion.game/base/entities.def b/gtkradiant/osirion.game/base/entities.def
index ff6ebe9..02d0d88 100644
--- a/gtkradiant/osirion.game/base/entities.def
+++ b/gtkradiant/osirion.game/base/entities.def
@@ -21,6 +21,7 @@ An exterior light
 
 strobe		make a strobe light (spawflag 1)
 entity		light has entity color (spawflag 2)
+engine		light is activated by engine(spawnflag 4)
 
 light		light radius, default is 100
 frequency	strobe frequency, in flashes per second
-- 
cgit v1.2.3