From: Sahil Singhal Date: Thu, 19 Aug 2010 17:30:59 +0000 (-0400) Subject: Give color suffix to red textures. Add blue versions of red. X-Git-Tag: xonotic-v0.1.0preview~151^2~36^2~6 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=832e35e697adaeacfaa110fce0a2451b9dde18df Give color suffix to red textures. Add blue versions of red. --- diff --git a/scripts/techpanelx.shader b/scripts/techpanelx.shader index 3a7c6893..f0603cd7 100644 --- a/scripts/techpanelx.shader +++ b/scripts/techpanelx.shader @@ -74,15 +74,15 @@ textures/techpanelx/panel-techcrate blendfunc filter } } -textures/techpanelx/panel-tech1 +textures/techpanelx/panel-tech1b { - qer_editorimage textures/techpanelx/panel/panel_tech1.png + qer_editorimage textures/techpanelx/panel/panel_tech1b.png q3map_bounceScale 0.5 { - map textures/techpanelx/panel/panel_tech1.png + map textures/techpanelx/panel/panel_tech1b.png } @@ -93,15 +93,34 @@ textures/techpanelx/panel-tech1 blendfunc filter } } -textures/techpanelx/panel-tech2 +textures/techpanelx/panel-tech1r { - qer_editorimage textures/techpanelx/panel/panel_tech2.png + qer_editorimage textures/techpanelx/panel/panel_tech1r.png q3map_bounceScale 0.5 { - map textures/techpanelx/panel/panel_tech2.png + map textures/techpanelx/panel/panel_tech1r.png + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/techpanelx/panel-tech2r +{ + qer_editorimage textures/techpanelx/panel/panel_tech2r.png + + q3map_bounceScale 0.5 + + + { + map textures/techpanelx/panel/panel_tech2r.png } @@ -150,15 +169,34 @@ textures/techpanelx/panel-tech4 blendfunc filter } } -textures/techpanelx/trim-section1 +textures/techpanelx/trim-section1b +{ + qer_editorimage textures/techpanelx/trim/trim_section1b.png + + q3map_bounceScale 0.5 + + + { + map textures/techpanelx/trim/trim_section1b.png + + + } + { + map $lightmap + rgbGen identity + tcGen lightmap + blendfunc filter + } +} +textures/techpanelx/trim-section1r { - qer_editorimage textures/techpanelx/trim/trim_section1.png + qer_editorimage textures/techpanelx/trim/trim_section1r.png q3map_bounceScale 0.5 { - map textures/techpanelx/trim/trim_section1.png + map textures/techpanelx/trim/trim_section1r.png } @@ -169,15 +207,15 @@ textures/techpanelx/trim-section1 blendfunc filter } } -textures/techpanelx/wall-section2 +textures/techpanelx/wall-section2r { - qer_editorimage textures/techpanelx/wall/wall_section2.png + qer_editorimage textures/techpanelx/wall/wall_section2r.png q3map_bounceScale 0.5 { - map textures/techpanelx/wall/wall_section2.png + map textures/techpanelx/wall/wall_section2r.png } diff --git a/textures/techpanelx/panel/panel_tech1.png b/textures/techpanelx/panel/panel_tech1.png deleted file mode 100755 index 6810a524..00000000 Binary files a/textures/techpanelx/panel/panel_tech1.png and /dev/null differ diff --git a/textures/techpanelx/panel/panel_tech1_norm.png b/textures/techpanelx/panel/panel_tech1_norm.png deleted file mode 100755 index 51533a09..00000000 Binary files a/textures/techpanelx/panel/panel_tech1_norm.png and /dev/null differ diff --git a/textures/techpanelx/panel/panel_tech1b.png b/textures/techpanelx/panel/panel_tech1b.png new file mode 100644 index 00000000..9fdfd180 Binary files /dev/null and b/textures/techpanelx/panel/panel_tech1b.png differ diff --git a/textures/techpanelx/panel/panel_tech1b_norm.png b/textures/techpanelx/panel/panel_tech1b_norm.png new file mode 100755 index 00000000..51533a09 Binary files /dev/null and b/textures/techpanelx/panel/panel_tech1b_norm.png differ diff --git a/textures/techpanelx/panel/panel_tech1r.png b/textures/techpanelx/panel/panel_tech1r.png new file mode 100755 index 00000000..6810a524 Binary files /dev/null and b/textures/techpanelx/panel/panel_tech1r.png differ diff --git a/textures/techpanelx/panel/panel_tech1r_norm.png b/textures/techpanelx/panel/panel_tech1r_norm.png new file mode 100755 index 00000000..51533a09 Binary files /dev/null and b/textures/techpanelx/panel/panel_tech1r_norm.png differ diff --git a/textures/techpanelx/panel/panel_tech2.png b/textures/techpanelx/panel/panel_tech2.png deleted file mode 100755 index 846a2217..00000000 Binary files a/textures/techpanelx/panel/panel_tech2.png and /dev/null differ diff --git a/textures/techpanelx/panel/panel_tech2_norm.png b/textures/techpanelx/panel/panel_tech2_norm.png deleted file mode 100755 index 5a86ee2d..00000000 Binary files a/textures/techpanelx/panel/panel_tech2_norm.png and /dev/null differ diff --git a/textures/techpanelx/panel/panel_tech2r.png b/textures/techpanelx/panel/panel_tech2r.png new file mode 100755 index 00000000..846a2217 Binary files /dev/null and b/textures/techpanelx/panel/panel_tech2r.png differ diff --git a/textures/techpanelx/panel/panel_tech2r_norm.png b/textures/techpanelx/panel/panel_tech2r_norm.png new file mode 100755 index 00000000..5a86ee2d Binary files /dev/null and b/textures/techpanelx/panel/panel_tech2r_norm.png differ diff --git a/textures/techpanelx/trim/trim_section1.png b/textures/techpanelx/trim/trim_section1.png deleted file mode 100755 index 9c95f276..00000000 Binary files a/textures/techpanelx/trim/trim_section1.png and /dev/null differ diff --git a/textures/techpanelx/trim/trim_section1_norm.png b/textures/techpanelx/trim/trim_section1_norm.png deleted file mode 100755 index bf7509b6..00000000 Binary files a/textures/techpanelx/trim/trim_section1_norm.png and /dev/null differ diff --git a/textures/techpanelx/trim/trim_section1b.png b/textures/techpanelx/trim/trim_section1b.png new file mode 100644 index 00000000..d149d961 Binary files /dev/null and b/textures/techpanelx/trim/trim_section1b.png differ diff --git a/textures/techpanelx/trim/trim_section1b_norm.png b/textures/techpanelx/trim/trim_section1b_norm.png new file mode 100755 index 00000000..bf7509b6 Binary files /dev/null and b/textures/techpanelx/trim/trim_section1b_norm.png differ diff --git a/textures/techpanelx/trim/trim_section1r.png b/textures/techpanelx/trim/trim_section1r.png new file mode 100755 index 00000000..9c95f276 Binary files /dev/null and b/textures/techpanelx/trim/trim_section1r.png differ diff --git a/textures/techpanelx/trim/trim_section1r_norm.png b/textures/techpanelx/trim/trim_section1r_norm.png new file mode 100755 index 00000000..bf7509b6 Binary files /dev/null and b/textures/techpanelx/trim/trim_section1r_norm.png differ diff --git a/textures/techpanelx/wall/wall_section2.png b/textures/techpanelx/wall/wall_section2.png deleted file mode 100755 index 77d33ec3..00000000 Binary files a/textures/techpanelx/wall/wall_section2.png and /dev/null differ diff --git a/textures/techpanelx/wall/wall_section2_norm.png b/textures/techpanelx/wall/wall_section2_norm.png deleted file mode 100755 index b7478c5c..00000000 Binary files a/textures/techpanelx/wall/wall_section2_norm.png and /dev/null differ diff --git a/textures/techpanelx/wall/wall_section2r.png b/textures/techpanelx/wall/wall_section2r.png new file mode 100755 index 00000000..77d33ec3 Binary files /dev/null and b/textures/techpanelx/wall/wall_section2r.png differ diff --git a/textures/techpanelx/wall/wall_section2r_norm.png b/textures/techpanelx/wall/wall_section2r_norm.png new file mode 100755 index 00000000..b7478c5c Binary files /dev/null and b/textures/techpanelx/wall/wall_section2r_norm.png differ