Hi.
I found PK3, which was "destroying" my egg, barricade and telenode textures. This pack is "map-eggsa2.pk3" downloaded from maps.bricosoft.com
If you want to play this map you must delete "scripts" folder from it.
scripts/styx.shader
models/buildables/eggpod/pod_body
{
{
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
}
models/buildables/eggpod/pod_tip
{
{
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
}
models/buildables/eggpod/pod_tendrils
{
{
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
}
models/buildables/eggpod/pod_strands
{
{
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
}
models/buildables/barricade/pod_strands
{
{
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
}
models/buildables/telenode/telenode_top
{
{
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
}
models/buildables/telenode/energy
{
{
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
}
models/buildables/telenode/rep_cyl
{
{
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
}
models/buildables/telenode/telenode_parts
{
{
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
}
textures/styx/playerclip
{
{
blendFunc GL_SRC_ALPHA GL_ONE_MINUS_SRC_ALPHA
}
}