Hi Sollux
Like the others posted, Infomap will add the shortcut-button for the ingame browser (you may have to customize a bit to see it by running the uicustomizer that comes with it).
If you then want to add the remake of the actual browserwindow with bookmarks and additional buttons, for instance that from Eximius, all you need to do is take the following 2 files from Eximius and place them into the windows-folder of the UI you are using.
From reading your post I gather you only got Infomap running apart from the default UI. Therefore you need to make a folder called "Windows" in your infomap folder and place these 2 files from Eximius in it:
BrowserBookmarks.xml
VGUIPetitionWnd.xml
and then add these to your index.xml file found in the infomap folder (at the bottom of the file where you see:
<!-- Support for independent map projects -->
<GameplayWindows directory="Map">
<Window filename="VGUIMap.xml"/>
<Window filename="VGUIMiniMap.xml"/>
<Window filename="RiftMaps.xml"/>
</GameplayWindows>
add the following just below it):
<GameplayWindows directory="Windows">
<Window filename="VGUIPetitionWnd.xml"/>
<Window filename="BrowserBookmarks.xml"/>
</GameplayWindows>
Also make sure you comment out the default petitionwindow, somewhere top/middle of the index.xml file where the default windows are loaded, by changing the line:
<Window filename="VGUIPetitionWnd.xml"/>
to:
<!--Window filename="VGUIPetitionWnd.xml"/-->
Save the file and you are done.
Have fun!
G
Last edited by Gantru : 05-01-2009 at 04:59 AM.
|