diff options
Diffstat (limited to 'assets/models/weapons/chaingun/weapon.cfg')
-rw-r--r-- | assets/models/weapons/chaingun/weapon.cfg | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/assets/models/weapons/chaingun/weapon.cfg b/assets/models/weapons/chaingun/weapon.cfg new file mode 100644 index 0000000..b277430 --- /dev/null +++ b/assets/models/weapons/chaingun/weapon.cfg @@ -0,0 +1,35 @@ +weaponModel models/weapons/chaingun/chaingun.md3 + +icon icons/iconw_chaingun +crosshair 48 gfx/2d/crosshair-chaingun_s + +primary +{ + flashDlightColor 1.0 1.0 0.0 + flashSound 0 models/weapons/chaingun/flash0.wav + flashSound 1 models/weapons/chaingun/flash1.wav + flashSound 2 models/weapons/chaingun/flash2.wav + flashSound 3 models/weapons/chaingun/flash3.wav + + impactMark 8 gfx/marks/bullet_mrk + + impactSound 0 models/weapons/chaingun/impact0.wav + + impactParticleSystem models/weapons/rifle/impactPS + muzzleParticleSystem models/weapons/chaingun/muzzlePS +} +secondary +{ + flashDlightColor 1.0 1.0 0.0 + flashSound 0 models/weapons/chaingun/flash0.wav + flashSound 1 models/weapons/chaingun/flash1.wav + flashSound 2 models/weapons/chaingun/flash2.wav + flashSound 3 models/weapons/chaingun/flash3.wav + + impactMark 10 gfx/marks/bullet_mrk + + impactSound 0 models/weapons/chaingun/impact0.wav + + impactParticleSystem models/weapons/rifle/impactPS + muzzleParticleSystem models/weapons/chaingun/muzzlePS2 +}
\ No newline at end of file |