#Screen
1 messages · Page 1 of 1 (latest)
To modify the mod HUD, what is the easiest way? Can I use only Java, or is it possible to use C#?
U need Java
I am Brazil
C# is basicly Java
U should be able to understand Java easily if ur a c# dev
https://youtu.be/RRubcjpTkks
watch something like this
$1,000 OFF ANY Springboard Tech Bootcamps with my code ALEXLEE. See if you qualify for the JOB GUARANTEE! 👉 https://bit.ly/3HX970h
Learn Java quickly by watching this video to the very end. If you do, you will walk away as a better java programmer :)
Here's how to learn java in 13 minutes, for beginners. I've been programming for 8+ years a...
ok
Then to edit gui hud you need to use mixins or if you are making a forge mod you can use events
https://github.com/GlassMods/LolCatBackportMod/tree/main/src/main/java/lmao/glassmods/lolcatbackport
Here’s a base you could use if you want
You will need intelij idea to be able to develop properly
Yes, but I'm having difficulties editing the GuiScreen. I edited Soar 7.1, redesigned it, and made a GuiModMenu, but it's not 100% responsive. I'm doing it in Java using NVG and draw.
Hmm what are you trying to do?
Guiscreen is likely not what you want to edit
I really liked the project and wanted to make a version just for myself, in my own way.
Much easier
Sorry kkkk
It’s just for ur own sake lmao
we documented a bunch of stuff for glide
What the f
kkkkkkkkkk
it looks like ur having fun
I wanted a new look.
I’m trying to improve this.
There is a thing called single file hot swap
Yes
Go to the intelij marketplace and look for a plugin called singlefilehotswap by labymedia
ok
This plugin will make ur life 100x easier
After you install the one I sent
Restart intelij
Then use the little bug icon next to the play button in the top bar
That’s the debug mode
After you start in that mode you will get a hammer
And with that when you make changes in a class you can click it and your changes will show in real time (each time you click it)
Okay, thanks, it worked here.
Is there no better way to edit the design, or does it have to be in the code itself?
Code but use the tool I got u to get
You will no longer need to restart the client to see changes
Just open the ui
And change the x and y of things
Then click the hammer
And you will see the updated design
ok
I’m going to test it now.