TheMysterys / Server-Pack-Unlocker

1.17 -> 1.20.2
https://modrinth.com/mod/server-pack-unlocker
The Unlicense
7 stars 4 forks source link

Wrong chest gui texture loading #5

Closed Limit-sest closed 1 year ago

Limit-sest commented 1 year ago

I have this problem that the server I'm playing on have forced resource pack and i want a dark gui. So, i go to the resource pack menu and put my dark mode rp above the server one. But the server rp have texture for double chest which mine has too. image image

So it kinda "mixes" together and it looks like this: image

Do you have any clue why is this happening?

TheMysterys commented 1 year ago

Could you send the server IP, and I'll get back to you ASAP

Or can send the server resource pack here.

Limit-sest commented 1 year ago

Alright, here is the server resource pack. ac28d6a415684d8e7db4e7f1ec97321f21025832 - Copy.zip And this is the resource pack i wanted to use: Default-Dark-Mode-1.19.3-0-0FFF00-1-FFA700-FFA700-(v1.4.0).zip

TheMysterys commented 1 year ago

Hi there, could you send me the non (attempted) extracted version of the resource pack

Edit: nvm was able to fix this using my extraction tool

TheMysterys commented 1 year ago

Okay so looks like they are using custom textures for chest guis, (which I suspected but looking at the pack confirms) which is weird cause it's just a normal chest and all.

All you need to do is recreate these files in your pack at the same path: assets\minecraft\textures\custom\ui\single_chest.png and assets\minecraft\textures\custom\ui\double_chest.png

They use the same texture, just single chest is shorter.

Limit-sest commented 1 year ago

Okay, i did it but there is a another problem. I copied the generic_54.png and renamed it to the double_chest.png but for some reason, the new texture is slightly higher. image Do you know what could be doing this?

TheMysterys commented 1 year ago

So, they aren't using the same texture as generic_54.png but just a custom texture of just the top half of the GUI. I can't really help more than this, since I don't want to reveal parts of their texture pack which they've tried to hide/prevent accessing.

Limit-sest commented 1 year ago

Ok, i will figure it out myself and i unerstand that you don't want to reveal their rp. But thanks for leading me in the right direction and helping me!