r4196 - trunk/data/scripts

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Aug 26 08:51:11 EDT 2008


Author: div0
Date: 2008-08-26 08:51:11 -0400 (Tue, 26 Aug 2008)
New Revision: 4196

Modified:
   trunk/data/scripts/entities.def
Log:
oops, forgot entities.def for misc_laser


Modified: trunk/data/scripts/entities.def
===================================================================
--- trunk/data/scripts/entities.def	2008-08-26 12:48:02 UTC (rev 4195)
+++ trunk/data/scripts/entities.def	2008-08-26 12:51:11 UTC (rev 4196)
@@ -500,9 +500,9 @@
 Laser beam emitter
 -------- KEYS --------
 target: target_position the laser targets (may be another entity, the laser will then target its origin. Use origin brushes, that is!)
-mdl: name of particle effect for the beam (see effectinfo.txt; default is misc_laser_beam)
+mdl: name of particle effect for the beam end point (see effectinfo.txt; default is misc_laser_beam_end)
+colormod: color of the laser beam (default: red, that is, 1 0 0)
 dmg: damage inflicted by the beam per second, or -1 for an instant-death ray
-wait: delay between laser scans (beam refreshes/hurts)
 */
 
 /*QUAKED misc_model (1 .5 .25) (-16 -16 -16) (16 16 16) - SOLID - EXTRUDE_NORMALS EXTRUDE_TERRAIN




More information about the nexuiz-commits mailing list