summaryrefslogtreecommitdiff
path: root/models/weapons
diff options
context:
space:
mode:
Diffstat (limited to 'models/weapons')
-rw-r--r--models/weapons/abuild/weapon.cfg11
-rw-r--r--models/weapons/abuildupg/weapon.cfg19
-rw-r--r--models/weapons/level0/weapon.cfg9
-rw-r--r--models/weapons/level1/weapon.cfg11
-rw-r--r--models/weapons/level1upg/weapon.cfg17
-rw-r--r--models/weapons/level2/weapon.cfg11
-rw-r--r--models/weapons/level2upg/weapon.cfg18
-rw-r--r--models/weapons/level3/weapon.cfg16
-rw-r--r--models/weapons/level3upg/weapon.cfg28
-rw-r--r--models/weapons/level4/weapon.cfg11
10 files changed, 151 insertions, 0 deletions
diff --git a/models/weapons/abuild/weapon.cfg b/models/weapons/abuild/weapon.cfg
new file mode 100644
index 00000000..46cfdaaf
--- /dev/null
+++ b/models/weapons/abuild/weapon.cfg
@@ -0,0 +1,11 @@
+disableIn3rdPerson
+crosshair 15 gfx/2d/crosshair-alien_s
+
+icon icons/icona_builder
+
+secondary
+{
+ flashSound 0 models/weapons/abuildupg/flash0.wav
+ impactFleshSound 0 models/weapons/abuildupg/impactflesh0.wav
+ alwaysImpact
+}
diff --git a/models/weapons/abuildupg/weapon.cfg b/models/weapons/abuildupg/weapon.cfg
new file mode 100644
index 00000000..0646359b
--- /dev/null
+++ b/models/weapons/abuildupg/weapon.cfg
@@ -0,0 +1,19 @@
+disableIn3rdPerson
+crosshair 15 gfx/2d/crosshair-alien_s
+
+icon icons/icona_builder
+
+secondary
+{
+ flashSound 0 models/weapons/abuildupg/flash0.wav
+ impactFleshSound 0 models/weapons/abuildupg/impactflesh0.wav
+ alwaysImpact
+}
+
+tertiary
+{
+ missileModel models/weapons/level3upg/missile.md3
+
+ impactMark 64 creep
+ impactSound 0 sound/misc/organic_bounce.wav
+}
diff --git a/models/weapons/level0/weapon.cfg b/models/weapons/level0/weapon.cfg
new file mode 100644
index 00000000..15f77ea0
--- /dev/null
+++ b/models/weapons/level0/weapon.cfg
@@ -0,0 +1,9 @@
+disableIn3rdPerson
+crosshair 15 gfx/2d/crosshair-alien_s
+
+icon icons/icona_lev0
+
+primary
+{
+ flashSound 0 models/weapons/level0/flash0.wav
+}
diff --git a/models/weapons/level1/weapon.cfg b/models/weapons/level1/weapon.cfg
new file mode 100644
index 00000000..59322833
--- /dev/null
+++ b/models/weapons/level1/weapon.cfg
@@ -0,0 +1,11 @@
+disableIn3rdPerson
+crosshair 15 gfx/2d/crosshair-alien_s
+
+icon icons/icona_lev1
+
+primary
+{
+ flashSound 0 models/weapons/level1/flash0.wav
+ impactFleshSound 0 models/weapons/level1/impactflesh0.wav
+ alwaysImpact
+}
diff --git a/models/weapons/level1upg/weapon.cfg b/models/weapons/level1upg/weapon.cfg
new file mode 100644
index 00000000..5b60e8c9
--- /dev/null
+++ b/models/weapons/level1upg/weapon.cfg
@@ -0,0 +1,17 @@
+disableIn3rdPerson
+crosshair 15 gfx/2d/crosshair-alien_s
+
+icon icons/icona_lev1
+
+primary
+{
+ flashSound 0 models/weapons/level1/flash0.wav
+ impactFleshSound 0 models/weapons/level1/impactflesh0.wav
+ alwaysImpact
+}
+
+secondary
+{
+ flashSound 0 models/weapons/level1upg/gas.wav
+ muzzleParticleSystem models/weapons/level1upg/muzzlePS
+}
diff --git a/models/weapons/level2/weapon.cfg b/models/weapons/level2/weapon.cfg
new file mode 100644
index 00000000..927a731d
--- /dev/null
+++ b/models/weapons/level2/weapon.cfg
@@ -0,0 +1,11 @@
+disableIn3rdPerson
+crosshair 15 gfx/2d/crosshair-alien_s
+
+icon icons/icona_lev2
+
+primary
+{
+ flashSound 0 models/weapons/level2/flash0.wav
+ impactFleshSound 0 models/weapons/level2/impactflesh0.wav
+ alwaysImpact
+}
diff --git a/models/weapons/level2upg/weapon.cfg b/models/weapons/level2upg/weapon.cfg
new file mode 100644
index 00000000..7a1f26cf
--- /dev/null
+++ b/models/weapons/level2upg/weapon.cfg
@@ -0,0 +1,18 @@
+disableIn3rdPerson
+
+icon icons/icona_lev2
+crosshair 15 gfx/2d/crosshair-alien_s
+
+primary
+{
+ flashSound 0 models/weapons/level2/flash0.wav
+ impactFleshSound 0 models/weapons/level2/impactflesh0.wav
+ alwaysImpact
+}
+
+secondary
+{
+ flashSound 0 models/weapons/level2upg/electric.wav
+
+ impactMark 24 gfx/marks/plasma_mrk
+}
diff --git a/models/weapons/level3/weapon.cfg b/models/weapons/level3/weapon.cfg
new file mode 100644
index 00000000..faa2c182
--- /dev/null
+++ b/models/weapons/level3/weapon.cfg
@@ -0,0 +1,16 @@
+disableIn3rdPerson
+crosshair 15 gfx/2d/crosshair-alien_s
+
+icon icons/icona_lev3
+
+primary
+{
+ flashSound 0 models/weapons/level3/flash0.wav
+ impactFleshSound 0 models/weapons/level3/impactflesh0.wav
+ alwaysImpact
+}
+
+secondary
+{
+ flashSound 0 models/weapons/level3/pounce.wav
+}
diff --git a/models/weapons/level3upg/weapon.cfg b/models/weapons/level3upg/weapon.cfg
new file mode 100644
index 00000000..ae1c0656
--- /dev/null
+++ b/models/weapons/level3upg/weapon.cfg
@@ -0,0 +1,28 @@
+disableIn3rdPerson
+
+icon icons/icona_lev3
+crosshair 15 gfx/2d/crosshair-alien_s
+
+primary
+{
+ flashSound 0 models/weapons/level3/flash0.wav
+ impactFleshSound 0 models/weapons/level3/impactflesh0.wav
+ alwaysImpact
+}
+
+secondary
+{
+ flashSound 0 models/weapons/level3/pounce.wav
+}
+
+tertiary
+{
+ flashSound 0 models/weapons/level3upg/flash0.wav
+
+ missileModel models/weapons/level3upg/missile.md3
+ missileSound models/weapons/level3upg/missile.wav
+
+ impactMark 30 gfx/marks/bullet_mrk
+ impactSound 0 models/weapons/rifle/ricochet0.wav
+ impactParticleSystem models/weapons/level3upg/impactPS
+}
diff --git a/models/weapons/level4/weapon.cfg b/models/weapons/level4/weapon.cfg
new file mode 100644
index 00000000..b890af11
--- /dev/null
+++ b/models/weapons/level4/weapon.cfg
@@ -0,0 +1,11 @@
+disableIn3rdPerson
+crosshair 15 gfx/2d/crosshair-alien_s
+
+icon icons/icona_lev4
+
+primary
+{
+ flashSound 0 models/weapons/level4/flash0.wav
+ impactFleshSound 0 models/weapons/level4/impactflesh0.wav
+ alwaysImpact
+}