View Single Post
  #6  
Unread 05-03-2008, 03:56 AM
maximoz maximoz is offline
A Crazed Gnoll
Interface Author - Click to view interfaces
 
Join Date: Feb 2008
Server: Antonia Bayle
Posts: 24
Default

So you should see the following:

1. "eq2maps" folder inside your "<eq2 diretory>/UI/Default" folder
2. "maps" folder inside your '<eq2 diretory>/UI/Default/Images" folder

Also open up your "eq2ui_mainhud_map.xml" file and see if you can see something like what i posted below inside:

Quote:
<?xml version="1.0" encoding="utf-8"?>
<Page eq2opensound="ui_window_book_open" eq2usescomwndcontrols="true" Location="535,85" MinimumSize="295,400" Name="Map" NormalMinimumSize="295,400" NormalSize="465,612" OnHide="StartUp=False" OnHoverIn="TM_Plugins.OnHoverInWindow.Activated=true" OnHoverOut="TM_Plugins.OnHoverOutWindow.Activated=true" OnShow="TM_Plugins.OnShowWindow.Activated=true Reset.Activated=True QM_Process.Activated=true StartUp=True" PackLocation="right,center" ScrollExtent="465,612" Size="465,612" UserMovable="true" UserResizable="true" version="1.1.0">
<Page Location="428,556" Name="ZoomControls" PackLocation="fff,fff" ScrollExtent="24,13" Size="24,13">
<Image GetsInput="true" LocalTooltip="Zoom In" Location="1,1" Name="ZoomIn" ScrollExtent="9,9" Size="9,9" Style="Skinnable_Styles.ZoomButtons.ZoomIn" Tooltip=":0df337557d461a46:Zoom In" />
<Image GetsInput="true" LocalTooltip="Zoom Out" Location="11,1" Name="ZoomOut" ScrollExtent="9,9" Size="9,9" Style="Skinnable_Styles.ZoomButtons.ZoomOut" Tooltip=":0df337556511a0b2:Zoom Out" />
</Page>
<include>eq2map/core_menu.xml</include>
<include>eq2map/core_process.xml</include>
<include>eq2map/core_plugins.xml</include>
<Page AbsorbsInput="false" Location="14,59" Name="QM_Overlay" NormalLocation="14,59" NormalSize="438,510" PackSize="a,a" ScrollExtent="438,510" Size="438,510">
<include>eq2map/core_overlay.xml</include>
</Page>
<include>eq2map/core_mapstyles.xml</include>
<DataSource Name="TabSource">
<Data localtext="World" Name="World" target="P1" text=":0df337550449c1b8:World" />
<Data localtext="City" Name="City" target="P2" text=":0df33755de969775:City" />
<Data localtext="Zone" Name="Zone" target="P2" text=":0df3375553265546:Zone" />
</DataSource>
<Page AbsorbsInput="false" Location="14,59" Name="LocationPage" NormalLocation="14,59" NormalSize="438,510" PackSize="a,a" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="438,510" Size="438,510">
<include>eq2map/skinnable_LocationImages.xml</include>
</Page>
<Page Location="14,59" Name="MapPage" NormalLocation="14,59" NormalSize="438,510" PackSize="a,a" RStyleDefault="/rectlist.chat_bubble_frame" ScrollExtent="438,510" Size="438,510">
<include>eq2map/zones_world.xml</include>
<include>eq2map/zones_qeynos.xml</include>
<include>eq2map/zones_freeport.xml</include>
<include>eq2map/core_underlay.xml</include>
<Page AbsorbsInput="false" BackgroundColor="#FFFFFF" BackgroundOpacity="1.000" BackgroundTint="#000000" Name="TM_DarknessOverlay" NormalLocation="0,0" NormalSize="436,506" Opacity="0.000" PackSize="a,a" ScrollExtent="436,506" Size="436,506"/>
<Image Name="WorldMap" NormalLocation="0,0" NormalSize="436,506" OnShow="Parent.Parent.TM_Plugins.OnShowWorld.Activated=True" PackSize="a,a" ScrollExtent="436,506" Size="436,506" Style="MapStyles.world" Visible="false"/>
<Image Name="CityMap" NormalLocation="0,0" NormalSize="436,506" OnShow="Parent.Parent.TM_Plugins.OnShowCity.Activated=True" PackSize="a,a" ScrollExtent="436,506" Size="436,506" Style="MapStyles.freeport" Visible="false"/>
<Image Name="ZoneMap" NormalLocation="0,0" NormalSize="436,506" OnShow="Parent.Parent.TM_Plugins.OnShowZone.Activated=True" PackSize="a,a" ScrollExtent="436,506" Size="436,506" Style="MapStyles.exp01_cty_majdul"/>
</Page>
<include>eq2map/skinnable_Skinnable_Styles.xml</include>
<include>eq2map/skinnable_WindowElements.xml</include>
</Page>
3. Oh and like gm9 mentioned, you need adminstrator rights for vista (usually the case for most vista problems)