#Sheen settings

1 messages · Page 1 of 1 (latest)

modest elk
#

What’s the difference between sheen tint because I don’t excactly see what it does

#

I use high sometimes low and can’t see the difference

iron yacht
#
//tf_sheen_alpha_firstperson .5 // Intensity of tint

alias sheens_tint_low"tf_sheen_alpha_firstperson 0;alias sheens_tint_level echo sheens_tint=low"
alias sheens_tint_medium"tf_sheen_alpha_firstperson .1;alias sheens_tint_level echo sheens_tint=medium"
alias sheens_tint_high"tf_sheen_alpha_firstperson .5;alias sheens_tint_level echo sheens_tint=high"
alias sheens_tint_full"tf_sheen_alpha_firstperson 1;alias sheens_tint_level echo sheens_tint=full"
#

It controls how strong the tint looks

modest elk
#

ohhh so thats what it does, thank you for explaning