
[Request] Takes screenshot with blur when Blur is installed
piemanau opened this issue ยท 13 comments
When I have the mod blur installed it takes a screenshot with the blur from it, could we get a config option for it so we get a choice for if it uses the blur or not? Thank you for considering/trying!
@31j how did you fix the inventory hud problem?
The next update will have the ability to blur screenshots (commit)
I'd have to check, but doesn't blur have an exclusion parameter? I.e you can exclude the blur from specific guis
the blur exclusions part is where it'd go, as of now you sadly can't edit them in game but you can manually edit them from the .json
what i've sent is the default, I'm fairly certain that's the chat window being excluded
Would the "Game Menu" have to be excluded, i.e is Seamless loading screen taking the screenshot in this menu (when you press save and quit)
or is there a specific exclusion that would work without impacting blur's functionality?
The problem is that I want it on that screen lol, is there anyway to get around this with it still being there?
You don't see the FinishQuit screen though, it closes itself in it's first render call. It's only a screen so it can sync to the next render
The exclusion works
Example of loading screen without blur (ignore the inventory hud issue)
blur.json (located in /config/blur.json).
Remember to use a comma at the end of all items except the last one
Oh cool are you going to implement it or do you not think it is worth it
Not entirely sure what can be done on the implementation of Seamless Loading Screen as the solution is to add an entry into the config of a different mod.
Instructions for people who find this issue and have blur / seamless loading screen.
- Launch minecraft once with both mods installed to create the config files
- Go to your minecraft folder, specifically the config
- ~/Library/Application Support/minecraft/config [macOS]
- ~/.minecraft/config [Linux]
- %AppData%\.minecraft\config [Windows]
- MultiMC: Edit instance -> Loader mods -> View Configs
- Edit blur.json with the editor of your choice
- Add
com.minenash.seamless_loading_screen.FinishQuit
to the exclusions list. Add a comma to the end of the previous entry [See image in previous comment] - Profit