The game looks for all the UI files in the directory you specify in the eq2.ini file.
It looks for them in a specific order, beginning with eq2ui.xml. That's the file it loads first. It looks for it in your custom directory first, but if it's not found it goes to the default one.
So it'll load that, and that file contains a bunch of includes. The game will look for each of those included files in your custom directory first, and if not found just uses the default.
In short... so long as you don't use UIBuilder to edit the UI you don't need the eq2ui.xml, UNLESS you have new files (files with names other than the default set).
skininfo is useless because loadui is useless, heh. Don't worry about it.
|