ModDota / BugTracker

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

heroselection.txt no longer removes heroes from hero selection #136

Closed Yahnich closed 6 years ago

Yahnich commented 6 years ago

they are still unselectable, but for gamemodes with only 14-ish available heroes it becomes annoying to find available heroes

Arhowk commented 6 years ago

you can enable inside the Hero definition using the "Enabled" key, but before that it checks the file activelist.txt

here is a step by step to fix the issue:

  1. Open herolist.txt
  2. Replace the "CustomHeroList" master key with "whitelist"
  3. Rename herolist.txt to activelist.txt there is still the issue of wrong abilities showing up in the Hero pick screen, just figuring that out now
robincodex commented 6 years ago

Now there need to exist more than 10 heroes.

My solution: image

DoctorGester commented 6 years ago

Can someone confirm that works again?