Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] - Retro PRESETS for games. Ex: preset for PS1 game sources; show Silent Hill as it would have been presented on a TV back in the day. #45

Open
Magabes opened this issue Jul 5, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Magabes
Copy link

Magabes commented Jul 5, 2024

I'd love to show Skyrim in the lowest settings, no shadows, no aliasing, low resolution, etc, with these kinda visuals for streaming. Granted, SOME of thesea are available for Reshade (most are only for Retroarch unfortunately), a filter for OBS would still be pretty cool. I love your work btw!

EXAMPLES BELOW!

Screenshot_1148

Screenshot_1147

@Magabes Magabes added the enhancement New feature or request label Jul 5, 2024
@FiniteSingularity
Copy link
Owner

Hi @Magabes.

I'm glad you're enjoying the plugin, and thank you for the feature request.

Unfortunately, if I'm interpreting you correctly, your request isn't possible to implement.

The retro effects filters can only act on rendered video frames. When you do a game capture in OBS, it is taking the final rendered frame, and putting it into your video canvas. Retro effects can do things like distort, change colors, etc. But what you are proposing (changing the quality of what the console/emulator renders, and turning on/off rendering options) needs to be done by the emulator/console/etc, before it gets to OBS.

If I'm not interpreting you correctly, please feel free to describe a bit more what you're requesting.

@Magabes
Copy link
Author

Magabes commented Jul 5, 2024

The CRT looking filters/shaders that I'm talking about aren't in-game or within the emulator rendering. As far as I know, they function more like overlays. Take a look at this code and let me know what you think. https://github.com/akgunter/crt-royale-reshade

I can be completely wrong about this, but still the concept is there. One that isn't for reshade shouldn't work too differently.

Thank you for replying!

@Andicraft
Copy link

Isn't this what the plugin already does? Turn on the CRT filter and you're halfway there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants