Seamless Loading Screen

Seamless Loading Screen

1M Downloads

[Request] Takes screenshot with blur when Blur is installed

piemanau opened this issue ยท 13 comments

commented

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!

commented

@31j how did you fix the inventory hud problem?

commented

The next update will have the ability to blur screenshots (commit)

commented

The exclusion would be com.minenash.seamless_loading_screen.FinishQuit

commented

I'd have to check, but doesn't blur have an exclusion parameter? I.e you can exclude the blur from specific guis

commented

If that's true, then it'll be easy to add the config

commented

Screenshot 2021-06-29 144620
Screenshot 2021-06-29 144615

commented

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

commented

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?

commented

The problem is that I want it on that screen lol, is there anyway to get around this with it still being there?

commented

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

commented

Oh cool are you going to implement it or do you not think it is worth it

commented

The exclusion works

Example of loading screen without blur (ignore the inventory hud issue)

Screenshot 2021-06-29 170347

blur.json (located in /config/blur.json).

Remember to use a comma at the end of all items except the last one

Screenshot 2021-06-29 170409

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.

commented

Instructions for people who find this issue and have blur / seamless loading screen.

  1. Launch minecraft once with both mods installed to create the config files
  2. 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
  3. Edit blur.json with the editor of your choice
  4. 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]
  5. Profit