From f9a8b76c0f912cea66eacf71162a3090fda698d8 Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sun, 19 Jan 2014 11:44:43 +0100 Subject: 0.1.6 --- assets/scripts/g_humanweaponfx.trail | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 assets/scripts/g_humanweaponfx.trail (limited to 'assets/scripts/g_humanweaponfx.trail') diff --git a/assets/scripts/g_humanweaponfx.trail b/assets/scripts/g_humanweaponfx.trail new file mode 100644 index 0000000..75d5711 --- /dev/null +++ b/assets/scripts/g_humanweaponfx.trail @@ -0,0 +1,25 @@ +models/weapons/mdriver/fireTS +{ + beam + { + shader gfx/mdriver/trail + width 3.0 3.0 + textureType stretch 0.94 0.03 + } + lifeTime 70 +} + +models/weapons/prifle/missileTS +{ + beam + { + shader gfx/prifle/red_streak + + segments 2 + width 6.0 4.0 + alpha 1.0 0.1 + segmentTime 120 + + textureType stretch 0.0 1.0 + } +} \ No newline at end of file -- cgit