Marty McFly's Advanced Depth of Field (standalone)
- OtisInf
Please Log in or Create an account to join the conversation.
- kingeric1992
You don't need to port the entire enb dof, Marty's work has all its feature and optimized to reshade I think. If you aim for the focusing functions, just convert CoC pass to Marty's standard.
Please Log in or Create an account to join the conversation.
- Marty McFly
- Topic Author
kingeric1992 wrote: @OtisInf
You don't need to port the entire enb dof, Marty's work has all its feature and optimized to reshade I think. If you aim for the focusing functions, just convert CoC pass to Marty's standard.
Your DSLR focussing might be a useful addition in the future.
EDIT: I just updated all DoF shaders to the new focussing, doing various optimizations on the way (so all of them should run way faster) and added the ADOF. LuciferHawk will bring them into the Framework itself Thank you Lucifer, by the way
Please Log in or Create an account to join the conversation.
- robgrab
I was able to apply fake AO to RE4 in GeDoSaTo using a faked depth buffer after a post I saw on Neogaf. It wasn't perfect by any means but it gave me hope that some day a workaround might be figured out. Also, in the case of Bioshock, I know that HBAO+ can be forced through NVIDIA Inspector using a specific flag so I assume it's accessing the depth buffer to generate that. HERE is a gallery of comparison shots showing what I mean).
Please Log in or Create an account to join the conversation.
- Marty McFly
- Topic Author
Please Log in or Create an account to join the conversation.
- OtisInf
TIA
Please Log in or Create an account to join the conversation.
- Marty McFly
- Topic Author
Btw the ADOF shader itself on github is not reworked, I actually rewrote all the other DOF shaders (like Matso DOF, Magic DOF etc) to use the same focussing as the ADOF and tuned them a bit with things I found out when working on this DOF. The ADOF itself is identical.
But yeah, you can share it, I don't mind.
Please Log in or Create an account to join the conversation.
- OtisInf
(the shader works with every reshade version, but to use it with the other shaders, it needs a bit of work. No idea if the one on github is usable with v1.0/1.1, never tried! )
Please Log in or Create an account to join the conversation.
- GTAFan
-AMD E1-2500 Dual Core with APU AMD Radeon Graphics HD 8240
-4gb RAM DDR3 L
I know that it isn't a good PC, but i do not have money to buy a new one, so im sticking with mine until i find a good PC with a 2gb NVidia.
Could u make a preset for me please? I would like the Bokeh DOF (using this shader of yours), but i dont want the circular, i want the other that looks like a pentagon.
Sorry for bad englich, if i mispelled some word, im portuguese.
Please Log in or Create an account to join the conversation.
- Elimina
GTAFan wrote: Hey @Marty McFly, im new around here, could u make a preset for a low PC? I can run ENB, but when i turn DOF on, it laggs as hell, dropping from 30/40fps w/o ENB, to 10-15fps using ENB. My PC specs:
-AMD E1-2500 Dual Core with APU AMD Radeon Graphics HD 8240
-4gb RAM DDR3 L
I know that it isn't a good PC, but i do not have money to buy a new one, so im sticking with mine until i find a good PC with a 2gb NVidia.
Could u make a preset for me please? I would like the Bokeh DOF (using this shader of yours), but i dont want the circular, i want the other that looks like a pentagon.
Sorry for bad englich, if i mispelled some word, im portuguese.
If you want more performance, Decrease the samples to 4-5 (I usually put the broken shape size at 10 so you won't see the samples), and lower the render resolution to 0.6-0.8 (I prefer 0.8 since it looks very similar to full resolution). You can also disable the advanced focus radius for a couple more FPS.
Please Log in or Create an account to join the conversation.
- GTAFan
Please Log in or Create an account to join the conversation.
- Marty McFly
- Topic Author
Please Log in or Create an account to join the conversation.
- GTAFan
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
- Kleio420
how can anyone make something based on your hardware/software config for a low pc preset , if your needing a low preset its probably best you not even run dof anyway and imo most games dof from reshade isnt playable and is about only useful for screenshots i personally dislike dynamic dof in games static to me is much better i play a lot of 3rd person games thoGTAFan wrote: Marty McFly, i only want a good low PC preset. Then i'll make minor adjustments. Don't be rude, HELP A NEWBIE LIKE ME. Thanks.
Please Log in or Create an account to join the conversation.
- GTAFan
Kleio420 wrote:
how can anyone make something based on your hardware/software config for a low pc preset , if your needing a low preset its probably best you not even run dof anyway and imo most games dof from reshade isnt playable and is about only useful for screenshots i personally dislike dynamic dof in games static to me is much better i play a lot of 3rd person games thoGTAFan wrote: Marty McFly, i only want a good low PC preset. Then i'll make minor adjustments. Don't be rude, HELP A NEWBIE LIKE ME. Thanks.
damn just put there some values so i can edit the dof shader with notepad c++, i want a dof like in the 1st pic from marty mcfly shader presentation post (#1). dont care if it lags, then i adjust it. btw do i need to install reshade? im kinda new to this.
Please Log in or Create an account to join the conversation.
- Elimina
GTAFan wrote: damn just put there some values so i can edit the dof shader with notepad c++, i want a dof like in the 1st pic from marty mcfly shader presentation post (#1). dont care if it lags, then i adjust it. btw do i need to install reshade? im kinda new to this.
I suggest downloading the 2.0 framework, since the framework includes this DoF by Marty. Then, when you place ReShade into your Directory, open ReShade/presets/Shaders_by_MartyMcFly.cfg. Scroll down and input these settings in the Depth of Field section.
#define USE_DEPTHOFFIELD 1 (to enable DoF)
//>Global Parameters<\\
#define DOF_METHOD 5 (to enable Marty's DoF)
#define DOF_NEARBLURCURVE 1000.00
#define DOF_FARBLURCURVE 2.00
#define DOF_INFINITEFOCUS 0.20 (to work for gameplay. It actually works very well in GTA)
#define DOF_BLURRADIUS 10.0
#define DOF_RENDERRESMULT 0.6 (to increase performance)
Scroll down to these lines and input these settings:
//>MCFLY ADVANCED DOF Settings - SHAPE<\\
#define iADOF_ShapeQuality 4 (to increase performance)
#define iADOF_ShapeVertices 6
Go down even further and use these values for weight:
//>MCFLY ADVANCED DOF Settings - SHAPE MODIFICATIONS<\\
#define bADOF_ShapeWeightEnable 1
#define fADOF_ShapeWeightCurve 0.3
Please Log in or Create an account to join the conversation.
- GTAFan
Please Log in or Create an account to join the conversation.
- Elimina
GTAFan wrote: This is for gta5? Thougt it was for sa
This works for any game. You can put it in SA, V, Skyrim, Fallout, anything. I thought that you meant you wanted it for V, but these settings will work just fine in SA
Please Log in or Create an account to join the conversation.
- GTAFan
Please Log in or Create an account to join the conversation.