From: Rudolf Polzer Date: Sat, 3 Sep 2011 11:33:54 +0000 (+0200) Subject: fix more blendfunc use X-Git-Tag: xonotic-v0.5.0~14 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=ff0be859abaf0f9e9327af364b77e3031b420dfe fix more blendfunc use --- diff --git a/scripts/trak4x.shader b/scripts/trak4x.shader index ff37c5c1..c2533a88 100644 --- a/scripts/trak4x.shader +++ b/scripts/trak4x.shader @@ -476,13 +476,12 @@ textures/trak4x/wood1d textures/trak4x/decal-door { qer_editorimage textures/trak4x/decal/decal_door.tga - surfaceparm trans + surfaceparm trans // keeping this, don't want any shadows from this q3map_bounceScale 0.5 { map textures/trak4x/decal/decal_door.tga - blendFunc blend } { map $lightmap @@ -824,13 +823,11 @@ textures/trak4x/floor-tile3c textures/trak4x/trim-grate1 { qer_editorimage textures/trak4x/trim/trim_grate1.tga - surfaceparm trans q3map_bounceScale 1.25 { map textures/trak4x/trim/trim_grate1.tga - blendFunc blend } { map $lightmap @@ -842,13 +839,11 @@ textures/trak4x/trim-grate1 textures/trak4x/trim-grate2a { qer_editorimage textures/trak4x/trim/trim_grate2a.tga - surfaceparm trans q3map_bounceScale 1.25 { map textures/trak4x/trim/trim_grate2a.tga - blendFunc blend } { map $lightmap diff --git a/scripts/trak5x.shader b/scripts/trak5x.shader index 5d1d7931..5a49f42b 100644 --- a/scripts/trak5x.shader +++ b/scripts/trak5x.shader @@ -1529,13 +1529,11 @@ textures/trak5x/panel-crate1e textures/trak5x/panel-grate1a { qer_editorimage textures/trak5x/panel/panel_grate1a.tga - surfaceparm trans q3map_bounceScale 1.25 { map textures/trak5x/panel/panel_grate1a.tga - blendFunc blend } { map $lightmap @@ -1547,13 +1545,11 @@ textures/trak5x/panel-grate1a textures/trak5x/panel-grate2a { qer_editorimage textures/trak5x/panel/panel_grate2a.tga - surfaceparm trans q3map_bounceScale 1.25 { map textures/trak5x/panel/panel_grate2a.tga - blendFunc blend } { map $lightmap diff --git a/scripts/trak6x.shader b/scripts/trak6x.shader index c0a5a1c2..59c7734a 100644 --- a/scripts/trak6x.shader +++ b/scripts/trak6x.shader @@ -268,13 +268,11 @@ textures/trak6x/panel-crate1 textures/trak6x/panel-grate2 { qer_editorimage textures/trak6x/panel/panel_grate2.tga - surfaceparm trans q3map_bounceScale 1.25 { map textures/trak6x/panel/panel_grate2.tga - blendFunc blend } { map $lightmap @@ -492,4 +490,4 @@ textures/trak6x/wall-wall6a tcGen lightmap blendfunc filter } -} \ No newline at end of file +}