Template:PatchDiff/October 20, 2017 Patch/tf/tf2 misc dir.vpk/materials/models/items/paintkit tool/paintkit tool.vmt

From Team Fortress Wiki
Jump to: navigation, search
N/A1"VertexLitGeneric"
N/A2{
N/A3 "$basetexture" "models/items/paintkit_tool/paintkit_tool"
N/A4// "$phongexponenttexture" "models/weapons/c_models/c_pistol/c_pistol_exp"
N/A5 
N/A6 "$phong" "1"
N/A7 //commented out to use the exponent mask
N/A8 //"$phongexponent" "255"
N/A9 "$phongboost" "2.5"
N/A10 
N/A11 //scales up the exponent texture which usually only has about 120 levels of exponent
N/A12 "$phongexponentfactor" "255"
N/A13 "$phongalbedotint" "1"
N/A14 
N/A15 "$lightwarptexture" "models/lightwarps/softened_weapon_lightwarp"
N/A16 
N/A17 "$phongfresnelranges" "[.3 .5 3]"
N/A18 "$halflambert" "1"
N/A19 "$glowcolor" "1"
N/A20 
N/A21 "$envmap" "env_cubemap"
N/A22 "$envmaptint" "[.1 .1 .1]"
N/A23 
N/A24 "$tempvar" "0"
N/A25 
N/A26 //commented out to use the exponent mask
N/A27 //"$basephongexponent" "15"
N/A28 //"$basephongboost" "3"
N/A29 
N/A30 "$basemapalphaphongmask" "1"
N/A31 
N/A32 "$rimlight" "1"
N/A33 "$rimlightexponent" "2"
N/A34 "$rimlightboost" "2.5"
N/A35 "$rimmask" "1"
N/A36 
N/A37 // Cloaking
N/A38 "$cloakPassEnabled" "1"
N/A39 "$sheenPassEnabled" "1"
N/A40 
N/A41 "$sheenmap" "cubemaps/cubemap_sheen001"
N/A42 "$sheenmapmask" "Effects/AnimatedSheen/animatedsheen0"
N/A43 "$sheenmaptint" "[ 1 1 1 ]"
N/A44 "$sheenmapmaskframe" "0"
N/A45 "$sheenindex" "0"
N/A46 
N/A47 "$yellow" "0"
N/A48 
N/A49 "Proxies"
N/A50 {
N/A51 "AnimatedWeaponSheen"
N/A52 {
N/A53 "animatedtexturevar" "$sheenmapmask"
N/A54 "animatedtextureframenumvar" "$sheenmapmaskframe"
N/A55 "animatedtextureframerate" "40"
N/A56 }
N/A57 "invis"
N/A58 {
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" "$selfillumtint"
N/A68 }
N/A69 "Equals"
N/A70 {
N/A71 "srcVar1" "$glowcolor"
N/A72 "resultVar" "$color2"
N/A73 }
N/A74 "YellowLevel"
N/A75 {
N/A76 "resultVar" "$yellow"
N/A77 }
N/A78 "Multiply"
N/A79 {
N/A80 "srcVar1" "$color2"
N/A81 "srcVar2" "$yellow"
N/A82 "resultVar" "$color2"
N/A83 }
N/A84 
N/A85 
N/A86 "WeaponSkin" {
N/A87 }
N/A88 }
N/A89}