View Single Post
  #2  
Unread 02-27-2005, 10:48 PM
Killarny Killarny is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Neriak
Posts: 273
Default

A new official release will be made in a few days, so you might just want to wait for that, but I will run through how to install it. You'll have to find the proper files to download in these threads.
  • Create eq2.ini in your C:\Program Files\Sony\Everquest2 directory. Right click and edit eq2.ini, then place the following text:

    Code:
    cl_ui_skinname MYMODS
    cl_ui_subdir UI/
  • Under the Everquest2/UI directory, make a new directory called mymods. Thus, you should have an empty folder at Everquest2/UI/mymods.
  • The EQ2MAP zip should already have the directory structure intact, so that you can just unzip with paths to the mymods directory. If so, skip the rest of this step.
    • From the EQ2MAP zip, place eq2ui_mainhud_map.xml in the Everquest2/UI/mymods directory.
    • Place all other xml files from the EQ2MAP zip into a new directory called eq2map under the mymods directory. You should now have Everquest2/UI/mymods/eq2map.
    • Create a new directory called images under the mymods directory. You should now have Everquest2/UI/mymods/images.
    • Create a new directory called icons under the images directory. You should now have Everquest2/UI/mymods/images/icons.
    • If it is in the EQ2MAP zip, place icon_map3.dds in Everquest2/UI/mymods/images/icons.
    • Create a new directory called maps under the images directory. You should now have Everquest2/UI/mymods/images/maps.
    • Place all other .dds files into the Everquest2/UI/mymods/images/maps directory.

After this, you should have a directory structure such as below.

Everquest2
|-UI
--|-mymods
----|-eq2map
----|-images
------|-icons
------|-maps

Don't you love my text drawings?

After this, you are done.
__________________

Last edited by Killarny : 02-27-2005 at 10:51 PM.
Reply With Quote