ModDota / BugTracker

Listing bugs for Dota 2 Custom Games
9 stars 1 forks source link

Custom Game Item builds are now always hidden #126

Closed Yahnich closed 6 years ago

Yahnich commented 7 years ago

You can no longer place item build .txts in the itembuilds folder and have it show the player a suggested build, making entry into less dota-like games with more custom items in their shops harder.

DoctorGester commented 7 years ago

I think the workaround was to traverse the shop panel up and manually unhide the suggested items panel.

DoctorGester commented 7 years ago
var dotaHud = $.GetContextPanel().GetParent().GetParent().GetParent().GetParent().GetParent().GetParent()
var shop = dotaHud.FindChildTraverse("shop")    
shop.RemoveClass("GuidesDisabled")

workaround by K1dney

Yunten commented 6 years ago

Or add "HeroGuidesSupported" "1" in addoninfo.txt

Yahnich commented 6 years ago

not a bug then i guess, they just changed how to activate them without telling us again