Screenshot image file format
- Midhras
- 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.
- crosire
Please Log in or Create an account to join the conversation.
- Midhras
- Topic Author
Please Log in or Create an account to join the conversation.
- Psychor
crosire wrote: Starting with 0.12.0 it will be possible to change the screenshot file format by adding "#pragma reshade screenshot_format XXX" anywhere in the shader, where XXX can be "png" or "bmp" (currently). As shaders are hot-reloaded, it's also possible to change that setting while ReShade is running. Default if not specified will still be "png".
Could you please provide a bit more information on this such as what file to edit. Thanks.
Please Log in or Create an account to join the conversation.
- crosire
It's the same way statistics are enabled/disabled.Psychor wrote: Could you please provide a bit more information on this such as what file to edit. Thanks.
All ReShade settings are set using the "#pragma reshade ..." line, which is a preprocessor command that can be put anywhere in the shader file. In case of MasterEffect you can add it to ReShade.fx, for SweetFX you can add it to Sweet.fx or SweetFX_settings.txt or ReShade_settings.txt or Main.h or any other file included and used. Wherever you see it fit
Please Log in or Create an account to join the conversation.
- Psychor
crosire wrote:
It's the same way statistics are enabled/disabled.Psychor wrote: Could you please provide a bit more information on this such as what file to edit. Thanks.
All ReShade settings are set using the "#pragma reshade ..." line, which is a preprocessor command that can be put anywhere in the shader file. In case of MasterEffect you can add it to ReShade.fx, for SweetFX you can add it to Sweet.fx or SweetFX_settings.txt or ReShade_settings.txt or Main.h or any other file included and used. Wherever you see it fit
Thank you.
Please Log in or Create an account to join the conversation.
- CeeJay.dk
crosire wrote: All ReShade settings are set using the "#pragma reshade ..." line, which is a preprocessor command that can be put anywhere in the shader file. In case of MasterEffect you can add it to ReShade.fx, for SweetFX you can add it to Sweet.fx or SweetFX_settings.txt or ReShade_settings.txt or Main.h or any other file included and used. Wherever you see it fit
I added this option to ReShade_settings.txt
Please Log in or Create an account to join the conversation.