Template:PatchDiff/May 31, 2016 Patch 2/tf/tf2 misc dir.vpk/materials/models/workshop/weapons/c models/c sr3 punch/c sr3 punch.vmt

From Team Fortress Wiki
Jump to: navigation, search
N/A1"VertexLitGeneric"
N/A2{
N/A3 "$baseTexture" "models/workshop/weapons/c_models/c_sr3_punch/c_sr3_punch"
N/A4 "$detail" "effects/tiledfire/fireLayeredSlowTiled512.vtf"
N/A5 "$detailscale" "5"
N/A6 "$detailblendfactor" .01
N/A7 "$detailblendmode" 6
N/A8 
N/A9 
N/A10 "$yellow" "0"
N/A11 "$one" "1"
N/A12 "$glowcolor" "1"
N/A13 
N/A14 "$phong" "1"
N/A15 "$phongexponent" "15"
N/A16 "$phongboost" "2"
N/A17 "$lightwarptexture" "models/workshop/weapons/c_models/c_sr3_punch/c_sr3_punch_lightwarp"
N/A18 "$phongfresnelranges" "[.3 1 8]"
N/A19 "$halflambert" "0"
N/A20 
N/A21 // Rim lighting parameters
N/A22 "$rimlight" "1" // To enable rim lighting (requires phong)
N/A23 "$rimlightexponent" "4" // Exponent for phong component of rim lighting
N/A24 "$rimlightboost" "2" // Boost for ambient cube component of rim lighting
N/A25 
N/A26 // Cloaking
N/A27 "$cloakPassEnabled" "1"
N/A28 
N/A29 "360?$color2" "[ 0.8 0.8 0.8 ]"
N/A30 
N/A31 "$sheenPassEnabled" "1"
N/A32 
N/A33 "$sheenmap" "cubemaps/cubemap_sheen001"
N/A34 "$sheenmapmask" "Effects/AnimatedSheen/animatedsheen0"
N/A35 "$sheenmaptint" "[ 1 1 1 ]"
N/A36 "$sheenmapmaskframe" "0"
N/A37 "$sheenindex" "0"
N/A38 
N/A39 "Proxies"
N/A40 {
N/A41 "AnimatedWeaponSheen"
N/A42 {
N/A43 "animatedtexturevar" "$sheenmapmask"
N/A44 "animatedtextureframenumvar" "$sheenmapmaskframe"
N/A45 "animatedtextureframerate" "40"
N/A46 }
N/A47 "invis"
N/A48 {
N/A49 }
N/A50 "AnimatedTexture"
N/A51 {
N/A52 "animatedtexturevar" "$detail"
N/A53 "animatedtextureframenumvar" "$detailframe"
N/A54 "animatedtextureframerate" 30
N/A55 }
N/A56 "BurnLevel"
N/A57 {
N/A58 "resultVar" "$detailblendfactor"
N/A59 }
N/A60 "ModelGlowColor"
N/A61 {
N/A62 "resultVar" "$glowcolor"
N/A63 }
N/A64 "Equals"
N/A65 {
N/A66 "srcVar1" "$glowcolor"
N/A67 "resultVar" "$color2"
N/A68 }
N/A69 "YellowLevel"
N/A70 {
N/A71 "resultVar" "$yellow"
N/A72 }
N/A73 "Multiply"
N/A74 {
N/A75 "srcVar1" "$color2"
N/A76 "srcVar2" "$yellow"
N/A77 "resultVar" "$color2"
N/A78 }
N/A79 }
N/A80}