View Single Post
  #3  
Unread 02-14-2007, 09:20 AM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

It just depends on what you had first. I'm betting you've had EQ2MAP installed for a bit so your custom UI directory will be EQ2MAP if installed via the auto updater.

if that being the case your eq2.ini file should look like;

cl_ui_subdir UI/
cl_ui_skinname EQ2MAP
cl_movie_enabled 0

It doesn't matter what order they are in as the game loads these as settings before it loads in the UI.

You will need to extract the infocenter.zip file into the EQ2MAP directory, assuming all things above is true.

The reason it didn't work with the way you had it is because you had two cl_ui_skinname settings listed. Being the game reads the file top to bottom it was setting EQ2MAP as the skinname (folder) and over writing the previous setting mad to cl_ui_skinname.
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 02-14-2007 at 09:25 AM.
Reply With Quote