]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
more needed stuff from nexcompat
authorRudolf Polzer <divverent@alientrap.org>
Fri, 3 Sep 2010 22:50:16 +0000 (00:50 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Fri, 3 Sep 2010 22:50:16 +0000 (00:50 +0200)
15 files changed:
scripts/leiprojectile.shader [new file with mode: 0644]
scripts/nutsandbolts.shader [new file with mode: 0644]
scripts/rocket.shader [new file with mode: 0644]
textures/flags/flag_blue.tga [new file with mode: 0644]
textures/flags/flag_blue_cloth.tga [new file with mode: 0644]
textures/flags/flag_blue_gloss.tga [new file with mode: 0644]
textures/flags/flag_blue_glow.tga [new file with mode: 0644]
textures/flags/flag_blue_laser.tga [new file with mode: 0644]
textures/flags/flag_blue_norm.tga [new file with mode: 0644]
textures/flags/flag_red.tga [new file with mode: 0644]
textures/flags/flag_red_cloth.tga [new file with mode: 0644]
textures/flags/flag_red_gloss.tga [new file with mode: 0644]
textures/flags/flag_red_glow.tga [new file with mode: 0644]
textures/flags/flag_red_laser.tga [new file with mode: 0644]
textures/flags/flag_red_norm.tga [new file with mode: 0644]

diff --git a/scripts/leiprojectile.shader b/scripts/leiprojectile.shader
new file mode 100644 (file)
index 0000000..f94c04b
--- /dev/null
@@ -0,0 +1,89 @@
+models/lasertrail
+{
+       cull disable
+       {
+               map models/ltrail.tga
+               blendfunc add
+               rgbGen identity
+       }
+}
+
+models/lasercore
+{
+       deformVertexes autosprite
+       {
+               map models/lcore.tga
+               blendfunc add
+               rgbGen identity
+       }
+}
+
+models/plastrail
+{
+       cull disable
+       {
+               map models/ptrail.tga
+               blendfunc add
+               rgbGen identity
+       }
+}
+
+models/plascore
+{
+       deformVertexes autosprite
+       {
+               map models/pcore.tga
+               blendfunc add
+               rgbGen identity
+       }
+}
+
+models/bultrail
+{
+       cull disable
+       {
+               map models/bultrail.tga
+               blendfunc add
+               rgbGen identity
+       }
+}
+
+models/bulcore
+{
+       deformVertexes autosprite
+       {
+               map models/bulcore.tga
+               blendfunc add
+               rgbGen identity
+       }
+}
+
+models/eleccore
+{
+       {
+               animmap 45 models/eleccore.tga models/eleccore2.tga models/eleccore3.tga models/eleccore4.tga models/eleccore5.tga models/eleccore6.tga models/eleccore7.tga models/eleccore8.tga 
+               blendfunc blend
+               rgbGen identity
+       }
+}
+
+models/elecglass
+{
+       {
+               map models/elecglass.tga
+               blendfunc add
+               rgbGen lightingDiffuse
+       }
+}
+
+models/elecbeam
+{
+       cull disable
+       {
+               map models/elecbeam.tga
+               blendfunc add
+               rgbGen identity
+               tcMod scroll -2 0
+       }
+}
+
diff --git a/scripts/nutsandbolts.shader b/scripts/nutsandbolts.shader
new file mode 100644 (file)
index 0000000..e0eb347
--- /dev/null
@@ -0,0 +1,10 @@
+nutsandboltssteel
+{
+       {
+               map textures/nutsandbolts3
+               tcgen environment
+       }
+       {
+               map $lightmap
+       }
+}
diff --git a/scripts/rocket.shader b/scripts/rocket.shader
new file mode 100644 (file)
index 0000000..b3041f2
--- /dev/null
@@ -0,0 +1,10 @@
+rocketThrust
+{
+       surfaceparm trans
+       cull disable
+       {
+               clampmap textures/thrustc1.tga
+               blendfunc add
+               tcMod rotate 720
+       }
+}
diff --git a/textures/flags/flag_blue.tga b/textures/flags/flag_blue.tga
new file mode 100644 (file)
index 0000000..e84fca5
Binary files /dev/null and b/textures/flags/flag_blue.tga differ
diff --git a/textures/flags/flag_blue_cloth.tga b/textures/flags/flag_blue_cloth.tga
new file mode 100644 (file)
index 0000000..a8ea97f
Binary files /dev/null and b/textures/flags/flag_blue_cloth.tga differ
diff --git a/textures/flags/flag_blue_gloss.tga b/textures/flags/flag_blue_gloss.tga
new file mode 100644 (file)
index 0000000..77176c0
Binary files /dev/null and b/textures/flags/flag_blue_gloss.tga differ
diff --git a/textures/flags/flag_blue_glow.tga b/textures/flags/flag_blue_glow.tga
new file mode 100644 (file)
index 0000000..88d58c0
Binary files /dev/null and b/textures/flags/flag_blue_glow.tga differ
diff --git a/textures/flags/flag_blue_laser.tga b/textures/flags/flag_blue_laser.tga
new file mode 100644 (file)
index 0000000..6901f4f
Binary files /dev/null and b/textures/flags/flag_blue_laser.tga differ
diff --git a/textures/flags/flag_blue_norm.tga b/textures/flags/flag_blue_norm.tga
new file mode 100644 (file)
index 0000000..fc26022
Binary files /dev/null and b/textures/flags/flag_blue_norm.tga differ
diff --git a/textures/flags/flag_red.tga b/textures/flags/flag_red.tga
new file mode 100644 (file)
index 0000000..d659d8c
Binary files /dev/null and b/textures/flags/flag_red.tga differ
diff --git a/textures/flags/flag_red_cloth.tga b/textures/flags/flag_red_cloth.tga
new file mode 100644 (file)
index 0000000..ae451c9
Binary files /dev/null and b/textures/flags/flag_red_cloth.tga differ
diff --git a/textures/flags/flag_red_gloss.tga b/textures/flags/flag_red_gloss.tga
new file mode 100644 (file)
index 0000000..a499830
Binary files /dev/null and b/textures/flags/flag_red_gloss.tga differ
diff --git a/textures/flags/flag_red_glow.tga b/textures/flags/flag_red_glow.tga
new file mode 100644 (file)
index 0000000..deae22e
Binary files /dev/null and b/textures/flags/flag_red_glow.tga differ
diff --git a/textures/flags/flag_red_laser.tga b/textures/flags/flag_red_laser.tga
new file mode 100644 (file)
index 0000000..f4d4de5
Binary files /dev/null and b/textures/flags/flag_red_laser.tga differ
diff --git a/textures/flags/flag_red_norm.tga b/textures/flags/flag_red_norm.tga
new file mode 100644 (file)
index 0000000..97480bb
Binary files /dev/null and b/textures/flags/flag_red_norm.tga differ