q3df.org | Wiki > Customisation > Remove teleporter animation
DFWC site

Wiki > Customisation > Remove teleporter animation    

To remove the teleporter animation you have to override the one provided by quake3 arena. Create a shader(text) file in » defrag/scripts/teleshader.shader « with the following lines:

teleportEffect
{
    cull none
    {
        blendFunc GL_ZERO GL_ONE
    }
}

Thanks to FM