Skip to content

Commit

Permalink
Added a tint mask
Browse files Browse the repository at this point in the history
Added a tint mask to allow for the semi trailer to be painted without issues. There are a couple of custom campaigns that paint it, and with this addition it will look much better.
  • Loading branch information
skesssler committed Oct 31, 2021
1 parent 029a11c commit 69e8d2e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions root/materials/models/props_vehicles/semi_trailer.vmt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
VertexLitGeneric
{
$baseTexture "models\props_vehicles/Semi_trailer"
$surfaceprop metal
$model 1
$blendtintbybasealpha 1
$envmap env_cubemap
$envmapmask "models\props_vehicles\Semi_trailer_ref"


$envmaptint "[.2 .2 .2]"
}
Binary file not shown.

0 comments on commit 69e8d2e

Please sign in to comment.