diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-05-04 01:18:52 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-05-04 01:18:52 +0300 |
commit | 01beb9919b95479d8be040bec74abc5cc67a5e43 (patch) | |
tree | 65f0b79e793848491832756a4c3a32b23668fab3 /assets/models/weapons/mgturret2/weapon.cfg | |
parent | 191d731da136b7ee959a17e63111c9146219a768 (diff) |
Initial import.
Diffstat (limited to 'assets/models/weapons/mgturret2/weapon.cfg')
-rw-r--r-- | assets/models/weapons/mgturret2/weapon.cfg | 20 |
1 files changed, 20 insertions, 0 deletions
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 + +} + |