From 01beb9919b95479d8be040bec74abc5cc67a5e43 Mon Sep 17 00:00:00 2001 From: Mikko Tiusanen Date: Sun, 4 May 2014 01:18:52 +0300 Subject: Initial import. --- assets/models/weapons/mgturret2/weapon.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 assets/models/weapons/mgturret2/weapon.cfg (limited to 'assets/models/weapons/mgturret2/weapon.cfg') diff --git a/assets/models/weapons/mgturret2/weapon.cfg b/assets/models/weapons/mgturret2/weapon.cfg new file mode 100644 index 0000000..a46c228 --- /dev/null +++ b/assets/models/weapons/mgturret2/weapon.cfg @@ -0,0 +1,20 @@ +primary +{ + + missileSound models/weapons/flamer/fireloop.wav + + flashDlightColor 0.25 0.1 0.0 + continuousFlash + + missileDlightColor 0.25 0.1 0.0 + missileDlight 300 + + + impactMark 32 gfx/marks/burn_mrk + impactSound 0 models/weapons/flamer/fireimpc.wav + + missileParticleSystem models/weapons/flamerturret/muzzlePS + impactParticleSystem models/weapons/FT/lagfl + +} + -- cgit