[SOLVED] Gaussian Blur+Master Effect keybinding

  • padolamap
  • Topic Author
More
9 years 3 months ago - 9 years 3 months ago #1 by padolamap (solved)Gaussian Blur+Master Effect was created by padolamap
how to make both work in simultaneous, when I apply a deactivates the other.
I have only in ReShade.fx:
#include "GAUSS.fx"

#define VK_SPACE 0x20

#define ReShade_ToggleKey VK_SPACE
Last edit: 9 years 3 months ago by padolamap.

Please Log in or Create an account to join the conversation.

  • Ioxa
More
9 years 3 months ago - 9 years 3 months ago #2 by Ioxa Replied by Ioxa on topic Gaussian Blur+Master Effect

padolamap wrote: how to make both work in simultaneous, when I apply a deactivates the other.
I have only in ReShade.fx:
#include "GAUSS.fx"

#define VK_SPACE 0x20

#define ReShade_ToggleKey VK_SPACE


I'm a little unclear on what you're asking. Putting #include "GAUSS.fx" in ReShade.fx should be enough to get them working together. If you want to toggle GAUSS.fx you will have to change this line in GAUSS.fx,

technique t0 < enabled = true; >

to something like this,

technique t0 < enabled = true; toggle = 0x20; >

That will make them both use the same toggle key. If you want to use different keys to toggle them independently just change the number to match the key you want to use.

Hope that answers your question. If you need more help with it, start a new topic in the troubleshooting section.
Last edit: 9 years 3 months ago by Ioxa.
The following user(s) said Thank You: padolamap

Please Log in or Create an account to join the conversation.

  • padolamap
  • Topic Author
More
9 years 3 months ago #3 by padolamap Replied by padolamap on topic Gaussian Blur+Master Effect
ok Thanks

Please Log in or Create an account to join the conversation.

  • padolamap
  • Topic Author
More
9 years 3 months ago #4 by padolamap Replied by padolamap on topic Gaussian Blur+Master Effect
I failed to work, which should put what you suggest, sorry I'm learning and yet not understand much.
thank you very much

Please Log in or Create an account to join the conversation.

  • Ioxa
More
9 years 3 months ago #5 by Ioxa Replied by Ioxa on topic Gaussian Blur+Master Effect

padolamap wrote: I failed to work, which should put what you suggest, sorry I'm learning and yet not understand much.
thank you very much


No worries, I'm learning too. What part isn't working, Gaussian and Master Effect together or just being able to toggle each on and off?

Please Log in or Create an account to join the conversation.

  • padolamap
  • Topic Author
More
9 years 3 months ago #6 by padolamap Replied by padolamap on topic Gaussian Blur+Master Effect
solved, I was doing something wrong, and this corrected. thx

Please Log in or Create an account to join the conversation.

We use cookies
We use cookies on our website. Some of them are essential for the operation of the forum. You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.