PoeticRainbow / golden-days

Golden Days is a Minecraft resource pack meant to bring back old textures, lighting, names, and sounds from older versions of Minecraft.
184 stars 11 forks source link

[Bug] [1.20+] Main menu Minecraft logo has incorrect dimensions due to scaling changes in the newer versions of the game. #54

Closed VOLKOUL closed 2 months ago

VOLKOUL commented 3 months ago

In 1.20 the Minecraft logo in the main menu (as well as the edition text and splash text placement) was changed ALONG with the "box" in which the logo is contained or, in other words, the space available to display said logo. Now it's less wide (height was not changed). While you can accurately match the edition text with how the old one used to be by editing the texture files, the same can't be said about the logo. Let's say you have a 1920x1080 monitor and have set the GUI scale to 3. The old logo had 549 pixels till the edge of the screen, while the new scaling only allows for a max of 576 pixels. Therefore, the logo will appear compressed/squashed. You can't match the proportions without modifying the game itself and the logo won't align properly with the edition text. (I've tried) The only solution I found was to use the Fancy Menu mod and replicate everything there. That way I could return the splash text to the correct position, too. I don't think you can do anything about it, but it's worth letting you know.

Original look: Screenshot (936)

New scaling: MINECRAFTtitlescreen1201

Fixed look: (Fancy menu) Screenshot (1036)

Tutorial: FMoldlogo

PoeticRainbow commented 2 months ago

Unfortunately don't have a good solution for this at the moment.

VOLKOUL commented 1 month ago

Somebody in the Nostalgic Tweaks discord said it could (possibly) be fixed by using Minecraft's core shader system. Highly hypothetical though.

PoeticRainbow commented 1 month ago

Unfortunately I don't know GLSL and right now it is out of the scope of what I'm looking to learn.