Donut Team is a labor of love, built and maintained by a small group of passionate developers. We invest our own time and resources to offer our tools, mods, and web services completely free of charge.

We don't run ads, and we will never sell your data - period.

If you've enjoyed anything we've created, please consider supporting our work with a one-time or monthly donation via our Ko-fi page . Every contribution helps us continue building great experiences for the community.

Dismiss
  • Modding Tools
  • Lucas' Simpsons Hit & Run Mod Launcher
  • Hacks
  • Mod Requirable Hacks

Video Texture Support

Available since Version 1.19.

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=VideoTextureSupport

Using 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.

video texture example path

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.