Page 17 of 25 FirstFirst ... 7 15 16 17 18 19 ... LastLast
Results 161 to 170 of 250

Thread: OpenSauce Post Processing

  1. #161
    Senior Member FireScythe's Avatar
    Join Date
    Sep 2006
    Location
    UK, England
    Posts
    321

    Re: OpenSauce Post Processing

    And so the plot thickens...thanks for the help, from the sounds of it there's something wrong with the texture input to the shaders, since the red shader has nothing to do with the motion blur area. You say that alt tabbing out then in caused the scene to reappear tinted? So in theory if you turn on motion blur at that point it *should* work (if you try this and its hard to tell, put the motion blur amount to something crazy "pp_motion_blur_amount").
    Reply With Quote

  2. #162
    Conversation Terrorist Pyong Kawaguchi's Avatar
    Join Date
    May 2007
    Location
    East Usa
    Posts
    3,905

    Re: OpenSauce Post Processing

    I alt tabbed back into the game with motion blur enabled and it didn't change anything.
    Reply With Quote

  3. #163
    Senior Member FireScythe's Avatar
    Join Date
    Sep 2006
    Location
    UK, England
    Posts
    321

    Re: OpenSauce Post Processing

    Update 25\02\10
    Another day...another build.
    >>Download<<

    Changed:

    • GBuffer shaders are now compiled into a single, uneditable file.
    • Post process fading shader is now compiled into an uneditable file.
    • Replacement shader files now have the .shd extension.
    • The above mentioned files all have the same reusable file format.

    Added:

    • Created a generic file format that is used for GBuffer shaders/replacement shaders/etc. and can be used for any data storage purpose. Usertool creates files with this format.
    • Depth texture is now put into texture sampler 7 so that edited pixel shaders can use it.

    Fixed:

    • Render point 4 no longer has black screening when picking up active camo.
    • Normal maps are now correctly used in the GBuffer normals (was previously just adding them, rather than multiplying by a Tangent:Binormal:Normal matrix).

    Todo:

    • Add far clip distance to shaders.
    • Fix motion blur black screening (if still present).
    • Fix black screen flash when turning on the flashlight at full power in single player :S.
    • Fix massive velocities when camera view changes.
    • Fix inverted normals on backfaces (tree leaves).
    • Fix dodgy normals and alpha testing on old hardware.
    • *Optional* Figure out how to write shader compile errors to the console.

    I've included edited effect vertex shaders that pass their screen depth to the pixel shader, so that soft particles can be made possible. I've also included some rewritten pixel shaders to create soft particles, however they are not perfect and they will effect all particles that use them, so some particles that are meant to be solid will also be made soft . They have not been compiled though, so whether you use them or not is up to you (i'm also not going any further with this so don't go expecting improvements).
    Reply With Quote

  4. #164
    Conversation Terrorist Pyong Kawaguchi's Avatar
    Join Date
    May 2007
    Location
    East Usa
    Posts
    3,905

    Re: OpenSauce Post Processing

    Motion blur still gives a black screen.
    Reply With Quote

  5. #165
    Neanderthal Dwood's Avatar
    Join Date
    Sep 2008
    Location
    Wouldn't u like to know?
    Posts
    4,189

    Re: OpenSauce Post Processing

    Finally get to test and its red for me too.

    For those trying to use OS_Postprocessing in their OS project, you're going to want to add to MacrosCpp.hpp at the end of it:

    Code:
    #ifdef SAFE_RELEASE
    #define SAFE_RELEASE(p) {if(p) { (p)->Release(); (p) = NULL; }}
    #endif
    I'd let//make scythe post it but he''s not available right now for me to spam on aim.


    This needs a double post. apparently its turning all textures black as when i charge a weapon i see the light and the fp outline. lights and anything thats not scenery basically give this effect. i also see the outline of the bsp etc that way. hth.

    Edit: It also seems that damnation_pp's sketchy effect no longer works with your newer builds of OS_PP?

    Ex2: Nvm. I had the wrong version.

    Also, I have an idea for a super bloom- Is it possible to, say, have a massive bloom when a person walks out from a dark area (that has only minimal bloom because of how dark it is), and then it fade into a normal bloom? If that's possible, then could we add another layer on top of it where close up is super-bright and then that bloom lowers in intensity based on the physical distance of the player from sources of light? Ex3- its cussing at me everytime i use pp_load

    ex3

    Now that i have my own build ill look for a way to isolate the blur error. Ideas are appreciated. And look for some shader tutorials as well.
    Last edited by Dwood; March 9th, 2010 at 01:05 PM.
    Reply With Quote

  6. #166
    Senior Member FireScythe's Avatar
    Join Date
    Sep 2006
    Location
    UK, England
    Posts
    321

    Re: OpenSauce Post Processing

    Quote Originally Posted by Dwood View Post
    This needs a double post. apparently its turning all textures black as when i charge a weapon i see the light and the fp outline. lights and anything thats not scenery basically give this effect. i also see the outline of the bsp etc that way. hth.
    Thats because render point 0 and 1 (where motion blur and the red test shader were set to render at) is before the alpha blended meshes are rendered, so lens flares, explosions, glass etc is rendered on top of the black screen.

    Quote Originally Posted by Dwood View Post
    Also, I have an idea for a super bloom- Is it possible to, say, have a massive bloom when a person walks out from a dark area (that has only minimal bloom because of how dark it is), and then it fade into a normal bloom? If that's possible, then could we add another layer on top of it where close up is super-bright and then that bloom lowers in intensity based on the physical distance of the player from sources of light? Ex3- its cussing at me everytime i use pp_load
    Thats essentially what the old fake hdr (now removed) subsystem did. Scaling down the scene to 1x1 to get the average luminosity then increasing or decreasing the brightness over time to the prefered level. The brightness is picked up by the bloom shader and bloom is applied accordingly. Depth is available to shaders so i don't see why you couldn't have more bloom on a close up, but you'll have to try it for yourself, thats why its open source . If you get error messages when you pp_load theres a broken shader.
    Reply With Quote

  7. #167
    Junior Member TROOPER's Avatar
    Join Date
    Jul 2007
    Location
    Ontario, Canada
    Posts
    16

    Re: OpenSauce Post Processing

    Makes halo run slower than usual but works :P
    Reply With Quote

  8. #168

    Re: OpenSauce Post Processing

    Maybe we can work on this together if you want to make Halo display anaglyphically (3D effekt). Making 2 renders of one scene and overlaying them in Red and Cyan. Would that be possible?
    Reply With Quote

  9. #169
    Neanderthal Dwood's Avatar
    Join Date
    Sep 2008
    Location
    Wouldn't u like to know?
    Posts
    4,189

    Re: OpenSauce Post Processing

    If possible, stay away from the color change method, it gives me a headache.
    Reply With Quote

  10. #170

    Re: OpenSauce Post Processing

    ...it's necessary for the 3D effect
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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