Results 1 to 1 of 1

Thread: SweetFX + Call of Duty 2

  1. #1
    Assadministrator kung foo man's Avatar
    Join Date
    Jun 2012
    Location
    trailerpark
    Posts
    2,011
    Thanks
    2,102
    Thanked 1,084 Times in 753 Posts

    SweetFX + Call of Duty 2

    Hey all, I found this nice tool and it's worth a deeper look.



    You just need to download: http://www.guru3d.com/files_details/..._download.html

    And unpack the files in your CoD2-folder.

    It lets you change new graphic-settings, which can be edited in SweetFX_preset.txt

    Also you can make your own shaders at runtime, which makes it a great shaders learning tool.


    This is an example CRT shader:

    Click image for larger version. 

Name:	sweetfx.jpg 
Views:	55 
Size:	466.5 KB 
ID:	549

    Source:

    PHP Code:
       /*-----------------------------------------------------------.   
      /                        SweetCRT                            /
      '-----------------------------------------------------------*/
    /*
    SweetCRT - a Work in progress.
    */

    #define scanline_strength 0.75

    float4 SweetCRTPassfloat4 colorInputfloat2 tex )
    {
       
    //
       
    float scanlines frac(tex.* (screen_size.0.5)) - 0.49//
       
    scanlines 1.0 scanlines scanline_strength;
       
       
    colorInput.rgb saturate(colorInput.rgb scanlines);
       
    //colorInput.rgb = saturate(scanlines).xxx;
      
       
    return colorInput;

    Anyone is able to write a CoD2 LSD Shader?
    timescale 0.01

  2. The Following User Says Thank You to kung foo man For This Useful Post:

    RobsoN (8th December 2013)

Posting Permissions

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