Eagle1
01-28-2007, 07:47 PM
ok I found a tweak that is completely legal,
Believe me I am completely legal and hack free, I can't stand hackers and hate them with a passion. Thats about as nice as I can put it without using profanity.
all this does is clean up the blur in the game, so it doens't seem like you have to wear glasses to play, LOL
turn down the blur to 25% so it has very little blur but keeps the game looking smooth.
go to this folder:
C:\Program Files\Ubisoft\Tom Clancy's Rainbow Six Vegas\Engine\Shaders\HLSL\MegaPostProcess
and open this file using notepad:
Blur.HLSL
find the line at the very bottom that starts like this:
return lerp(PreviousColor, BlurColor, Factor)
and replace it with this:
return lerp(PreviousColor, BlurColor, Factor) + (BloomColor / 4.0f);
It cleans up the game very nice.
before:
http://img408.imageshack.us/img408/6201/rvseagle1tj9.jpg
after:
http://img408.imageshack.us/img408/7498/eagle1sstt5.jpg
Believe me I am completely legal and hack free, I can't stand hackers and hate them with a passion. Thats about as nice as I can put it without using profanity.
all this does is clean up the blur in the game, so it doens't seem like you have to wear glasses to play, LOL
turn down the blur to 25% so it has very little blur but keeps the game looking smooth.
go to this folder:
C:\Program Files\Ubisoft\Tom Clancy's Rainbow Six Vegas\Engine\Shaders\HLSL\MegaPostProcess
and open this file using notepad:
Blur.HLSL
find the line at the very bottom that starts like this:
return lerp(PreviousColor, BlurColor, Factor)
and replace it with this:
return lerp(PreviousColor, BlurColor, Factor) + (BloomColor / 4.0f);
It cleans up the game very nice.
before:
http://img408.imageshack.us/img408/6201/rvseagle1tj9.jpg
after:
http://img408.imageshack.us/img408/7498/eagle1sstt5.jpg