Post Processing Effects Customizer (Legacy)

A curated forum for compatible and maintained mods. Users are unable to create new topics in this forum but can reply to existing topics. Please message a moderator to have your mod moved into this forum area.
Locked
User avatar
Midknightprince
Posts: 1324
Joined: Fri Aug 11, 2017 6:51 am
Location: San Antonio TX
Contact:

Re: [MOD] Post Processing Effects

Post by Midknightprince »

The ambient occlusion seems to have stopped working in alpha 0.10.8..

I've tried all sorst of stuff, but it still dosnt show up.
I guess I'll just hope you mess with it eventuallly, it would be awesome
Check out my YouTube Channel!

User avatar
pango
Posts: 3347
Joined: Wed Jul 18, 2018 6:14 pm
Location: France
Contact:

Re: [MOD] Post Processing Effects

Post by pango »

As I feared, I git-bisect'ed it down to the removal of legacy deferred setting
I guess this mod makes reference to this setting and breaks, and should be adjusted for this removal?

Code: Select all

Error (1061): Type `DaggerfallWorkshop.SettingsManager' does not contain a definition for `UseLegacyDeferred' and no extension method `UseLegacyDeferred' of type `DaggerfallWorkshop.SettingsManager' could be found. Are you missing an assembly reference?
Error (): 0(229,29): PostProcessingEffects.PostProcessing.ScreenSpaceReflection(DaggerfallWorkshop.Game.Utility.ModSupport.ModSettings.ModSettings, UnityEngine.PostProcessing.ScreenSpaceReflectionModel)
Mastodon: @pango@fosstodon.org
When a measure becomes a target, it ceases to be a good measure.
-- Charles Goodhart

User avatar
TheLacus
Posts: 1305
Joined: Wed Sep 14, 2016 6:22 pm

Re: [MOD] Post Processing Effects

Post by TheLacus »

Thank you for letting me know. Screen Space Reflections are not supported with Legacy Deferred so i added a check for it and then forgot by the time this setting was removed.

User avatar
Midknightprince
Posts: 1324
Joined: Fri Aug 11, 2017 6:51 am
Location: San Antonio TX
Contact:

Re: [MOD] Post Processing Effects

Post by Midknightprince »

It's not the same without ambient occlusion, I'm sorry guys I just really like it...
Check out my YouTube Channel!

User avatar
King of Worms
Posts: 4752
Joined: Mon Oct 17, 2016 11:18 pm
Location: Scourg Barrow (CZ)
Contact:

Re: [MOD] Post Processing Effects

Post by King of Worms »

I really hope SSAO can be reintroduced

User avatar
TheLacus
Posts: 1305
Joined: Wed Sep 14, 2016 6:22 pm

Re: [MOD] Post Processing Effects

Post by TheLacus »

New version is available.

Narf the Mouse
Posts: 833
Joined: Mon Nov 30, 2015 6:32 pm

Re: [MOD] Post Processing Effects

Post by Narf the Mouse »

TheLacus wrote: Wed Oct 30, 2019 10:07 am New version is available.
That's some fast bug turn-around time. :)
Previous experience tells me it's very easy to misunderstand the tone, intent, or meaning of what I've posted. If you have questions, ask.

User avatar
Midknightprince
Posts: 1324
Joined: Fri Aug 11, 2017 6:51 am
Location: San Antonio TX
Contact:

Re: [MOD] Post Processing Effects

Post by Midknightprince »

Oh I'm so glad I checked...
Thank you TheLacus...
Check out my YouTube Channel!

User avatar
King of Worms
Posts: 4752
Joined: Mon Oct 17, 2016 11:18 pm
Location: Scourg Barrow (CZ)
Contact:

Re: [MOD] Post Processing Effects

Post by King of Worms »

TheLacus wrote: Wed Oct 30, 2019 10:07 am New version is available.
Thank you! SSAO confirmed back in action.

How hard would be to implement god-rays? Its a thing I still miss in DFU, we need to make those sunrise/sundowns more vivid :lol:
I might be willing to support buying some basic shaderpack from store if it helps?

User avatar
frankybanga
Posts: 2
Joined: Tue Oct 29, 2019 9:36 pm
Location: France

Re: [MOD] Post Processing Effects

Post by frankybanga »

Hi,

First thanks for the good work on this mod.

TAA is not working anymore, I miss it because it's the best form of AA imo. Any ideas on how to bring it back ?
Same problem for Bloom.

Daggerfall Unity 0.10.11, PostProcess Mod 1.1.0

Thanks

Locked