Template:PatchDiff/December 20, 2012 Patch/team fortress 2 materials.gcf/tf/materials/models/weapons/c items/c sandwich xmas light.vmt

From Team Fortress Wiki
Jump to: navigation, search
N/A1"VertexlitGeneric"
N/A2{
N/A3 "$baseTexture" "models\weapons\c_items/c_sandwich_xmas"
N/A4 "$basemapalphaphongmask" 1
N/A5 "$lightwarptexture" "models/player/pyro/pyro_lightwarp"
N/A6 "$selfillum" 1
N/A7 
N/A8 //phong properties
N/A9 "$phong" "1"
N/A10 "$phongboost" "5"
N/A11 "$phongexponent" "55"
N/A12 "$phongfresnelranges" "[1 2 2.5]"
N/A13 "$rimlight" "1"
N/A14 "$rimlightexponent" "35"
N/A15 
N/A16 "$envmap" "env_cubemap"
N/A17// "$envmaptint" "[.5 .5 .5]"
N/A18 "$baseAlphaEnvMapMask" "1"
N/A19 
N/A20 
N/A21 "$glowcolor" "1"
N/A22 
N/A23 "360?$color2" "[ 0.9 0.8 0.8 ]"
N/A24 
N/A25 // Cloaking
N/A26 "$cloakPassEnabled" "1"
N/A27 "Proxies"
N/A28 {
N/A29 "weapon_invis"
N/A30 {
N/A31 }
N/A32 "ModelGlowColor"
N/A33 {
N/A34 "resultVar" "$glowcolor"
N/A35 }
N/A36 "Equals"
N/A37 {
N/A38 "srcVar1" "$glowcolor"
N/A39 "resultVar" "$selfillumtint"
N/A40 }
N/A41 "Equals"
N/A42 {
N/A43 "srcVar1" "$glowcolor"
N/A44 "resultVar" "$color2"
N/A45 }
N/A46 
N/A47 Sine
N/A48 {
N/A49 "resultVar" "$selfillumtint"
N/A50 "sineperiod" 5
N/A51 "sinemin" .3
N/A52 "sinemax" 1
N/A53 }
N/A54 
N/A55 Sine
N/A56 {
N/A57 "resultVar" "$envmaptint"
N/A58 "sineperiod" 5
N/A59 "sinemin" .2
N/A60 "sinemax" .35
N/A61 }
N/A62 
N/A63 }
N/A64}