I'll investigate those problems in the near future. Thanks for the logs!
In the meanwhile you should update your VGA driver, because it looks like not HUDs fault. HUD does not draw your skill's images ever. It can't draw them.
But they are under your feet. Which is impossible... At least I think...
EDIT: wait a second. Did you ever edited \config\ui_default_powers_feet.xml ?
try to delete it please and restart HUD... and report back the results.
BEFORE you delete it, make a backup into another folder.
If the delete solved the problem then please send me the backed up file. Ty!
Last edited by KillerJohn; 04-03-2014 at 02:36 PM.
Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...
Just found a temp fix, in "ui_default_powers_feet.xml", replace :
with :Code:<default enabled="1">
Edit :Code:<default enabled="1" enable_skill_dps="0">
I just try to delete ui_default_powers_feet.xml and restart TurbiHUD, the file is not recreate.
Here is the content of my ui_default_powers_feet.xml :
Code:<?xml version="1.0" encoding="utf-8"?> <config> <templates> <default enabled="1"> <position x="0" y="0" w="0" h="30" container="*foot-skills" /> <cooldown font_family="tahoma" font_size="8" font_bold="0" font_color="255,255,255,255" font_shadow="1" font_halign="Center" /> </default> </templates> <powers > <slot0 template="default" slot_index="0" /> <slot1 template="default" slot_index="1" /> <slot2 template="default" slot_index="2" /> <slot3 template="default" slot_index="3" /> <slot4 template="default" slot_index="4" /> <slot5 template="default" slot_index="5" /> </powers> </config>
Last edited by kuchiha; 04-03-2014 at 03:23 PM.
ofc the file will be not recreated (only config.xml will be)
this is the ui_default_powers_feet.xml file comes with HUD:
there is no way that the default file comes with enabled="1"...
however yes, it is a bug that HUD tries to draw the skill DPS part for the under-feet power icons. I'll fix it in next release.
Until that just write there: <default enabled="0"> OR <default enabled="1" enable_skill_dps="0"> if you want to see the skill icons under your feet. (that feature however will be removed soon from HUD).
<?xml version="1.0" encoding="utf-8"?>
<config>
<templates>
<default enabled="0">
<position x="0" y="0" w="0" h="0" container="*foot-skills" />
<cooldown font_family="tahoma" font_size="8" font_bold="0" font_color="255,255,255,255" font_shadow="1" font_halign="Center" />
</default>
</templates>
<powers >
<slot0 template="default" slot_index="0" />
<slot1 template="default" slot_index="1" />
<slot2 template="default" slot_index="2" />
<slot3 template="default" slot_index="3" />
<slot4 template="default" slot_index="4" />
<slot5 template="default" slot_index="5" />
</powers>
</config>
Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...
I use this file for ui_default_powers_feet.xml but i woud like to make conditions with blackhole but it's doesn't work
The img under the feet for blackhole skill doesn't work too, timer is here anyway
This
Code:<?xml version="1.0" encoding="utf-8"?> <config> <templates> <default enabled="0"> <position x="0" y="0" w="0" h="0" container="*foot-skills" /> <cooldown font_family="tahoma" font_size="8" font_bold="0" font_color="255,255,255,255" font_shadow="1" font_halign="Center" /> </default> <wiz_black_frost enabled="1" enable_skill_dps="0"> <position x="0" y="0" w="0" h="30" container="*foot-skills" /> <cooldown font_family="verdana" font_size="8.5" font_bold="0" font_color="255,255,255,255" font_shadow="1" font_halign="Center" /> <conditions powers="wizard_frostnoza/*" class="wizard" /> </wiz_black_frost> </templates> <powers > <slot0 template="default" slot_index="0" /> <slot1 template="default" slot_index="1" /> <slot2 template="default" slot_index="2" /> <slot3 template="default" slot_index="3" /> <slot4 template="default" slot_index="4" /> <slot5 template="default" slot_index="5" /> <wiz_black_frost_slot0 template="wiz_black_frost" slot_index="0" enabled="0" /> <wiz_black_frost_slot1 template="wiz_black_frost" slot_index="1" enabled="0" /> <wiz_black_frost_slot2 template="wiz_black_frost" slot_index="2" enabled="1" /> <wiz_black_frost_slot3 template="wiz_black_frost" slot_index="3" enabled="1" /> <wiz_black_frost_slot4 template="wiz_black_frost" slot_index="4" enabled="0" /> <wiz_black_frost_slot5 template="wiz_black_frost" slot_index="5" enabled="0" /> </powers> </config>
Do not send me private messages unless it is absolutely necessary or the content is sensitive or when I ask you to do that...
looks like the exp , gold and atk speed at the bottom isnt working correctly because it doesnt shows the real values and just wondering why weapon dmg is such a high amount now before it shown ~8k weapon dmg but now its 868k?
Here is the updated image. I added the new elements and reworked the font for better visibility.
I hope it is good enough :P If it is, feel free to use it in your original post (with credit of course :P)
EDIT:
Link for a full image: https://i.imgur.com/4ijSf9y.jpg
Last edited by Stormreaver; 04-03-2014 at 07:28 PM.