- Posts: 11
Ability to set screenshot key binding & directory
- Coreda
-
Topic Author
- Offline
As other programs can't capture ReShade's injected effects being able to customize the screenshot hotkey and screenshots directory is something sorely missing, both for the customizable nature of the framework and user's own needs, and for being able to organize screenshots.
Would love to see these features added in a future version, as there's clearly a lot of love in the project and for tinkering with ideal settings

Please Log in or Create an account to join the conversation.
- crosire
-
- Offline
- Posts: 3837
Please Log in or Create an account to join the conversation.
- Marty McFly
-
- Offline
- Posts: 1221
Please Log in or Create an account to join the conversation.
- Coreda
-
Topic Author
- Offline
- Posts: 11
crosire wrote: Agreed, on the TODO list. =)
Wonderful ◝(‾◡◝)◜
Please Log in or Create an account to join the conversation.
- crosire
-
- Offline
- Posts: 3837
Please Log in or Create an account to join the conversation.
- Coreda
-
Topic Author
- Offline
- Posts: 11
With the eventual custom keybindings it will be the perfect combination ❛◡❛
Please Log in or Create an account to join the conversation.
- Scotland
-
- Offline
- Posts: 14
crosire wrote: 0.19.0 now allows changing the screenshot location. Just add "#pragma reshade screenshot_location "<PATH>"" anywhere in one of the fx files, where <PATH> is a valid path to an existing directory (like "C:\Users\...\Desktop"). Don't forget the quotes around the path.
Possibly my english is not good enough,but I can't get it to work. I only have one Fx file "Reshade.fx" Put it in,but nothing happened.
Regards,
Scott
Please Log in or Create an account to join the conversation.
- Scotland
-
- Offline
- Posts: 14
Scott
Please Log in or Create an account to join the conversation.
- crosire
-
- Offline
- Posts: 3837
#pragma reshade screenshot_location "C:/......./MyScreenshots"
Please Log in or Create an account to join the conversation.
- Scotland
-
- Offline
- Posts: 14
I am using the mastereffect.h file.I put it in there ,but nothing changed.
Scott
I have no clue what is meant"..in one of the shader files" ???
Please Log in or Create an account to join the conversation.
- crosire
-
- Offline
- Posts: 3837
Please Log in or Create an account to join the conversation.
- Scotland
-
- Offline
- Posts: 14
That's working now.
Scott
Please Log in or Create an account to join the conversation.
- MonarchX
-
- Offline
- Posts: 307
Please Log in or Create an account to join the conversation.
- Ganossa
-
- Offline
- Posts: 790
#pragma reshade screenshot_location "C:/......./MyScreenshots"
With your screenshot folder location of course.

Please Log in or Create an account to join the conversation.
- Alexandra
-
- Offline
- Posts: 4
Note: There is a space in my screenshot path, if that matters.
Please Log in or Create an account to join the conversation.
- crosire
-
- Offline
- Posts: 3837
Doesn't matter, as long as you put the path in quotes.Alexandra wrote: Note: There is a space in my screenshot path, if that matters.
Please Log in or Create an account to join the conversation.
- Coreda
-
Topic Author
- Offline
- Posts: 11
Alexandra wrote: No biggie, but this doesn't seem to work for me.
Note: There is a space in my screenshot path, if that matters.
Looks like the setting requires the use of forward slashes rather than backslashes in the path (at least going from the example above).
Please Log in or Create an account to join the conversation.
- crosire
-
- Offline
- Posts: 3837
"C:\\Test\\"
Please Log in or Create an account to join the conversation.
- NotSoSweet
-
- Offline
- Posts: 27
ReShade 1.0.0 Changelog
Added option to change screenshot key via "#pragma reshade screenshot_key"
Hello!

I want to bind F12 for screenshots. I think that F12 keycode is 123 if it's does matter.
Thanks!
EDIT: Managed to edit ReShade.fx with new line #pragma reshade screenshot_key 123

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