From: tzork Date: Sun, 28 Nov 2010 13:49:03 +0000 (+0100) Subject: Morphed's nice new projecile models. X-Git-Tag: xonotic-v0.1.0preview~86^2~7^2 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=commitdiff_plain;h=58931addeb1c91d44b2ee246131fb2b6674f906f Morphed's nice new projecile models. --- diff --git a/models/elaser.mdl b/models/elaser.mdl index 02fd59d3a..ce62d46b5 100644 Binary files a/models/elaser.mdl and b/models/elaser.mdl differ diff --git a/models/hlac_bullet.md3 b/models/hlac_bullet.md3 index 8ae609a06..a1be45958 100644 Binary files a/models/hlac_bullet.md3 and b/models/hlac_bullet.md3 differ diff --git a/models/laser.mdl b/models/laser.mdl index c3a5d99e0..8809d1645 100644 Binary files a/models/laser.mdl and b/models/laser.mdl differ diff --git a/models/plasmatrail.mdl b/models/plasmatrail.mdl index 59dcdb9cd..5669bc4cc 100644 Binary files a/models/plasmatrail.mdl and b/models/plasmatrail.mdl differ diff --git a/scripts/projectiles.shader b/scripts/projectiles.shader new file mode 100644 index 000000000..28b1e9492 --- /dev/null +++ b/scripts/projectiles.shader @@ -0,0 +1,90 @@ +crylink_projectile_core +{ + surfaceparm nonsolid + surfaceparm nolightmap + deformVertexes autosprite + { + map textures/projectiles/crylink_projectile_core.tga + blendfunc add + rgbGen lightingDiffuse + } +} +crylink_projectile_long +{ + surfaceparm nonsolid + surfaceparm nolightmap + deformVertexes autosprite2 + { + map textures/projectiles/crylink_projectile_long.tga + blendfunc add + rgbGen lightingDiffuse + } +} +hlac_projectile_core +{ + surfaceparm nonsolid + surfaceparm nolightmap + deformVertexes autosprite + { + map textures/projectiles/hlac_projectile_core.tga + blendfunc add + rgbGen lightingDiffuse + } +} +hlac_projectile_long +{ + surfaceparm nonsolid + surfaceparm nolightmap + deformVertexes autosprite2 + { + map textures/projectiles/hlac_projectile_long.tga + blendfunc add + rgbGen lightingDiffuse + } +} +electro_projectile_core +{ + surfaceparm nonsolid + surfaceparm nolightmap + deformVertexes autosprite + { + map textures/projectiles/electro_projectile_core.tga + blendfunc add + tcmod page 4 1 0.1 + rgbGen lightingDiffuse + } +} +electro_projectile_long +{ + surfaceparm nonsolid + surfaceparm nolightmap + deformVertexes autosprite2 + { + map textures/projectiles/electro_projectile_long.tga + blendfunc add + tcmod page 4 1 0.1 + rgbGen lightingDiffuse + } +} +laser_projectile_core +{ + surfaceparm nonsolid + surfaceparm nolightmap + deformVertexes autosprite + { + map textures/projectiles/laser_projectile_core.tga + blendfunc add + rgbGen lightingDiffuse + } +} +laser_projectile_long +{ + surfaceparm nonsolid + surfaceparm nolightmap + deformVertexes autosprite2 + { + map textures/projectiles/laser_projectile_long.tga + blendfunc add + rgbGen lightingDiffuse + } +} \ No newline at end of file diff --git a/textures/projectiles/crylink_projectile_core.tga b/textures/projectiles/crylink_projectile_core.tga new file mode 100644 index 000000000..a9f686b43 Binary files /dev/null and b/textures/projectiles/crylink_projectile_core.tga differ diff --git a/textures/projectiles/crylink_projectile_core_glow.tga b/textures/projectiles/crylink_projectile_core_glow.tga new file mode 100644 index 000000000..b53993b2c Binary files /dev/null and b/textures/projectiles/crylink_projectile_core_glow.tga differ diff --git a/textures/projectiles/crylink_projectile_long.tga b/textures/projectiles/crylink_projectile_long.tga new file mode 100644 index 000000000..6f78dd03b Binary files /dev/null and b/textures/projectiles/crylink_projectile_long.tga differ diff --git a/textures/projectiles/crylink_projectile_long_glow.tga b/textures/projectiles/crylink_projectile_long_glow.tga new file mode 100644 index 000000000..6f78dd03b Binary files /dev/null and b/textures/projectiles/crylink_projectile_long_glow.tga differ diff --git a/textures/projectiles/electro_projectile_core.tga b/textures/projectiles/electro_projectile_core.tga new file mode 100644 index 000000000..b9a19304b Binary files /dev/null and b/textures/projectiles/electro_projectile_core.tga differ diff --git a/textures/projectiles/electro_projectile_core_glow.tga b/textures/projectiles/electro_projectile_core_glow.tga new file mode 100644 index 000000000..b9a19304b Binary files /dev/null and b/textures/projectiles/electro_projectile_core_glow.tga differ diff --git a/textures/projectiles/electro_projectile_long.tga b/textures/projectiles/electro_projectile_long.tga new file mode 100644 index 000000000..467276314 Binary files /dev/null and b/textures/projectiles/electro_projectile_long.tga differ diff --git a/textures/projectiles/electro_projectile_long_glow.tga b/textures/projectiles/electro_projectile_long_glow.tga new file mode 100644 index 000000000..467276314 Binary files /dev/null and b/textures/projectiles/electro_projectile_long_glow.tga differ diff --git a/textures/projectiles/hlac_projectile_core.tga b/textures/projectiles/hlac_projectile_core.tga new file mode 100644 index 000000000..f5a49e1b0 Binary files /dev/null and b/textures/projectiles/hlac_projectile_core.tga differ diff --git a/textures/projectiles/hlac_projectile_core_glow.tga b/textures/projectiles/hlac_projectile_core_glow.tga new file mode 100644 index 000000000..f5a49e1b0 Binary files /dev/null and b/textures/projectiles/hlac_projectile_core_glow.tga differ diff --git a/textures/projectiles/hlac_projectile_long.tga b/textures/projectiles/hlac_projectile_long.tga new file mode 100644 index 000000000..a7e68da2d Binary files /dev/null and b/textures/projectiles/hlac_projectile_long.tga differ diff --git a/textures/projectiles/hlac_projectile_long_glow.tga b/textures/projectiles/hlac_projectile_long_glow.tga new file mode 100644 index 000000000..a7e68da2d Binary files /dev/null and b/textures/projectiles/hlac_projectile_long_glow.tga differ diff --git a/textures/projectiles/laser_projectile_core.tga b/textures/projectiles/laser_projectile_core.tga new file mode 100644 index 000000000..1fdec98be Binary files /dev/null and b/textures/projectiles/laser_projectile_core.tga differ diff --git a/textures/projectiles/laser_projectile_core_glow.tga b/textures/projectiles/laser_projectile_core_glow.tga new file mode 100644 index 000000000..1fdec98be Binary files /dev/null and b/textures/projectiles/laser_projectile_core_glow.tga differ diff --git a/textures/projectiles/laser_projectile_long.tga b/textures/projectiles/laser_projectile_long.tga new file mode 100644 index 000000000..361342df9 Binary files /dev/null and b/textures/projectiles/laser_projectile_long.tga differ diff --git a/textures/projectiles/laser_projectile_long_glow.tga b/textures/projectiles/laser_projectile_long_glow.tga new file mode 100644 index 000000000..361342df9 Binary files /dev/null and b/textures/projectiles/laser_projectile_long_glow.tga differ