View Single Post
  #2  
Unread 08-02-2007, 09:32 PM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

I'd recommend using the autoupdating map mod since the POIs are updated just about every day.

If your map mod is working ok then your eq2.ini file and custom folder are ok.

The instructions may not be entirely clear for those other two mods.

The entire UI is constructed from xml files that form a tree-like structure. The root/first xml file is the eq2ui.xml file and this includes all the children files. The eq2ui_mainhud.xml file includes everything in the MainHUD branch.

The game loads all the xml files from the Default folder but anything in your custom folder will be loaded in place of the default file if the game sees the file there.

It sounds like you corrupted the eq2ui_mainhud.xml file causing the game to crash. You need to edit in a text editor and save it as a simple text file.
Reply With Quote