Setting the Texture Info

Modding a Left 4 Dead 2 Survivor

Setting the Texture Info

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

[TODO: Set the $cdmaterials lines to the correct folder names.]

[TODO: Tweak the $texturegroup section to include required vmt file names including the boomer bile vmt file names.

]

Example...

snippet from qc file:

$texturegroup "skinfamilies" { { "coach_head.vmt" "coach_body.vmt" } { "coach_head_it.vmt" "coach_body_it.vmt" } } 

The above snippet shows that when a Boomer booms on Coach, the "coach_head.vmt" texture will be replaced by the "coach_head_it.vmt" texture and the "coach_body.vmt" texture will be replaced by the "coach_body_it.vmt" texture.