Tremulous Forum

Mods => Modding Center => Topic started by: Redman on June 29, 2008, 01:32:15 am

Title: Dangerous PK3
Post by: Redman on June 29, 2008, 01:32:15 am
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
Code: [Select]
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
  }
}

Title: Re: Dangerous PK3
Post by: David on June 29, 2008, 11:43:31 am
Editing a map is a bad idea, it will think your cheating and make you re download it.
Just delete the map.  If its already that fucked up its probably got other things wrong with it.
Also, play on pure servers and this never would have been a problem.