Giter Site home page Giter Site logo

immerse's People

Contributors

martymcmodding avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

immerse's Issues

Performance mode breaks effects

Basically if I enable "performance mode" on ReShade, effects such as RTGI and MXAO doesn't work well, it's like a different depth buffer is issued to the shaders, breaking them.

Disabling it fixes every issue.

Reshade not successfully loading .fx files from immerse

ReShade.log

Dear Marty,

I used reshade on Skyrim SE and it seems to have some issue when loading immerse files.reshade says that "...warning X3554:solaris.fx has unknown attribute branch or attribute invalid for this statement", can I fix this?

My log is attached for review.

About iMMERSE sharpen

Can you change the code of this sharpening filter to darken pixels more than lighten them? Why am I writing this, as I understand your shader is similar to amd's CAS shader. Both of these shaders are designed to remove blurriness caused by TAA anti-aliasing. And both of these shaders I tested in half life 2 result is the same. But in the game Witcher 3 I used rj200 shader instead of cas which gave better results as I understood from darkens pixels. Can you do the same? Just for the sake of experimenting, maybe it will give more realistic results.

Double or Triple pass SMAA

There's this old ReShade thread: https://reshade.me/forum/shader-discussion/7289-taa-quality-non-blurry-anti-aliasing-done-using-smaa-smartsharpen-presets

That makes SMAA 3x with good results. I wanted to convert this same setup into iMMERSE Anti-Aliasing since its more performance friendly as running SMAA 3x is heavy but the issue is the names for settings are different, so could someone (like Marty) explain which settings are the equalivent so I can use the same setup here?

Or perhaps this feature can be officially added into the shader (probably not, I don't mind manually doing it myself though)

Feature request: SMAA T2x

Hello,

I really appreciate your work for these filters.
Now that there are filters to analyze vectors in the scene like your Launchpad filter, wouldn't Temporal SMAA also be possible to implement?
I really like SMAA T2x in games that support it, altough there are not many. I think of it as the best look/cost anti-aliasing technique. I know it wouldn't be as good quality or as fast as if it was built into the game engine but would it be theoritically possible with reshade?

Saints row 2 not working as intended with immerse launchpad

Hello! I’ve been loving the immerse filters but I’m having an unexpected behavioural issue with the launchpad in the game saints row 2. The launchpad is placed at the top of my filter list with the other filters beneath it. I’m currently using it with dxvk instead of dx9 because the improved performance that comes with the change but I notice with effects such as rtgi 0.40 that require the launchpad to work properly. It works very minimally compared to 0.36.1 when it did not require the launchpad to work correctly.

I’m not sure what kind of debug information you need so if you can let me know. I would gladly be able to provide it (hopefully)

Flickering Issue

Hello,

I very much enjoy using iMMERSE MXAO but am having a flickering issue when enabled. Forgive me for not explaining this well, I think it has something to do with the Shading Rate. The effect appears to revert back and forth between the games vanilla shading and the mods shading. Changing the Shading Rate seems to increase or decrease this instance but I am unable to stop it all together. I may be off course, but would disabling the Shading Rate fix this and would that be possible?

iMMERSE ini file?

Not an issue. Just mild confusion.
Most Reshades demand a preset INI and your iMMERSE does not offer one.
Reshade accidentally picked up another INI I'd carelessly left in my game folder. I'll delete that.
Does lack of an INI matter at all?
Thank you for any info.
Thanks for iMMERSE!

Question about ao with visibility bitmasks

Hello, I found you had implemented ao with visibility bitmasks, that's great.
But I have one question about this implement.
In the algorithm 1 of the original paper ( https://arxiv.org/pdf/2301.11376.pdf ), the b = ceil(((maxtheta - mintheta) / PI + 0.5) * Nb) in Line 18, but the code in the line 518 of mxao.fx: uint b = floor(saturate(h_frontback.y - h_frontback.x) * 25.0);
they are different and it lacks of "/PI + 0.5";
Why do you discard this and it will get the correct result as the original paper?
Thank you.

"mv" used without being initialized

Hey,
it could be handled by shader compiler, but in the MXAO shader, func. "filter", the first "mv +=", at line 615, should be "mv =" instead.
It hasn't been initialized yet. The #pragma warning(disable : 4000), used there, is suppressing any warning about that.
Regards,
Tomas

ReShade 5.9.2 - ERROR | Failed to compile "MartysMods_SOLARIS.fx"

Hi Marty!

I just resubbed to your Patreon for another month upgraded from an old RTGI build to the new IMMERSE pack and the results are insane in Final Fantasy XIV! However for whatever reason the SOLARIS shader always fails to compile with these errors:

H:\Spiele\SquareEnix\FINAL FANTASY XIV - A Realm Reborn\game\reshade-shaders\Shaders\MartysMods_SOLARIS.fx(330,2-9): warning X3554: unknown attribute branch, or attribute invalid for this statement, valid attributes are: loop, fastopt, unroll, allow_uav_condition

H:\Spiele\SquareEnix\FINAL FANTASY XIV - A Realm Reborn\game\reshade-shaders\Shaders\MartysMods_SOLARIS.fx(368,3-10): warning X3554: unknown attribute branch, or attribute invalid for this statement, valid attributes are: loop, fastopt, unroll, allow_uav_condition

H:\Spiele\SquareEnix\FINAL FANTASY XIV - A Realm Reborn\game\reshade-shaders\Shaders\MartysMods_SOLARIS.fx(330,2-9): warning X3554: unknown attribute branch, or attribute invalid for this statement, valid attributes are: loop, fastopt, unroll, allow_uav_condition

H:\Spiele\SquareEnix\FINAL FANTASY XIV - A Realm Reborn\game\reshade-shaders\Shaders\MartysMods_SOLARIS.fx(368,3-10): error X3524: duplicate attribute branch

H:\Spiele\SquareEnix\FINAL FANTASY XIV - A Realm Reborn\game\reshade-shaders\Shaders\MartysMods_SOLARIS.fx(330,2-9): warning
X3554: unknown attribute branch, or attribute invalid for this statement

I didn't plan to use Solaris in the game but I still thought I would report it, if I can help anyhow more please let me know.

And thanks for the hard work! :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.