*UPDATED 11-MAR-07*
Well, we got so many requests for it to do more than just resources that we upped the ante. I had to create a base eXhume overlay class, which I posted to
eXhume Heads Up Display Library and then we got to work revamping the old codebase.
All that to bring you a whole new package which we have dubbed VGeXtremeHUD! Here's what you do.
1. Download the Archive and Un-Pack it into your VGeXtreme root directory.
2. Load up VGeXtreme and pull open the VGeXtremeHUD.vbs project.
3. Run (F5) it.
You will notice that you will get two little windows poped up. NPC's and Resources (if you aren't within 150 of either, it won't list anything). The windows are movable, just click on the titlebar and drag them to wherever you like - then note the x,y locations in the title bar.
4. Stop\Pause the VGeXtreme.vbs project.
5. Edit the VGeXtereme.vbs file to save your preferences.
Scoll down to:
<pre>
'==================================================
'| MAIN CONFIGURATION HERE FOR YOUR PLEASURE
'==================================================
displayResources = TRUE 'Don't want the Resource window? Set this to FALSE
SearchDistance = 150 'How far out to report - currently anything over 150 is iffy
ShowMining = true 'Show Mining Nodes?
ShowReaping = true 'Show Reaping Nodes?
ShowQuarrying = true 'Show Quarrying Nodes?
ShowLumberjacking = true 'Show Lumberjacking Nodes?
res_intLines = 8 'Max Resources to Show
res_locked = FALSE 'FALSE = Movable Window - TRUE = UnMovable
displayNPCs = TRUE 'Don't want the NPC's window? Set this to FALSE
npc_intLines = 12 'Max NPC's to Show
npc_locked = FALSE 'FALSE = Movable Window - TRUE = UnMovable
</pre>
ANd set things the way you want them. If you are really into it, you can scroll down a little further and make advanced configuration changes.
6. Start (F5) the project again.
7. Git 'er Done!
Hope ya'll enjoy it!