View Single Post
  #1  
Unread 03-31-2008, 10:17 AM
Supermax's Avatar
Supermax Supermax is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Aug 2007
Location: Winnipeg, Canada
Posts: 92
Frosty! I cannot reposition any assets inside the Minimap_Window (Radar)!

So I don't know if anyone else has run into this problem but I simply cannot resposition ANYTHING that has to do with the minimap. No values I enter into the code does anything in-game. Example

Quote:
<PanelFile ID="ID_UISkin_MinimapWindow" detach="1">
<Element ID="MinimapWindow" X="814" Y="36" Width="170" Height="170">
<Element ID="MinimapFogOfWarDisplay" X="0" Y="-1" Width="2048" Height="1536"></Element>
<Element ID="MinimapMapImage" X="0" Y="-1" Width="2048" Height="1536"></Element>
<Element ID="RadarMapImage" X="0" Y="0" Width="600" Height="600"></Element>
<Element ID="MinimapPlayerMarker" X="0" Y="3" Width="28" Height="28"></Element>
<Element ID="Minimap_Frame" X="-34" Y="-33" Width="237" Height="237"></Element>
<Element ID="ToolbarButton_AreaText_DangerousArea_TutorialH ighlight" X="-19" Y="200" Width="203" Height="16"></Element>
<Element ID="AreaText_Label" X="-19" Y="-60" Width="203" Height="32"></Element>
<Element ID="TimeOfDay" X="9" Y="5" Width="22" Height="22"></Element>
<Element ID="Mood" X="127" Y="148" Width="22" Height="22"></Element>
<Element ID="MapZoom" X="147" Y="127" Width="25" Height="25"></Element>
<Element ID="PerkBuy_DestinyPoints" X="137" Y="5" Width="25" Height="25"></Element>
<Element ID="WebJournalButton" X="152" Y="24" Width="25" Height="25"></Element>
<Element ID="HousingPanel_Button" X="9" Y="140" Width="25" Height="20"></Element>
<Element ID="HousingPanel_DecoButton" X="25" Y="152" Width="25" Height="25"></Element>
</Element>
</PanelFile>
This is straight out of the SkinDirectory.txt, except for two things:

1) After a failed attempt at seeing a change in game I added the detach="1" and still nothing

2) I adjusted the y value fo the Areatext to -60 (above the minimap) and I get no change.

Other then that nothing has been changed about the code. Please help, I have a wicked minimap template that I want to upload with ROTR.

Thanks in advance.
Reply With Quote