View Single Post
  #2  
Unread 10-20-2010, 01:40 PM
DiggityMan's Avatar
DiggityMan DiggityMan is offline
A Dragoon Sith
Interface Author - Click to view interfaces
 
Join Date: Aug 2010
Server: Oasis
Posts: 95
Default

Make a folder in your UI folder call it what ever you want. I will call it for this example CustomUI. Next add the files from both of the mods you like to that folder and that's it.
Next in your EQ2 Directory find eq2.ini Make it look like this

cl_ui_skinname CustomUI
cl_ui_subdir UI/

Save it and start eq2 it should only load up the 2 files u picked and the rest should be default. In some cases you may have to add
<incluce>THECUSTOMADDONNAME.xml</include> to the eq2ui_custom.xml
Read the Info on the addon you picked from there page it will tell you most of the time. The eq2ui_custom.xml also needs to go in your CustomUI Folder
Example of the eq2ui_custom.xml is
Code:
<?xml version="1.0" encoding="utf-8"?>
<Page IgnoreTab="false" ismodule="true" Name="Custom" PackSize="1,1" PackSizeProp="0002/0003,0002/0003" ScrollExtent="1024,768" Size="1024,768" Visible="false">
<include>THECUSTOMADDONNAME.xml</include>
</Page>
Read up on Install for more Info http://www.eq2interface.com/forums/f...q_new_faq_item
__________________
*On Leave Got Married*

Reply With Quote