Showing Boomer-Bile Texture

Modding a Left 4 Dead 2 Survivor

Showing Boomer-Bile Texture

OKAY TO USE, BUT CAN BE SIMPLIFIED. Check this newer guide by Ellie for better info: Boomer Bile for Modders (_IT) (Modders Guide)

Two things are needed in order to show the boomer-bile on a survivor model when a boomer pukes on the survivor. One, set up the texture vmt file for the effect (explained on this page). Two, set the texture in the qc file (explained in the Compiling section).

For each vmt (except eyes or textures not on the outside of survivor), do the following:

Full file example...

body.vmt file:

vertexlitgeneric { $baseTexture "models\custom\body" }

body_it.vmt file:

patch { include "materials/models/survivors/survivors_it_shared.vmt" insert { $baseTexture "models\custom\body" } }

Notes