Template:PatchDiff/November 21, 2013 Patch/tf/tf2 misc dir.vpk/materials/models/weapons/w scattergun/w scattergun gold.vmt

From Team Fortress Wiki
Jump to: navigation, search
N/A1"VertexLitGeneric"
N/A2{
N/A3 "$basetexture" "models\weapons\w_scattergun\w_scattergun_gold"
N/A4 
N/A5 "$detail" "effects/tiledfire/fireLayeredSlowTiled512.vtf"
N/A6 "$detailscale" "5"
N/A7 "$detailblendfactor" .01
N/A8 "$detailblendmode" 6
N/A9 "$yellow" "0"
N/A10 
N/A11 ">=DX90"
N/A12 {
N/A13 //"$envmap" "env_cubemap"
N/A14 "$envmap" "effects/saxxy/saxxy_gold"
N/A15 "$envmaptint" "[2.5 2.5 1.15]"
N/A16 }
N/A17 
N/A18 "$basemapalphaphongmask" "1"
N/A19 
N/A20 "$phong" "1"
N/A21 "$phongexponent" "50"
N/A22 "$phongboost" "15"
N/A23 "$lightwarptexture" "models\lightwarps\weapon_lightwarp"
N/A24 "$phongfresnelranges" "[.5 .5 3]"
N/A25 "$halflambert" "1"
N/A26 
N/A27 "$tempvar" "0"
N/A28 
N/A29 "$basephongexponent" "15"
N/A30 "$basephongboost" "5"
N/A31 
N/A32 "$commadd_phongexponent" "30"
N/A33 "$commadd_phongboost" "22.5"
N/A34 "$commweapon" "0"
N/A35 
N/A36 
N/A37 
N/A38 // Rim lighting parameters
N/A39 "$rimlight" "1"
N/A40 "$rimlightexponent" "50"
N/A41 "$rimlightboost" "0"
N/A42 
N/A43 "360?$color2" "[ 0.5 0.5 0.5 ]"
N/A44 
N/A45 "$glowcolor" "1"
N/A46 
N/A47 // Cloaking
N/A48 "$cloakPassEnabled" "1"
N/A49 "$sheenPassEnabled" "1"
N/A50 
N/A51 "$sheenmap" "cubemaps\cubemap_sheen001"
N/A52 "$sheenmapmask" "Effects\AnimatedSheen\animatedsheen0"
N/A53 "$sheenmaptint" "[ 1 1 1 ]"
N/A54 "$sheenmapmaskframe" "0"
N/A55 "$sheenindex" "0"
N/A56 
N/A57 "Proxies"
N/A58 {
N/A59 "AnimatedWeaponSheen"
N/A60 {
N/A61 "animatedtexturevar" "$sheenmapmask"
N/A62 "animatedtextureframenumvar" "$sheenmapmaskframe"
N/A63 "animatedtextureframerate" "40"
N/A64 }
N/A65 "weapon_invis"
N/A66 {
N/A67 }
N/A68 "ModelGlowColor"
N/A69 {
N/A70 "resultVar" "$glowcolor"
N/A71 }
N/A72 "Equals"
N/A73 {
N/A74 "srcVar1" "$glowcolor"
N/A75 "resultVar" "$selfillumtint"
N/A76 }
N/A77 "Equals"
N/A78 {
N/A79 "srcVar1" "$glowcolor"
N/A80 "resultVar" "$color2"
N/A81 }
N/A82 "CommunityWeapon"
N/A83 {
N/A84 "resultVar" "$commweapon"
N/A85 }
N/A86 "Multiply"
N/A87 {
N/A88 "srcVar1" "$commweapon"
N/A89 "srcVar2" "$commadd_phongexponent"
N/A90 "resultVar" "$tempvar"
N/A91 }
N/A92 "Add"
N/A93 {
N/A94 "srcVar1" "$tempvar"
N/A95 "srcVar2" "$basephongexponent"
N/A96 "resultVar" "$phongexponent"
N/A97 }
N/A98 "Multiply"
N/A99 {
N/A100 "srcVar1" "$commweapon"
N/A101 "srcVar2" "$commadd_phongboost"
N/A102 "resultVar" "$tempvar"
N/A103 }
N/A104 "Add"
N/A105 {
N/A106 "srcVar1" "$tempvar"
N/A107 "srcVar2" "$basephongboost"
N/A108 "resultVar" "$phongboost"
N/A109 }
N/A110 }
N/A111}