]> de.git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
adhere to xonotic shader naming convention
authorRudolf Polzer <divverent@alientrap.org>
Mon, 2 Aug 2010 14:54:01 +0000 (16:54 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 2 Aug 2010 14:54:01 +0000 (16:54 +0200)
models/xonotic_jumppad01/xonotic_jumppad01.md3_0.skin
models/xonotic_jumppad01/xonotic_jumppad01.md3_1.skin
models/xonotic_jumppad01/xonotic_launchpad01.md3_0.skin
models/xonotic_jumppad01/xonotic_launchpad01.md3_1.skin
scripts/model_xonotic_jumppad01.shader [new file with mode: 0644]
scripts/xonotic_jumppad01.shader [deleted file]

index e5692977d0f9aa51c62892a60176707c740a59b1..dbeb8f846e1db084421e272b2ac42f85f909a537 100644 (file)
@@ -1,5 +1,5 @@
-flame,textures/xonotic_jumppad01/jumpglow_red
-energy,textures/xonotic_jumppad01/energy_red_anim
+flame,models/xonotic_jumppad01/jumpglow_red
+energy,models/xonotic_jumppad01/energy_red_anim
 1,textures/trak5x/panel-grate1a
 2,textures/trak5x/wall-wall1a
 3,textures/trak5x/base-pipe1a
 1,textures/trak5x/panel-grate1a
 2,textures/trak5x/wall-wall1a
 3,textures/trak5x/base-pipe1a
index b3cf0955f0a9eb49454d7b308b28385cf7915d11..3384f0b00cf45da009cf6adbf9f57fb1aee3815e 100644 (file)
@@ -1,5 +1,5 @@
-flame,textures/xonotic_jumppad01/jumpglow_blue
-energy,textures/xonotic_jumppad01/energy_blue_anim
+flame,models/xonotic_jumppad01/jumpglow_blue
+energy,models/xonotic_jumppad01/energy_blue_anim
 1,textures/trak5x/panel-grate1a
 2,textures/trak5x/wall-wall1a
 3,textures/trak5x/base-pipe1a
 1,textures/trak5x/panel-grate1a
 2,textures/trak5x/wall-wall1a
 3,textures/trak5x/base-pipe1a
index e5692977d0f9aa51c62892a60176707c740a59b1..dbeb8f846e1db084421e272b2ac42f85f909a537 100644 (file)
@@ -1,5 +1,5 @@
-flame,textures/xonotic_jumppad01/jumpglow_red
-energy,textures/xonotic_jumppad01/energy_red_anim
+flame,models/xonotic_jumppad01/jumpglow_red
+energy,models/xonotic_jumppad01/energy_red_anim
 1,textures/trak5x/panel-grate1a
 2,textures/trak5x/wall-wall1a
 3,textures/trak5x/base-pipe1a
 1,textures/trak5x/panel-grate1a
 2,textures/trak5x/wall-wall1a
 3,textures/trak5x/base-pipe1a
index b3cf0955f0a9eb49454d7b308b28385cf7915d11..3384f0b00cf45da009cf6adbf9f57fb1aee3815e 100644 (file)
@@ -1,5 +1,5 @@
-flame,textures/xonotic_jumppad01/jumpglow_blue
-energy,textures/xonotic_jumppad01/energy_blue_anim
+flame,models/xonotic_jumppad01/jumpglow_blue
+energy,models/xonotic_jumppad01/energy_blue_anim
 1,textures/trak5x/panel-grate1a
 2,textures/trak5x/wall-wall1a
 3,textures/trak5x/base-pipe1a
 1,textures/trak5x/panel-grate1a
 2,textures/trak5x/wall-wall1a
 3,textures/trak5x/base-pipe1a
diff --git a/scripts/model_xonotic_jumppad01.shader b/scripts/model_xonotic_jumppad01.shader
new file mode 100644 (file)
index 0000000..a4d01a9
--- /dev/null
@@ -0,0 +1,91 @@
+models/xonotic_jumppad01/jumpglow_orange
+{
+       qer_editorimage models/xonotic_jumppad01/jumpglow_o.tga
+       cull none
+ {
+       map models/xonotic_jumppad01/jumpglow_o.tga
+       blendfunc add
+       tcmod page 3 1 0.02
+ }
+}
+
+models/xonotic_jumppad01/jumpglow_red
+{
+       qer_editorimage models/xonotic_jumppad01/jumpglow_r.tga
+       cull none
+ {
+       map models/xonotic_jumppad01/jumpglow_r.tga
+       blendfunc add
+       tcmod page 3 1 0.02
+ }
+}
+
+models/xonotic_jumppad01/jumpglow_green
+{
+       cull none
+ {
+       map models/xonotic_jumppad01/jumpglow_g.tga
+       blendfunc add
+       tcmod page 3 1 0.02
+ }
+}
+
+models/xonotic_jumppad01/jumpglow_blue
+{
+       cull none
+ {
+       map models/xonotic_jumppad01/jumpglow_b.tga
+       blendfunc add
+       tcmod page 3 1 0.02
+ }
+}
+
+models/xonotic_jumppad01/energy_red_anim
+{
+       qer_editorimage models/xonotic_jumppad01/energy_red.tga
+       nopicmip
+       surfaceparm nolightmap
+//     surfaceparm nonsolid
+       surfaceparm trans
+//     surfaceparm slick
+       cull none
+       surfaceparm nomarks // Added
+//     surfaceparm noimpact // by
+//     surfaceparm playerclip // Q
+       qer_trans 0.8
+//     alphaFunc GE128
+       
+       {
+               map models/xonotic_jumppad01/energy_red.tga
+               tcGen environment
+//                tcmod scale .6 .6
+               blendfunc GL_ONE GL_ONE
+               tcMod turb 0 0.25 0 0.5
+               tcMod scroll -.5 -.3
+       }
+}
+
+models/xonotic_jumppad01/energy_blue_anim
+{
+       qer_editorimage models/xonotic_jumppad01/energy_blue.tga
+       nopicmip
+       surfaceparm nolightmap
+//     surfaceparm nonsolid
+       surfaceparm trans
+//     surfaceparm slick
+       cull none
+       surfaceparm nomarks // Added
+//     surfaceparm noimpact // by
+//     surfaceparm playerclip // Q
+       qer_trans 0.8
+//     alphaFunc GE128
+       
+       {
+               map models/xonotic_jumppad01/energy_blue.tga
+               tcGen environment
+//                tcmod scale .6 .6
+               blendfunc GL_ONE GL_ONE
+               tcMod turb 0 0.25 0 0.5
+               tcMod scroll -.5 -.3
+       }
+}
diff --git a/scripts/xonotic_jumppad01.shader b/scripts/xonotic_jumppad01.shader
deleted file mode 100644 (file)
index 879cc24..0000000
+++ /dev/null
@@ -1,91 +0,0 @@
-textures/xonotic_jumppad01/jumpglow_orange
-{
-       qer_editorimage models/xonotic_jumppad01/jumpglow_o.tga
-       cull none
- {
-       map models/xonotic_jumppad01/jumpglow_o.tga
-       blendfunc add
-       tcmod page 3 1 0.02
- }
-}
-
-textures/xonotic_jumppad01/jumpglow_red
-{
-       qer_editorimage models/xonotic_jumppad01/jumpglow_r.tga
-       cull none
- {
-       map models/xonotic_jumppad01/jumpglow_r.tga
-       blendfunc add
-       tcmod page 3 1 0.02
- }
-}
-
-textures/xonotic_jumppad01/jumpglow_green
-{
-       cull none
- {
-       map models/xonotic_jumppad01/jumpglow_g.tga
-       blendfunc add
-       tcmod page 3 1 0.02
- }
-}
-
-textures/xonotic_jumppad01/jumpglow_blue
-{
-       cull none
- {
-       map models/xonotic_jumppad01/jumpglow_b.tga
-       blendfunc add
-       tcmod page 3 1 0.02
- }
-}
-
-textures/xonotic_jumppad01/energy_red_anim
-{
-       qer_editorimage models/xonotic_jumppad01/energy_red.tga
-       nopicmip
-       surfaceparm nolightmap
-//     surfaceparm nonsolid
-       surfaceparm trans
-//     surfaceparm slick
-       cull none
-       surfaceparm nomarks // Added
-//     surfaceparm noimpact // by
-//     surfaceparm playerclip // Q
-       qer_trans 0.8
-//     alphaFunc GE128
-       
-       {
-               map models/xonotic_jumppad01/energy_red.tga
-               tcGen environment
-//                tcmod scale .6 .6
-               blendfunc GL_ONE GL_ONE
-               tcMod turb 0 0.25 0 0.5
-               tcMod scroll -.5 -.3
-       }
-}
-
-textures/xonotic_jumppad01/energy_blue_anim
-{
-       qer_editorimage models/xonotic_jumppad01/energy_blue.tga
-       nopicmip
-       surfaceparm nolightmap
-//     surfaceparm nonsolid
-       surfaceparm trans
-//     surfaceparm slick
-       cull none
-       surfaceparm nomarks // Added
-//     surfaceparm noimpact // by
-//     surfaceparm playerclip // Q
-       qer_trans 0.8
-//     alphaFunc GE128
-       
-       {
-               map models/xonotic_jumppad01/energy_blue.tga
-               tcGen environment
-//                tcmod scale .6 .6
-               blendfunc GL_ONE GL_ONE
-               tcMod turb 0 0.25 0 0.5
-               tcMod scroll -.5 -.3
-       }
-}