]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Prettier particle effects
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 28 Sep 2010 17:26:31 +0000 (20:26 +0300)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Tue, 28 Sep 2010 17:26:31 +0000 (20:26 +0300)
data/effectinfo.txt

index 80602e4d099d4fd116660a6b75a14fe6e1729b34..611d1e016dd6aec33d253b053e6307220c8fba32 100644 (file)
@@ -847,6 +847,9 @@ type static
 color 0xF263EA 0xF263EA\r
 size 32 32\r
 alpha 128 128 128\r
+lightradius 160\r
+lightradiusfade 140\r
+lightcolor 0.9 0.6 0.9\r
 // cloud of particles which expand rapidly and then slow to form a ball\r
 effect item_respawn\r
 count 256\r
@@ -868,9 +871,7 @@ lightcolor 2 2 2
 \r
 \r
 \r
-// used in qcsrc/server/w_hlac.qc:     pointparticles(particleeffectnum("laser_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)\r
-// used in qcsrc/server/w_hlac.qc:     pointparticles(particleeffectnum("laser_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)\r
-// used in qcsrc/server/w_laser.qc:    pointparticles(particleeffectnum("laser_muzzleflash"), w_shotorg, w_shotdir * 1000, 1)\r
+// used nowhere in code\r
 effect laser_muzzleflash\r
 count 1\r
 type smoke\r
@@ -2056,16 +2057,16 @@ velocityjitter 256 256 256
 // used in qcsrc/server/g_grabber.qc:  pointparticles(particleeffectnum("grapple_muzzleflash"), org, '0 0 0', 1)\r
 effect grapple_muzzleflash\r
 lightradius 160\r
-lightradiusfade 800\r
-lightcolor 1 0 0\r
+lightradiusfade 600\r
+lightcolor 1 0.2 0.1\r
 \r
 \r
 \r
 // used in qcsrc/server/g_grabber.qc:  pointparticles(particleeffectnum("grabber_impact"), self.origin, '0 0 0', 1)\r
 effect grabber_impact\r
-lightradius 160\r
-lightradiusfade 800\r
-lightcolor 1 0 0\r
+lightradius 120\r
+lightradiusfade 700\r
+lightcolor 0.3 0.6 1\r
 \r
 \r
 \r
@@ -4521,14 +4522,14 @@ velocityjitter 256 256 256
 velocitymultiplier -0.1\r
 \r
 \r
-// gauntlet laser\r
+// grabber melee\r
 // based off morphed's cl_gentle\r
-// used in qcsrc/server/w_laser.qc\r
+// used in qcsrc/server/w_grabber.qc\r
 effect grabber_melee\r
 tex 43 43\r
 count 3\r
 type spark\r
-color 0xffffff 0x0000ff\r
+color 0xffffff 0x0033ff\r
 size 8 16\r
 sizeincrease 34\r
 alpha 128 128 292\r
@@ -4536,6 +4537,9 @@ gravity 0
 airfriction 5\r
 liquidfriction 10\r
 velocityjitter 25 25 25\r
+lightradius 200\r
+lightradiusfade 200\r
+lightcolor 0.4 0.7 0.9\r
 \r
 \r
 //torch flame, spawn it as fast as you can  20 times per second or more, supports direction but not required\r