Can the primary attribute names be hidden in a custom hero layout?

Solution 1:

I found something for you! You can change the texts in the dota_"YourLanguage".txt file in the resource folder. In case English is the language you use for Dota follow these Steps:

  1. Go into the Steam\SteamApps\common\dota 2 beta\dota\resource Folder
  2. Open dota_english.txt
  3. Press Ctrl + f and search for "DOTA_Hero_Selection"

    Now is the time to remember getting a backup copy of the file.

  4. You can change all kinds of stuff here but to simply remove the texts scroll down to:

    "DOTA_Hero_Selection_Team_Good" "THE RADIANT"
    "DOTA_Hero_Selection_Team_Bad"  "THE DIRE"
    "DOTA_Hero_Selection_STR"       "STRENGTH"
    "DOTA_Hero_Selection_AGI"       "AGILITY"
    "DOTA_Hero_Selection_INT"       "INTELLIGENCE"
    

    and change it to:

    "DOTA_Hero_Selection_Team_Good" "THE RADIANT"
    "DOTA_Hero_Selection_Team_Bad"  "THE DIRE"
    "DOTA_Hero_Selection_STR"       ""
    "DOTA_Hero_Selection_AGI"       ""
    "DOTA_Hero_Selection_INT"       ""
    

Awesome work until now! I hope that you can improve your website with this post.