-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed self-illumination for the Crone's Dome not working. Fixed Something Special for Someone Special to both prevent console spam and work properly in DX80. Added missing rimlight to the Treasure and Bounty hats, they've also been fixed to not be completely reflective on DX80. Fixed the Spirit of Giving not cloaking properly.
- Loading branch information
Showing
6 changed files
with
144 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 56 additions & 0 deletions
56
TF2UltimateVisualFix/materials/models/player/items/all_class/anim/beating_heart.vmt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
"VertexLitGeneric" | ||
{ | ||
"$basetexture" "models/player/items/all_class/xms_allclass_giftbadge_screen" | ||
"$surfaceprop" "default" | ||
"$color" "[1 1 1]" | ||
|
||
"$translucent" 1 | ||
|
||
"$beat" 0.0 | ||
"$gifter" 1000 | ||
"$finalBeat" 0.0 | ||
"$txScale" "[0 0]" | ||
|
||
// Cloaking | ||
"$cloakPassEnabled" "1" | ||
"Proxies" | ||
{ | ||
"invis" | ||
{ | ||
} | ||
"HeartbeatScale" | ||
{ | ||
"resultVar" "$beat" | ||
} | ||
|
||
"BenefactorLevel" | ||
{ | ||
"resultVar" "$gifter" | ||
} | ||
|
||
"Multiply" | ||
{ | ||
"srcVar1" "$beat" | ||
"srcVar2" "$gifter" | ||
"resultVar" "$finalBeat" | ||
} | ||
|
||
"Equals" | ||
{ | ||
"srcVar1" "$finalBeat" | ||
"resultVar" "$txScale[0]" | ||
} | ||
|
||
"Equals" | ||
{ | ||
"srcVar1" "$finalBeat" | ||
"resultVar" "$txScale[1]" | ||
} | ||
|
||
"TextureTransform" | ||
{ | ||
"scaleVar" "$txScale" | ||
"resultVar" "$basetexturetransform" | ||
} | ||
} | ||
} |
28 changes: 28 additions & 0 deletions
28
TF2UltimateVisualFix/materials/models/player/items/all_class/anim/bubbles_green_anim.vmt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
"VertexLitGeneric" | ||
{ | ||
"$basetexture" "models/player/items/all_class/anim/bubbles_green_anim" | ||
"$surfaceprop" "default" | ||
"$selfillum" 1 | ||
"$selfillummask" "models/effects/flat_normal" | ||
"$color" "[1 .3 0]" | ||
|
||
"$phong" "1" | ||
"$phongboost" "1" | ||
"$phongexponent" "20" | ||
"$phongfresnelranges" "[.5 1 2]" | ||
|
||
// Cloaking | ||
"$cloakPassEnabled" "1" | ||
"Proxies" | ||
{ | ||
"invis" | ||
{ | ||
} | ||
"AnimatedTexture" | ||
{ | ||
"animatedtexturevar" "$basetexture" | ||
"animatedtextureframenumvar" "$frame" | ||
"animatedtextureframerate" 30 | ||
} | ||
} | ||
} |
56 changes: 56 additions & 0 deletions
56
TF2UltimateVisualFix/materials/models/player/items/all_class/treasure_hat.vmt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
"VertexlitGeneric" | ||
{ | ||
"$baseTexture" "models/player/items/all_class/treasure_hat" | ||
"$bumpmap" "models/player/items/all_class/treasure_hat_normal" | ||
"$detail" "effects/tiledfire/fireLayeredSlowTiled512.vtf" | ||
"$detailscale" "5" | ||
"$detailblendfactor" .01 | ||
"$detailblendmode" 6 | ||
"$yellow" "0" | ||
"$nocull" "1" | ||
|
||
">=DX90" | ||
{ | ||
"$envmap" "env_cubemap" | ||
"$envmaptint" "[1.5 1 .4]" | ||
} | ||
|
||
"$phong" "1" | ||
"$phongexponent" "50" | ||
"$phongboost" "2" | ||
"$lightwarptexture" "models/player/pyro/pyro_lightwarp" | ||
"$phongfresnelranges" "[.25 1 4]" | ||
"$basemapalphaphongmask" "1" | ||
|
||
"$rimlight" "1" | ||
"$rimlightexponent" "4" | ||
"$rimlightboost" ".65" | ||
// Cloaking | ||
"$cloakPassEnabled" "1" | ||
|
||
"Proxies" | ||
{ | ||
"invis" | ||
{ | ||
} | ||
"AnimatedTexture" | ||
{ | ||
"animatedtexturevar" "$detail" | ||
"animatedtextureframenumvar" "$detailframe" | ||
"animatedtextureframerate" 30 | ||
} | ||
"BurnLevel" | ||
{ | ||
"resultVar" "$detailblendfactor" | ||
} | ||
"YellowLevel" | ||
{ | ||
"resultVar" "$yellow" | ||
} | ||
"Equals" | ||
{ | ||
"srcVar1" "$yellow" | ||
"resultVar" "$color2" | ||
} | ||
} | ||
} |
Binary file added
BIN
+21.5 KB
...eVisualFix/materials/models/workshop/player/items/all_class/witchhat/witchhat_1_color.vtf
Binary file not shown.