r4945 - trunk/data/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Oct 30 11:33:42 EDT 2008


Author: div0
Date: 2008-10-30 11:33:42 -0400 (Thu, 30 Oct 2008)
New Revision: 4945

Modified:
   trunk/data/scripts/entities.def
Log:
add HLAC and Seeker


Modified: trunk/data/scripts/entities.def
===================================================================
--- trunk/data/scripts/entities.def	2008-10-30 14:44:54 UTC (rev 4944)
+++ trunk/data/scripts/entities.def	2008-10-30 15:33:42 UTC (rev 4945)
@@ -1146,3 +1146,25 @@
 -------- SPAWNFLAGS --------
 MORETHAN: trigger if there are more than the given count, not at least
 */
+
+/*QUAKED weapon_hlac (1 0 .5) (-30 -30 0) (30 30 32) FLOATING
+the Heavy Laser Assault Cannon.
+-------- KEYS --------
+respawntime: time till it respawns (default: 30)
+team: out of items with the same value here, only one (random one) will spawn. Useful to put multiple items on one spot.
+-------- SPAWNFLAGS --------
+FLOATING: the item will float in air, instead of aligning to the floor by falling
+-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
+model="models/weapons/g_hlac.md3"
+*/
+
+/*QUAKED weapon_seeker (1 0 .5) (-30 -30 0) (30 30 32) FLOATING
+the T.A.G. Seeker.
+-------- KEYS --------
+respawntime: time till it respawns (default: 30)
+team: out of items with the same value here, only one (random one) will spawn. Useful to put multiple items on one spot.
+-------- SPAWNFLAGS --------
+FLOATING: the item will float in air, instead of aligning to the floor by falling
+-------- MODEL FOR RADIANT ONLY - DO NOT SET THIS AS A KEY --------
+model="models/weapons/g_seeker.md3"
+*/




More information about the nexuiz-commits mailing list