Page: << 1 >>
GUI Question
Author Message
Post #203696 GUI Question

Am I right in thinking that, when creating a GUI, the locations of buttons, textboxes etc. must be in the exact same place as the original GUI? Or is it possible to move things around?

6 years, 28 weeks ago
Post #203697 Re: GUI Question

Thats correct, the client renders the buttons, text boxes and other controls in positions that are hardcoded within the client.

I've seen a lot of client tricks from Shayne lately, not sure if this would be possible, but worth asking i guess.

6 years, 28 weeks ago
Post #203710 Re: GUI Question

It's definitely possible, but you'd have to find the function the specific button is in, then find the hardcoded values for positioning normal/hover images, then you'd have to find the function for the button click range, as well as the hardcoded values for that. Many buttons will be in different functions making things more difficult to find if planning on changing multiple buttons.

Maybe down the road this will be worked towards, but don't get your hopes up incase not.

---
EO Resources/Guides: â—„ eobud.boards.net â–º
6 years, 27 weeks ago
Page: << 1 >>