View Single Post
  #4  
Unread 01-16-2005, 10:55 AM
Teco Teco is offline
A Brown Bear
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Server: Guk
Posts: 8
Default

Not sure this will help any, but when i was first installing my mods, the isntructions showed the code below for the eq2.ini

Code:
cl_ui_skinname MYMODS
cl_ui_subdir UI/

However, my mod windows would never show up on this machine. I changed the ordering around in the ini to look like below and now my mods work. I've no idea why as my other computer works just fine with the code listed above. Worth a shot though.

Code:
cl_ui_subdir UI/
cl_ui_skinname MYMODS
Reply With Quote