From: Sahil Singhal Date: Thu, 19 Aug 2010 03:59:09 +0000 (-0400) Subject: techpanelx by theShadow. Does not have gloss maps yet. 1024x1024. I think I organized... X-Git-Tag: xonotic-v0.1.0preview~151^2~36^2~7 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=bfc919831d2ed48b81ef1bbf262e26c0edd9947e techpanelx by theShadow. Does not have gloss maps yet. 1024x1024. I think I organized everything correctly :P --- diff --git a/scripts/shaderlist.txt b/scripts/shaderlist.txt index 09413e46..e767d044 100644 --- a/scripts/shaderlist.txt +++ b/scripts/shaderlist.txt @@ -7,3 +7,4 @@ facility114x trak4x trak5x terrain01x +techpanelx diff --git a/scripts/techpanelx.shader b/scripts/techpanelx.shader new file mode 100644 index 00000000..3a7c6893 --- /dev/null +++ b/scripts/techpanelx.shader @@ -0,0 +1,209 @@ +textures/techpanelx/base-diamondplate +{ + qer_editorimage textures/techpanelx/base/base_diamondplate.png + + q3map_bounceScale 0.5 + + + { + map textures/techpanelx/base/base_diamondplate.png + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/techpanelx/floor-panel1 +{ + qer_editorimage textures/techpanelx/floor/floor_panel1.png + + q3map_bounceScale 0.5 + + + { + map textures/techpanelx/floor/floor_panel1.png + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/techpanelx/floor-panel2 +{ + qer_editorimage textures/techpanelx/floor/floor_panel2.png + + q3map_bounceScale 0.5 + + + { + map textures/techpanelx/floor/floor_panel2.png + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/techpanelx/panel-techcrate +{ + qer_editorimage textures/techpanelx/panel/panel_techcrate.png + + q3map_bounceScale 0.5 + + + { + map textures/techpanelx/panel/panel_techcrate.png + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/techpanelx/panel-tech1 +{ + qer_editorimage textures/techpanelx/panel/panel_tech1.png + + q3map_bounceScale 0.5 + + + { + map textures/techpanelx/panel/panel_tech1.png + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/techpanelx/panel-tech2 +{ + qer_editorimage textures/techpanelx/panel/panel_tech2.png + + q3map_bounceScale 0.5 + + + { + map textures/techpanelx/panel/panel_tech2.png + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/techpanelx/panel_tech3 +{ + qer_editorimage textures/techpanelx/panel/panel_tech3.png + + q3map_bounceScale 0.5 + + + { + map textures/techpanelx/panel/panel_tech3.png + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/techpanelx/panel-tech4 +{ + qer_editorimage textures/techpanelx/panel/panel_tech4.png + + q3map_bounceScale 0.5 + + + { + map textures/techpanelx/panel/panel_tech4.png + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/techpanelx/trim-section1 +{ + qer_editorimage textures/techpanelx/trim/trim_section1.png + + q3map_bounceScale 0.5 + + + { + map textures/techpanelx/trim/trim_section1.png + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/techpanelx/wall-section2 +{ + qer_editorimage textures/techpanelx/wall/wall_section2.png + + q3map_bounceScale 0.5 + + + { + map textures/techpanelx/wall/wall_section2.png + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/techpanelx/wall-section3 +{ + qer_editorimage textures/techpanelx/wall/wall_section3.png + + q3map_bounceScale 0.5 + + + { + map textures/techpanelx/wall/wall_section3.png + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} diff --git a/textures/techpanelx/base/base_diamondplate.png b/textures/techpanelx/base/base_diamondplate.png new file mode 100755 index 00000000..411aaa70 Binary files /dev/null and b/textures/techpanelx/base/base_diamondplate.png differ diff --git a/textures/techpanelx/base/base_diamondplate_norm.png b/textures/techpanelx/base/base_diamondplate_norm.png new file mode 100755 index 00000000..c8f216c9 Binary files /dev/null and b/textures/techpanelx/base/base_diamondplate_norm.png differ diff --git a/textures/techpanelx/floor/floor_panel1.png b/textures/techpanelx/floor/floor_panel1.png new file mode 100755 index 00000000..0e7f6370 Binary files /dev/null and b/textures/techpanelx/floor/floor_panel1.png differ diff --git a/textures/techpanelx/floor/floor_panel1_norm.png b/textures/techpanelx/floor/floor_panel1_norm.png new file mode 100755 index 00000000..8dab6d1e Binary files /dev/null and b/textures/techpanelx/floor/floor_panel1_norm.png differ diff --git a/textures/techpanelx/floor/floor_panel2.png b/textures/techpanelx/floor/floor_panel2.png new file mode 100755 index 00000000..c566005b Binary files /dev/null and b/textures/techpanelx/floor/floor_panel2.png differ diff --git a/textures/techpanelx/floor/floor_panel2_norm.png b/textures/techpanelx/floor/floor_panel2_norm.png new file mode 100755 index 00000000..33b63341 Binary files /dev/null and b/textures/techpanelx/floor/floor_panel2_norm.png differ diff --git a/textures/techpanelx/panel/panel_tech1.png b/textures/techpanelx/panel/panel_tech1.png new file mode 100755 index 00000000..6810a524 Binary files /dev/null and b/textures/techpanelx/panel/panel_tech1.png differ diff --git a/textures/techpanelx/panel/panel_tech1_norm.png b/textures/techpanelx/panel/panel_tech1_norm.png new file mode 100755 index 00000000..51533a09 Binary files /dev/null and b/textures/techpanelx/panel/panel_tech1_norm.png differ diff --git a/textures/techpanelx/panel/panel_tech2.png b/textures/techpanelx/panel/panel_tech2.png new file mode 100755 index 00000000..846a2217 Binary files /dev/null and b/textures/techpanelx/panel/panel_tech2.png differ diff --git a/textures/techpanelx/panel/panel_tech2_norm.png b/textures/techpanelx/panel/panel_tech2_norm.png new file mode 100755 index 00000000..5a86ee2d Binary files /dev/null and b/textures/techpanelx/panel/panel_tech2_norm.png differ diff --git a/textures/techpanelx/panel/panel_tech3.png b/textures/techpanelx/panel/panel_tech3.png new file mode 100755 index 00000000..0eb25593 Binary files /dev/null and b/textures/techpanelx/panel/panel_tech3.png differ diff --git a/textures/techpanelx/panel/panel_tech3_norm.png b/textures/techpanelx/panel/panel_tech3_norm.png new file mode 100755 index 00000000..c0a1d028 Binary files /dev/null and b/textures/techpanelx/panel/panel_tech3_norm.png differ diff --git a/textures/techpanelx/panel/panel_tech4.png b/textures/techpanelx/panel/panel_tech4.png new file mode 100755 index 00000000..9996202d Binary files /dev/null and b/textures/techpanelx/panel/panel_tech4.png differ diff --git a/textures/techpanelx/panel/panel_tech4_norm.png b/textures/techpanelx/panel/panel_tech4_norm.png new file mode 100755 index 00000000..b2d4877b Binary files /dev/null and b/textures/techpanelx/panel/panel_tech4_norm.png differ diff --git a/textures/techpanelx/panel/panel_techcrate.png b/textures/techpanelx/panel/panel_techcrate.png new file mode 100755 index 00000000..5ce4af6e Binary files /dev/null and b/textures/techpanelx/panel/panel_techcrate.png differ diff --git a/textures/techpanelx/panel/panel_techcrate_norm.png b/textures/techpanelx/panel/panel_techcrate_norm.png new file mode 100755 index 00000000..899c6188 Binary files /dev/null and b/textures/techpanelx/panel/panel_techcrate_norm.png differ diff --git a/textures/techpanelx/trim/trim_section1.png b/textures/techpanelx/trim/trim_section1.png new file mode 100755 index 00000000..9c95f276 Binary files /dev/null and b/textures/techpanelx/trim/trim_section1.png differ diff --git a/textures/techpanelx/trim/trim_section1_norm.png b/textures/techpanelx/trim/trim_section1_norm.png new file mode 100755 index 00000000..bf7509b6 Binary files /dev/null and b/textures/techpanelx/trim/trim_section1_norm.png differ diff --git a/textures/techpanelx/wall/wall_section2.png b/textures/techpanelx/wall/wall_section2.png new file mode 100755 index 00000000..77d33ec3 Binary files /dev/null and b/textures/techpanelx/wall/wall_section2.png differ diff --git a/textures/techpanelx/wall/wall_section2_norm.png b/textures/techpanelx/wall/wall_section2_norm.png new file mode 100755 index 00000000..b7478c5c Binary files /dev/null and b/textures/techpanelx/wall/wall_section2_norm.png differ diff --git a/textures/techpanelx/wall/wall_section3.png b/textures/techpanelx/wall/wall_section3.png new file mode 100755 index 00000000..a925ab79 Binary files /dev/null and b/textures/techpanelx/wall/wall_section3.png differ diff --git a/textures/techpanelx/wall/wall_section3_norm.png b/textures/techpanelx/wall/wall_section3_norm.png new file mode 100755 index 00000000..d538e298 Binary files /dev/null and b/textures/techpanelx/wall/wall_section3_norm.png differ