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/lgun/flash.jpg | Bin 0 -> 11017 bytes assets/models/weapons/lgun/flash0.wav | Bin 0 -> 48478 bytes assets/models/weapons/lgun/lgun.jpg | Bin 0 -> 195785 bytes assets/models/weapons/lgun/lgun.md3 | Bin 0 -> 12980 bytes assets/models/weapons/lgun/lgun_flash.md3 | Bin 0 -> 1308 bytes assets/models/weapons/lgun/lgun_hand.md3 | Bin 0 -> 2628 bytes assets/models/weapons/lgun/weapon.cfg | 13 +++++++++++++ 7 files changed, 13 insertions(+) create mode 100644 assets/models/weapons/lgun/flash.jpg create mode 100644 assets/models/weapons/lgun/flash0.wav create mode 100644 assets/models/weapons/lgun/lgun.jpg create mode 100644 assets/models/weapons/lgun/lgun.md3 create mode 100644 assets/models/weapons/lgun/lgun_flash.md3 create mode 100644 assets/models/weapons/lgun/lgun_hand.md3 create mode 100644 assets/models/weapons/lgun/weapon.cfg (limited to 'assets/models/weapons/lgun') diff --git a/assets/models/weapons/lgun/flash.jpg b/assets/models/weapons/lgun/flash.jpg new file mode 100644 index 0000000..9387414 Binary files /dev/null and b/assets/models/weapons/lgun/flash.jpg differ diff --git a/assets/models/weapons/lgun/flash0.wav b/assets/models/weapons/lgun/flash0.wav new file mode 100644 index 0000000..a38ab75 Binary files /dev/null and b/assets/models/weapons/lgun/flash0.wav differ diff --git a/assets/models/weapons/lgun/lgun.jpg b/assets/models/weapons/lgun/lgun.jpg new file mode 100644 index 0000000..ebd63b4 Binary files /dev/null and b/assets/models/weapons/lgun/lgun.jpg differ diff --git a/assets/models/weapons/lgun/lgun.md3 b/assets/models/weapons/lgun/lgun.md3 new file mode 100644 index 0000000..7042b1b Binary files /dev/null and b/assets/models/weapons/lgun/lgun.md3 differ diff --git a/assets/models/weapons/lgun/lgun_flash.md3 b/assets/models/weapons/lgun/lgun_flash.md3 new file mode 100644 index 0000000..01e8c9d Binary files /dev/null and b/assets/models/weapons/lgun/lgun_flash.md3 differ diff --git a/assets/models/weapons/lgun/lgun_hand.md3 b/assets/models/weapons/lgun/lgun_hand.md3 new file mode 100644 index 0000000..270c680 Binary files /dev/null and b/assets/models/weapons/lgun/lgun_hand.md3 differ diff --git a/assets/models/weapons/lgun/weapon.cfg b/assets/models/weapons/lgun/weapon.cfg new file mode 100644 index 0000000..1cbb7f2 --- /dev/null +++ b/assets/models/weapons/lgun/weapon.cfg @@ -0,0 +1,13 @@ +weaponModel models/weapons/lgun/lgun.md3 +icon icons/iconw_lasgun +crosshair 24 gfx/2d/crosshair-lgun_s + +primary +{ + flashDlightColor 1.0 0.0 0.0 + flashSound 0 models/weapons/lgun/flash0.wav + + impactMark 8 gfx/marks/bullet_mrk + + impactParticleSystem models/weapons/lasgun/impactPS +} -- cgit