Minenash / Seamless-Loading-Screen

Takes a screenshot of the game when you leave a world or server,and displays it when you rejoin it
MIT License
62 stars 24 forks source link

Different image when leaving world in third person #60

Closed luni3359 closed 1 year ago

luni3359 commented 2 years ago

When you leave the world in third person the mod takes a screenshot in third person but when you join you always enter in first person so the transition is a bit confusing.

spikespaz commented 2 years ago

@Minenash Do you think it would be feasible to change the player to first-person before taking the screenshot, or implement a custom camera thingy to avoid some of the other issues in the same go?

Minenash commented 2 years ago

Idk about the custom camera thing, but changing to first person could be done really quickly, by running wherever method F5 runs before the screenshot is taken. Should be only be one line of code.

And you can then remove it when/If you implement a custom camera thing

Minenash commented 1 year ago

Will be fixed in the next release (commit)