Template:PatchDiff/May 31, 2012 Patch/team fortress 2 materials.gcf/tf/materials/models/player/items/all class/qc badge.vmt

From Team Fortress Wiki
Jump to: navigation, search
N/A1"VertexlitGeneric"
N/A2{
N/A3 "$baseTexture" "models/player/items/all_class/qc_badge"
N/A4 
N/A5 "$detail" "effects/tiledfire/fireLayeredSlowTiled512"
N/A6 "$detailscale" "5"
N/A7 "$detailblendfactor" .01
N/A8 "$detailblendmode" 6
N/A9 "$yellow" "0"
N/A10 
N/A11 "$basemapalphaphongmask" "1"
N/A12 
N/A13 "$glowcolor" "1"
N/A14 "$commweapon" "0"
N/A15 "$tempvar" "0"
N/A16 
N/A17 "$commadd_phongexponent" "30"
N/A18 "$commadd_phongboost" "22.5"
N/A19 
N/A20 "$basephongexponent" "15"
N/A21 "$basephongboost" "5"
N/A22 
N/A23 "$phong" "1"
N/A24 "$phongexponent" "75"
N/A25 "$phongboost" ".05"
N/A26 "$lightwarptexture" "models/player/pyro/pyro_lightwarp"
N/A27 "$phongfresnelranges" "[1.25 .5 2]"
N/A28 
N/A29 "$blendtintbybasealpha" "1"
N/A30 "$blendtintcoloroverbase" "0"
N/A31 
N/A32 "$colortint_base" "{191 58 60}"
N/A33 "$colortint_tmp" "[0 0 0]"
N/A34 // "$color2" "{191 58 60}" // Tint color for Red team
N/A35 // "$color2" "{58 100 191}" // Tint color for Blu team
N/A36 
N/A37 "$rimlight" "1" // To enable rim lighting (requires phong)
N/A38 "$rimlightexponent" "4" // Exponent for phong component of rim lighting
N/A39 "$rimlightboost" "2" // Boost for ambient cube component of rim lighting
N/A40 
N/A41 // Cloaking
N/A42 "$cloakPassEnabled" "1"
N/A43 
N/A44 "Proxies"
N/A45 {
N/A46 "weapon_invis"
N/A47 {
N/A48 }
N/A49 "ModelGlowColor"
N/A50 {
N/A51 "resultVar" "$glowcolor"
N/A52 }
N/A53 "Equals"
N/A54 {
N/A55 "srcVar1" "$glowcolor"
N/A56 "resultVar" "$color2"
N/A57 }
N/A58 "CommunityWeapon"
N/A59 {
N/A60 "resultVar" "$commweapon"
N/A61 }
N/A62 "Multiply"
N/A63 {
N/A64 "srcVar1" "$commweapon"
N/A65 "srcVar2" "$commadd_phongexponent"
N/A66 "resultVar" "$tempvar"
N/A67 }
N/A68 "Add"
N/A69 {
N/A70 "srcVar1" "$tempvar"
N/A71 "srcVar2" "$basephongexponent"
N/A72 "resultVar" "$phongexponent"
N/A73 }
N/A74 "Multiply"
N/A75 {
N/A76 "srcVar1" "$commweapon"
N/A77 "srcVar2" "$commadd_phongboost"
N/A78 "resultVar" "$tempvar"
N/A79 }
N/A80 "Add"
N/A81 {
N/A82 "srcVar1" "$tempvar"
N/A83 "srcVar2" "$basephongboost"
N/A84 "resultVar" "$phongboost"
N/A85 }
N/A86 
N/A87 "ItemTintColor"
N/A88 {
N/A89 "resultVar" "$colortint_tmp"
N/A90 }
N/A91 "SelectFirstIfNonZero"
N/A92 {
N/A93 "srcVar1" "$colortint_tmp"
N/A94 "srcVar2" "$colortint_base"
N/A95 "resultVar" "$color2"
N/A96 }
N/A97 
N/A98 
N/A99 }
N/A100}