Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Nightvision fix. | Forums

  1. #1
    goto: programs/Tom Clancy's rainbow Six vegas/Engine/shaders/HLSL/MegaPostPRocess/NightVision<----(open with note pad)
    change from:
    float intensity = dot(PreviousColor, float3(0.3f, 0.59f, 0.11f)) * NightVisionScale;

    TO:
    float intensity = dot(PreviousColor, float3(10.0f, 0.59f, 0.16f)) * NightVisionScale;

    No PB kick with this change. Works like a charm



    Nice Shot from "WARTOWN"

    this tweak flash grenades and blur and muzzle flash still work, unlike disabling shadermodel 3 hack/cheat where you dont blur no muzzle flash and flash grenades are useless.

    Edit:
    float intensity = dot(PreviousColor, float3(<span class="ev_code_RED">5.0f</span>, 0.59f, 0.16f)) * NightVisionScale;

    TOO BRIGHT! 5.0f seems alittle more reasonable. To each there own. try5.0f~10.0f. find what works for you.
    Reply With Quote Reply With Quote

  2. #2
    Hey! This is cool thanks
    Reply With Quote Reply With Quote

  3. #3
    Very nice



    unpredictabl3


    It remainds me...the cool Lockdown Nv's


    cherrios
    Reply With Quote Reply With Quote

  4. #4
    thanks hid and night. got it to a tee where if you walk into a bright room the night vision will blind you so it's a nice balance between dark rooms and light rooms. And with the nv on you still blur when getting shot.
    Reply With Quote Reply With Quote

  5. #5
    Sure thing



    adjust the "noise" to get a dif. color tone.



    cheerios
    Reply With Quote Reply With Quote

  6. #6
    Reply With Quote Reply With Quote

  7. #7
    God damn, we have to hack our own games to make them work better.
    It's so funny...

    I don't understand why they didn't do this or make it right to start with.
    Cause indeed Nightvision just didn't work.
    Or didn't work... it simply didn't help a thing, it was just dark in green.
    Or even worse, you could see less or not even keep objects apart...

    But thanx, I'll give this a try.
    By the way, it's funny you can just go and change a whole load of graphical settings and get away with it.
    I hope they just make an improved version of this game with part 2.
    Reply With Quote Reply With Quote

  8. #8
    yes.... finally nv would be little bit more useful. nv was practically useless in vegas.. --;
    Reply With Quote Reply With Quote

  9. #9
    Suspended
    Join Date
    Mar 2008
    Posts
    763
    yer... too bright... as said previously 5.0f seems a lot better...
    Reply With Quote Reply With Quote

  10. #10
    Originally posted by funkmunky80:
    yer... too bright... as said previously 5.0f seems a lot better...
    That's why i edited my first post silly.
    Reply With Quote Reply With Quote

Page 1 of 2 12 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •