materials/glitchvid/plaster/cleanplaster_base.vmt

Wed, 22 Jun 2016 23:02:27 -0600

author
Glitchvid <Glitchvid@glitchvid.com>
date
Wed, 22 Jun 2016 23:02:27 -0600
branch
RecurFix
changeset 28
fcdcc0a6af7d
parent 26
f705f25e45fa
permissions
-rw-r--r--

- Remove notooltexture completely
The workaround doesn't work, it causes textures to be hidden anyway
So instead we'll just deal with having the base in the hammer view.

23
43608377dcb5 - Significant clean up of cleanplaster
glitchvid
parents:
diff changeset
1 "LightmappedGeneric"
43608377dcb5 - Significant clean up of cleanplaster
glitchvid
parents:
diff changeset
2 {
43608377dcb5 - Significant clean up of cleanplaster
glitchvid
parents:
diff changeset
3 "$basetexture" "ERROR"
43608377dcb5 - Significant clean up of cleanplaster
glitchvid
parents:
diff changeset
4 "$bumpmap" "glitchvid/plaster/plaster_normalmap"
43608377dcb5 - Significant clean up of cleanplaster
glitchvid
parents:
diff changeset
5 "$envmap" "env_cubemap"
43608377dcb5 - Significant clean up of cleanplaster
glitchvid
parents:
diff changeset
6 "$normalmapalphaenvmapmask" "1"
43608377dcb5 - Significant clean up of cleanplaster
glitchvid
parents:
diff changeset
7 "$envmaptint" "[ 0.25 0.25 0.25 ]"
43608377dcb5 - Significant clean up of cleanplaster
glitchvid
parents:
diff changeset
8 "$surfaceprop" "plaster"
43608377dcb5 - Significant clean up of cleanplaster
glitchvid
parents:
diff changeset
9 // "$reflectivity" "[0.5 0.5 0.5]" // VTF is doing fine automatically
43608377dcb5 - Significant clean up of cleanplaster
glitchvid
parents:
diff changeset
10 "$detail" "glitchvid/detail/plaster_detail_2"
43608377dcb5 - Significant clean up of cleanplaster
glitchvid
parents:
diff changeset
11 "$detailscale" "5"
28
fcdcc0a6af7d - Remove notooltexture completely
Glitchvid <Glitchvid@glitchvid.com>
parents: 26
diff changeset
12 // "%notooltexture" "1" // Hides from mat view in hammer - Commented out for fix
23
43608377dcb5 - Significant clean up of cleanplaster
glitchvid
parents:
diff changeset
13 // This is the "BASE" material that all other materials draw from, and then $patch
26
f705f25e45fa - Clean up 'Cleanplaster' set
glitchvid
parents: 23
diff changeset
14 }

mercurial