CAS-ual-TY / YgoDuelingMod

The Ygo Dueling Mod for Minecraft aims to reflect the real life TCG experience in a 3D open world game by not only adding the cards but also the packs and their pull ratios to the game.
GNU General Public License v3.0
5 stars 8 forks source link

Request image size #13

Open Sephiroth91 opened 7 months ago

Sephiroth91 commented 7 months ago

Hello, I am very excited about the mod and would like to add it to my modpack in the future. Unfortunately, there is one thing where I wanted to ask whether it would be possible to change it, for example through settings in the config.

I have the images for the cards at a size of 1024, but when I pick up a card and look closely, the image doesn't get any larger. But I noticed that the size adapts to the gui size set in the graphics settings, but if I make the size so large that I like the map view, everything else is too big. Would it be possible to set the size of the cards separately?

Example: Size 3 and Size 5. With Size 5 image is better but hotbar is to large. 2024-01-21_22 11 25 2024-01-21_22 11 59

CAS-ual-TY commented 7 months ago

Hi, this is a very good suggestion. Unfortunately, development of this mod is halted right now. But when/if I do the next update, I will make sure to make this size customizable in the config. Thank you for your suggestion

Sephiroth91 commented 7 months ago

Thank you, I am happy about the positive feedback. Would it also be possible to make a setting in the config to adjust the size of the text that is displayed on the left? At size 3 the text is quite difficult to read as the text is quite small. I tried to adjust this myself by increasing the variable final float f = 0.5f to 0.7f in CardRenderUtil.java. As a result, the text size has become quite a bit larger. When I just hold the card in my hand the width and size is perfect, but when I open the inventory the text becomes wider than before and half of the text is in the inventory and therefore no longer readable.

I'm currently working on a modpack for a server project and once I've adjusted the text size the modpack would be ready.