View Single Post
  #19  
Unread 04-13-2005, 11:44 AM
Keldark Keldark is offline
A Young Mystail Rat
 
Join Date: Apr 2005
Server: Antonia Bayle
Posts: 4
Default

Doesn't Work fix for NON-English version:

How to get it to work with non-english EQ2 Versions:

The eq2map updater thinks you run an english version (but you own e.g. a german one patched to english) and doesn't know you have the english one in a subdirectory. It's simple to get it to work, neverteless.

Lets say you got EQ2 installed at E:\EverQuest2.
That places your english version at E:\EverQuest2\LP_REGION_EN_US

EQ2Map installs his UI Files at E:\EverQuest2\UI\EQ2MAP
Just move that directory to E:\EverQuest2\LP_REGION_EN_US\UI\EQ2MAP

Now you need to tell the EQ2 Client that you really want to use the UI:

Move the eq2.ini from E:\EverQuest2 to E:\EverQuest2\LP_REGION_EN_US.

It shoudl work now, the problem is it won't update the ui files with the new maps. To accomplish this just change teh config file of teh eq2 mapupdater:

Go where you installed the program: E:\Programme\EQ2MAP Updater for me.
You find eq2map_config.cfg there, open with an Editor (e.g. notepad).

Locate the following lines:

<OptionName>EQ2Dir</OptionName>
<OptionValue>E:\EverQuest2</OptionValue>

Add the LP-Directory, so it looks like

<OptionName>EQ2Dir</OptionName>
<OptionValue>E:\EverQuest2\LP_REGION_EN_US</OptionValue>

(supposingly you have EQ2 installed as E:\Everquest2)

Have fun!
Reply With Quote