GameHash define
- PetkaGtA
- Topic Author
Please Log in or Create an account to join the conversation.
- crosire
Any naming suggestions/wishes? Something like one of these for instance:
- __GAME__
- __EXECUTABLE__
- __APPLICATION__
Please Log in or Create an account to join the conversation.
- PetkaGtA
- Topic Author
Please Log in or Create an account to join the conversation.
- crosire
Please Log in or Create an account to join the conversation.
- jmp909
are you intending to supply a single generic mod but with game specific functions included for multiple games?
thanks
j
Please Log in or Create an account to join the conversation.
- crosire
CeeJay just pointed out a useful one to me: There are a bunch of games where the depthbuffer is flipped horizontally. This is something ReShade cannot fix, because the depthbuffer is bound directly to the shader and it's impossible to figure out its direction. Now with this new define one can create a list of games where this is the case and then simply flip the depthbuffer in the shader again.jmp909 wrote: out of interest could you explain the specific purpose please?
Please Log in or Create an account to join the conversation.
- Aelius Maximus
Please Log in or Create an account to join the conversation.
- PetkaGtA
- Topic Author
Please Log in or Create an account to join the conversation.
- SunBroDave
Please Log in or Create an account to join the conversation.
- Aelius Maximus
PetkaGtA wrote: Yep, but I'm just rewrited martinsh DoF to HLSL with some little fixes. Anyway now with ReShade released I can start to work on implementing my old, and writing my new shaders.
That sounds great, i think the "martinsh/petkagta DOF are the best, can i get that rewrite anywhere?
Please Log in or Create an account to join the conversation.
- crosire
Please Log in or Create an account to join the conversation.