From: bones_was_here Date: Sat, 30 May 2020 06:12:11 +0000 (+1000) Subject: Workaround for darkplaces#106 (blendfunc sorting) X-Git-Tag: xonotic-v0.8.5~33^2 X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-maps.pk3dir.git;a=commitdiff_plain;h=e08527a4f434af598cfbdbfe9fc4dc8f98c84a0d Workaround for darkplaces#106 (blendfunc sorting) --- diff --git a/scripts/exomorphx.shader b/scripts/exomorphx.shader index 78cfb384..2b248c28 100644 --- a/scripts/exomorphx.shader +++ b/scripts/exomorphx.shader @@ -335,7 +335,7 @@ textures/exomorphx/grate-metal_grate02 { map textures/exomorphx/grate/metal_grate02 - blendfunc blend + alphafunc GE128 } { @@ -361,7 +361,7 @@ textures/exomorphx/grate-metal_grate04 { map textures/exomorphx/grate/metal_grate04 - blendfunc blend + alphafunc GE128 } { @@ -387,7 +387,7 @@ textures/exomorphx/grate-metal_grate03 { map textures/exomorphx/grate/metal_grate03 - blendfunc blend + alphafunc GE128 } { @@ -413,7 +413,7 @@ textures/exomorphx/grate-metal_grate06 { map textures/exomorphx/grate/metal_grate06 - blendfunc blend + alphafunc GE128 } { @@ -439,7 +439,7 @@ textures/exomorphx/grate-metal_grate01 { map textures/exomorphx/grate/metal_grate01 - blendfunc blend + alphafunc GE128 } { @@ -465,7 +465,7 @@ textures/exomorphx/grate-metal_grate05 { map textures/exomorphx/grate/metal_grate05 - blendfunc blend + alphafunc GE128 } { @@ -2480,4 +2480,4 @@ textures/exomorphx/wall-metal_panel01_orange tcGen lightmap blendfunc filter } -} \ No newline at end of file +}