Fri, 23 Sep 2016 22:42:09 -0600
- Fix material envmaptint whitespace delimiters
- Fix material envmaptint spacing
- Fix material double $model instances
23 | 1 | "LightmappedGeneric" |
2 | { | |
3 | "$basetexture" "ERROR" | |
4 | "$bumpmap" "glitchvid/plaster/plaster_normalmap" | |
5 | "$envmap" "env_cubemap" | |
6 | "$normalmapalphaenvmapmask" "1" | |
7 | "$envmaptint" "[ 0.25 0.25 0.25 ]" | |
8 | "$surfaceprop" "plaster" | |
9 | // "$reflectivity" "[0.5 0.5 0.5]" // VTF is doing fine automatically | |
10 | "$detail" "glitchvid/detail/plaster_detail_2" | |
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 | 13 | // This is the "BASE" material that all other materials draw from, and then $patch |
26 | 14 | } |