![]() |
|
#14
|
|||
|
Also, if you want to install a custom UI, it's best to put it inside its own folder.
Inside your EQ directory there's a folder called uifiles. Inside there there's default. Create a new folder for your UI alongside default. Put your new UI files into that folder. Then, from inside the game, load your UI using the options window or the command /loadui my_ui_folder_name (I think that's the right command, I always use the window). When EQ loads a UI, if any file it needs isn't found, it then looks in the default folder. So, you could create a folder my_ui, and just put the EQUI_HotButtonWnd.xml file in there. When you load it, your hot button window will be custom, and the rest of the UI will be the default one. This means that when the files inside default change in a patch, it won't overwrite your custom UI. | ||
|
|
|||
|
|