Ok, I'm in a bit of a dilema here. I don't understand how calculate the position of the buttons in the main menu. I'm trying to make an interface of my own for my client and I want the buttons to be in the top right corner and the login box in the middle. Can someone explain to me how it's done?
Interface is defined in Client\data\art\intrface\default.ini
Unfortunately it is a bit tricky, there is no WYSIWYG tool for this, so you have to position elements by editing ini file.
And descriptions in the file are in Russian, as usually with FOnline.
To edit main menu, check out variables that start with "Log", they should be near the top of the file.
For example when you have something like this:
LogName = 80 141 225 158
It's login box. First 2 numbers is (x,y) of top-left corner and 2 last numbers are (x,y) of bottom-right corner.
This is not graphics, it's only invisible object that you can click and type there. Graphics is one background image.