When you decide you would like to share your custom UI with other players you'll most likely need to zip up your project and upload it to a site such as www.daocmods.com. While users differ on whether to package the files using Zip format, Rar format, or other forms of compression, the hierarchy of files contained in the package is important.
The following recommended zip structure will make you mod easier to access. This format also makes it easy for users to employ automated UI switching tools such as my UI Overlord program (http://blake.prohosting.com/daocui).
Recommended Structure:
MyMod.zip
|
+---MyMod (directory)
| |
| +-custom (directory)
|
+---readme.html (or readme.txt)
Where "MyMod" is the name of your UI mod. Any other files and directories can also be included. Again, this is not a required format just a guideline to make things easier on users.