This hack must be required by a mod to be enabled.
This hack allows you to use Bink video files as textures.
Requiring This Hack
To require this hack, add this line to your mod's Meta.ini:
RequiredHack=VideoTextureSupportUsing This Hack
Bink video files intended for use with this hack have the same restrictions that normal textures do. That is to say, they must be powers of 2 on the width and height (32x32, 64x128, 256x512, etc.).
To add a video texture to your P3D file using Lucas' Pure3D Editor, you just need to modify the "Texture" parameter of a Shader (0x11000). The value has to be a path starting with a / inside the Custom Files Virtual File System.
It is recommended that you use /GameData/ though other paths within the virtual file system will also work.

If the movie has transparency, it's also important to set the "Blend Mode" to "Alpha". Other Blend Modes are also supported.
Debug Text Mode
This hack registers a debug mode for the Debug Text hack when used alongside it.