From 4ac9cb1dc9b5c9aae804c47edfd1fa630dc64600 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 1 Aug 2024 16:28:48 +1000 Subject: [PATCH] Tweak the Electro combo particle effect to have a more pronounced border --- effectinfo.txt | 15 +++++++-------- qcsrc/common/effects/effectinfo.inc | 14 ++++++-------- 2 files changed, 13 insertions(+), 16 deletions(-) diff --git a/effectinfo.txt b/effectinfo.txt index da8070787..31fe697bd 100644 --- a/effectinfo.txt +++ b/effectinfo.txt @@ -1318,7 +1318,7 @@ effect electro_combo effect electro_combo type static airfriction 6 - alpha 156 156 156 + alpha 156 156 100 bounce 2 color 0x2030FF 0x80C0FF count 5 @@ -1329,17 +1329,17 @@ effect electro_combo velocityjitter 512 512 512 effect electro_combo type spark - alpha 444 512 700 + alpha 444 512 500 bounce 1.600000 color 0xa9cacf 0x0054ff count 32 - gravity 0.300000 originjitter 1 1 1 size 2 4 stretchfactor 2 tex 41 41 - velocityjitter 312 312 312 - velocitymultiplier 3 + velocityjitter 128 128 128 + velocitymultiplier 0.300000 + rotate -180 180 4000 -4000 effect electro_combo type smoke alpha 256 256 256 @@ -1351,11 +1351,10 @@ effect electro_combo velocityjitter 32 32 32 effect electro_combo type smoke - alpha 40 40 100 + alpha 40 40 20 color 0xa9cacf 0x0054ff countabsolute 1 - sizeincrease 600 - size 30 30 + size 120 120 tex 33 33 velocitymultiplier 0.300000 effect crylink_muzzleflash diff --git a/qcsrc/common/effects/effectinfo.inc b/qcsrc/common/effects/effectinfo.inc index 7e8a06365..2acdfa1ff 100644 --- a/qcsrc/common/effects/effectinfo.inc +++ b/qcsrc/common/effects/effectinfo.inc @@ -2203,12 +2203,11 @@ SUB(electro_combo) { SUB(electro_combo) { MY(alpha_min) = 444; MY(alpha_max) = 512; - MY(alpha_fade) = 700; + MY(alpha_fade) = 500; MY(bounce) = 1.600000; MY(color_min) = "0xa9cacf"; MY(color_max) = "0x0054ff"; MY(count) = 32; - MY(gravity) = 0.300000; MY(originjitter) = '1.0 1.0 1.0'; MY(size_min) = 2; MY(size_max) = 4; @@ -2216,8 +2215,8 @@ SUB(electro_combo) { MY(tex_min) = 41; MY(tex_max) = 41; MY(type) = "spark"; - MY(velocityjitter) = '312.0 312.0 312.0'; - MY(velocitymultiplier) = 3; + MY(velocityjitter) = '128.0 128.0 128.0'; + MY(velocitymultiplier) = 0.300000; } // inner cloud of smoke SUB(electro_combo) { @@ -2238,13 +2237,12 @@ SUB(electro_combo) { SUB(electro_combo) { MY(alpha_min) = 40; MY(alpha_max) = 40; - MY(alpha_fade) = 100; + MY(alpha_fade) = 20; MY(color_min) = "0xa9cacf"; MY(color_max) = "0x0054ff"; MY(countabsolute) = 1; - MY(sizeincrease) = 600; - MY(size_min) = 30; - MY(size_max) = 30; + MY(size_min) = 120; + MY(size_max) = 120; MY(tex_min) = 33; MY(tex_max) = 33; MY(type) = "smoke"; -- 2.39.2