hcpookie 3770 Posted October 25, 2011 I have a question as to how to configure the RVMAT for logo graphics. I can't figure how to "hide" the graphic face in TI mode. I would like to make it completely unable to be viewed in TI mode. I assume this means I have to make it transparent in TI mode? I was looking at Gnat's thread regarding making completely "cold" graphics that are black, but that doesn't seem to apply here: http://forums.bistudio.com/showthread.php?t=110298 What I have done so far is configured the RVMAT to use an empty .PAA but it creates a mid-tone grey face instead of being completely transparent. It doesn't glow as much as the letter graphics (like the SFOR graphic) but it isn't "invisible". Is there a way to make these faces completely transparent in TI mode? Share this post Link to post Share on other sites
max power 21 Posted October 26, 2011 Add the render flag 'notiwrite' to the rvmat. Share this post Link to post Share on other sites
soul_assassin 1750 Posted October 26, 2011 This is the material I use for decals: renderFlags[] = {"NoZWrite"}; class StageTI { texture = "#(argb,8,8,3)color(0.5,0,0,0,TI)"; }; Share this post Link to post Share on other sites
hcpookie 3770 Posted October 27, 2011 Thanks, I'll try those things out! Share this post Link to post Share on other sites