Hi there
Well you could take the following 3 files from my interface
http://vginterface.com/downloads/info171-Eximius.html (in the windows folder of the zip-file) these are just modified versions of the default frames:
VGUIEncounterDisplay.xml
VGUIGroup.xml
VGUIPlayerStatus.xml
and place them in your already existing InfoMapAdvanced folder in a new folder you name Windows. The path could look something like this:
C:\Program Files\Sony\Vanguard\VGUIAssets\Shells\InfoMapAdvan ced\Windows
Then edit the Index.xml file found in the InfoMapAdvanced folder and comment out the following 3 lines:
<Window filename="VGUIEncounterDisplay.xml"/>
<Window filename="VGUIGroup.xml"/>
<Window filename="VGUIPlayerStatus.xml"/>
So they look like this:
<!--Window filename="VGUIEncounterDisplay.xml"/-->
<!--Window filename="VGUIGroup.xml"/-->
<!--Window filename="VGUIPlayerStatus.xml"/-->
Add this at the bottom of the file, just before the part where it says </XML>:
<GameplayWindows directory="Windows">
<Window filename="VGUIPlayerStatus.xml"/>
<Window filename="VGUIGroup.xml"/>
<Window filename="VGUIEncounterDisplay.xml"/>
</GameplayWindows>
That should be it and there will now be % and numbers on the player, group and offensive/defensive target frames, as well as some additional information on the experience bar (if I recall correctly, its been a while).