diff --git a/PlayerRankings/content/materials/models/unloze/skull/skull.vmt b/PlayerRankings/content/materials/models/unloze/skull/skull.vmt new file mode 100644 index 00000000..baa5f6e1 --- /dev/null +++ b/PlayerRankings/content/materials/models/unloze/skull/skull.vmt @@ -0,0 +1,68 @@ +"VertexlitGeneric" +{ + "$baseTexture" "models/unloze/skull/skull" + "$bumpmap" "models/unloze/skull/skull_bump" + "$detail" "models/unloze/crown/crown_detail" + "$detailscale" "5" + "$detailblendfactor" .01 + "$detailblendmode" 6 + "$yellow" "0" + + + "$blendtintbybasealpha" "1" + "$blendtintcoloroverbase" "0" + + "$colortint_base" "{200 200 200}" + "$colortint_tmp" "[0 0 0]" + + + + "$phong" "1" + "$phongexponent" "1" + "$phongboost" "1" + "$lightwarptexture" "models/unloze/crown/crown_lightwarp" + "$phongfresnelranges" "[.25 1 4]" + + "$rimlight" "1" + "$rimlightexponent" "20" + "$rimlightboost" "4" + // Cloaking + "$cloakPassEnabled" "1" + + "Proxies" + { + "invis" + { + } + "AnimatedTexture" + { + "animatedtexturevar" "$detail" + "animatedtextureframenumvar" "$detailframe" + "animatedtextureframerate" 30 + } + "BurnLevel" + { + "resultVar" "$detailblendfactor" + } + "ItemTintColor" + { + "resultVar" "$colortint_tmp" + } + "SelectFirstIfNonZero" + { + "srcVar1" "$colortint_tmp" + "srcVar2" "$colortint_base" + "resultVar" "$color2" + } + "YellowLevel" + { + "resultVar" "$yellow" + } + "Multiply" + { + "srcVar1" "$color2" + "srcVar2" "$yellow" + "resultVar" "$color2" + } + } +} \ No newline at end of file diff --git a/PlayerRankings/content/materials/models/unloze/skull/skull.vtf b/PlayerRankings/content/materials/models/unloze/skull/skull.vtf new file mode 100644 index 00000000..0ccdbe31 Binary files /dev/null and b/PlayerRankings/content/materials/models/unloze/skull/skull.vtf differ diff --git a/PlayerRankings/content/materials/models/unloze/skull/skull_bump.vtf b/PlayerRankings/content/materials/models/unloze/skull/skull_bump.vtf new file mode 100644 index 00000000..c35117d2 Binary files /dev/null and b/PlayerRankings/content/materials/models/unloze/skull/skull_bump.vtf differ diff --git a/PlayerRankings/content/materials/models/unloze/skull/skull_horn_b.vmt b/PlayerRankings/content/materials/models/unloze/skull/skull_horn_b.vmt new file mode 100644 index 00000000..e9bcc19b --- /dev/null +++ b/PlayerRankings/content/materials/models/unloze/skull/skull_horn_b.vmt @@ -0,0 +1,68 @@ +"VertexlitGeneric" +{ + "$baseTexture" "models/unloze/skull/skull_horn_b" + "$bumpmap" "models/unloze/skull/skull_horn_b_bump" + "$detail" "models/unloze/crown/crown_detail" + "$detailscale" "5" + "$detailblendfactor" .01 + "$detailblendmode" 6 + "$yellow" "0" + + + "$blendtintbybasealpha" "1" + "$blendtintcoloroverbase" "0" + + "$colortint_base" "{87 93 93}" + "$colortint_tmp" "[0 0 0]" + + + + "$phong" "1" + "$phongexponent" "1" + "$phongboost" ".2" + "$lightwarptexture" "models/unloze/crown/crown_lightwarp" + "$phongfresnelranges" "[.25 1 4]" + + "$rimlight" "1" + "$rimlightexponent" "20" + "$rimlightboost" "2" + // Cloaking + "$cloakPassEnabled" "1" + + "Proxies" + { + "invis" + { + } + "AnimatedTexture" + { + "animatedtexturevar" "$detail" + "animatedtextureframenumvar" "$detailframe" + "animatedtextureframerate" 30 + } + "BurnLevel" + { + "resultVar" "$detailblendfactor" + } + "ItemTintColor" + { + "resultVar" "$colortint_tmp" + } + "SelectFirstIfNonZero" + { + "srcVar1" "$colortint_tmp" + "srcVar2" "$colortint_base" + "resultVar" "$color2" + } + "YellowLevel" + { + "resultVar" "$yellow" + } + "Multiply" + { + "srcVar1" "$color2" + "srcVar2" "$yellow" + "resultVar" "$color2" + } + } +} \ No newline at end of file diff --git a/PlayerRankings/content/materials/models/unloze/skull/skull_horn_b.vtf b/PlayerRankings/content/materials/models/unloze/skull/skull_horn_b.vtf new file mode 100644 index 00000000..912b8533 Binary files /dev/null and b/PlayerRankings/content/materials/models/unloze/skull/skull_horn_b.vtf differ diff --git a/PlayerRankings/content/materials/models/unloze/skull/skull_horn_b_bump.vtf b/PlayerRankings/content/materials/models/unloze/skull/skull_horn_b_bump.vtf new file mode 100644 index 00000000..6e96d569 Binary files /dev/null and b/PlayerRankings/content/materials/models/unloze/skull/skull_horn_b_bump.vtf differ diff --git a/PlayerRankings/content/models/unloze/crown_v2.dx80.vtx b/PlayerRankings/content/models/unloze/crown_v2.dx80.vtx deleted file mode 100644 index 196dd766..00000000 Binary files a/PlayerRankings/content/models/unloze/crown_v2.dx80.vtx and /dev/null differ diff --git a/PlayerRankings/content/models/unloze/crown_v2.dx90.vtx b/PlayerRankings/content/models/unloze/crown_v2.dx90.vtx deleted file mode 100644 index 6ac10550..00000000 Binary files a/PlayerRankings/content/models/unloze/crown_v2.dx90.vtx and /dev/null differ diff --git a/PlayerRankings/content/models/unloze/crown_v2.mdl b/PlayerRankings/content/models/unloze/crown_v2.mdl deleted file mode 100644 index ecbb06d1..00000000 Binary files a/PlayerRankings/content/models/unloze/crown_v2.mdl and /dev/null differ diff --git a/PlayerRankings/content/models/unloze/crown_v2.phy b/PlayerRankings/content/models/unloze/crown_v2.phy deleted file mode 100644 index 7b41f4dc..00000000 Binary files a/PlayerRankings/content/models/unloze/crown_v2.phy and /dev/null differ diff --git a/PlayerRankings/content/models/unloze/crown_v2.sw.vtx b/PlayerRankings/content/models/unloze/crown_v2.sw.vtx deleted file mode 100644 index 3d16d3ac..00000000 Binary files a/PlayerRankings/content/models/unloze/crown_v2.sw.vtx and /dev/null differ diff --git a/PlayerRankings/content/models/unloze/crown_v2.vvd b/PlayerRankings/content/models/unloze/crown_v2.vvd deleted file mode 100644 index 9276bddc..00000000 Binary files a/PlayerRankings/content/models/unloze/crown_v2.vvd and /dev/null differ diff --git a/PlayerRankings/content/models/unloze/crown_v3.dx80.vtx b/PlayerRankings/content/models/unloze/crown_v3.dx80.vtx new file mode 100644 index 00000000..ee2fd7ac Binary files /dev/null and b/PlayerRankings/content/models/unloze/crown_v3.dx80.vtx differ diff --git a/PlayerRankings/content/models/unloze/crown_v3.dx90.vtx b/PlayerRankings/content/models/unloze/crown_v3.dx90.vtx new file mode 100644 index 00000000..91cf85ca Binary files /dev/null and b/PlayerRankings/content/models/unloze/crown_v3.dx90.vtx differ diff --git a/PlayerRankings/content/models/unloze/crown_v3.mdl b/PlayerRankings/content/models/unloze/crown_v3.mdl new file mode 100644 index 00000000..29aeb726 Binary files /dev/null and b/PlayerRankings/content/models/unloze/crown_v3.mdl differ diff --git a/PlayerRankings/content/models/unloze/crown_v3.phy b/PlayerRankings/content/models/unloze/crown_v3.phy new file mode 100644 index 00000000..15354c06 Binary files /dev/null and b/PlayerRankings/content/models/unloze/crown_v3.phy differ diff --git a/PlayerRankings/content/models/unloze/crown_v3.sw.vtx b/PlayerRankings/content/models/unloze/crown_v3.sw.vtx new file mode 100644 index 00000000..942cf246 Binary files /dev/null and b/PlayerRankings/content/models/unloze/crown_v3.sw.vtx differ diff --git a/PlayerRankings/content/models/unloze/crown_v3.vvd b/PlayerRankings/content/models/unloze/crown_v3.vvd new file mode 100644 index 00000000..05629b29 Binary files /dev/null and b/PlayerRankings/content/models/unloze/crown_v3.vvd differ diff --git a/PlayerRankings/content/models/unloze/skull_v2.dx80.vtx b/PlayerRankings/content/models/unloze/skull_v2.dx80.vtx new file mode 100644 index 00000000..17b815fb Binary files /dev/null and b/PlayerRankings/content/models/unloze/skull_v2.dx80.vtx differ diff --git a/PlayerRankings/content/models/unloze/skull_v2.dx90.vtx b/PlayerRankings/content/models/unloze/skull_v2.dx90.vtx new file mode 100644 index 00000000..a740b36c Binary files /dev/null and b/PlayerRankings/content/models/unloze/skull_v2.dx90.vtx differ diff --git a/PlayerRankings/content/models/unloze/skull_v2.mdl b/PlayerRankings/content/models/unloze/skull_v2.mdl new file mode 100644 index 00000000..d2c1c51e Binary files /dev/null and b/PlayerRankings/content/models/unloze/skull_v2.mdl differ diff --git a/PlayerRankings/content/models/unloze/skull_v2.phy b/PlayerRankings/content/models/unloze/skull_v2.phy new file mode 100644 index 00000000..f10595da Binary files /dev/null and b/PlayerRankings/content/models/unloze/skull_v2.phy differ diff --git a/PlayerRankings/content/models/unloze/skull_v2.sw.vtx b/PlayerRankings/content/models/unloze/skull_v2.sw.vtx new file mode 100644 index 00000000..86e0ea17 Binary files /dev/null and b/PlayerRankings/content/models/unloze/skull_v2.sw.vtx differ diff --git a/PlayerRankings/content/models/unloze/skull_v2.vvd b/PlayerRankings/content/models/unloze/skull_v2.vvd new file mode 100644 index 00000000..dfb940d8 Binary files /dev/null and b/PlayerRankings/content/models/unloze/skull_v2.vvd differ