Skip to content

Back

Latest
Compare
Choose a tag to compare
@AveYo AveYo released this 12 Oct 00:33
  • single mod variant
    toggle High Quality Dashboard OFF to use Last Match page with simple background, ON=default
    can replace source/dota/panorama/images/background.png with your own
  • reworked getting MMR value due to very lazy panorama backend data refreshing
    it's infuriating since the network requests do still happen so why was it changed idk
  • you can still get the ShowTime stand-alone with the 2023.09.26 tag

2023.09.26

  • ShowMMR Tool now automatically removes cached auth if login has failed

2023.09.02 Tool update for Linux

  • added build.sh and run.sh - requires dotnet sdk 6 or 7 for linux (Ubuntu 22.04 tested)
  • cache the actual nuget packages, not just the dll lib (expanded by build.bat)

2023.09.01 Tool update

  • added build.bat for built-in .net clr + cached nuget packages, no need to install dotnet sdk!
  • handle bad login exception
  • handle small match history exception (should address #20)
  • remove demo mode

If local data is messed up for whatever reason, should run ShowMMR tool once to refresh the local history
or delete / clear / adjust the dota/cfg/user_keys_[steamid]_slot3.vcfg manually
Note that you only need to run it once if needed, not every day, and you should close dota and steam before
else it would set you offline since it is an alternative cmdline client.

video with install steps on youtube, optional ShowMMR tool steps included


  To install the mod:
  - open Steam > Library > Dota2 > right-click Properties > Installed files > Browse..
  - copy release/game/ over there, overwriting existing files:
  `game/dota_mods/pak01_dir.vpk`
  `game/dota/gameinfo_branchspecific.gi`
  - or skip gameinfo_branchspecific.gi and use instead launch option: -language mods

  To remake the mod from source:
  - need Dota2 Workshop Tools DLC for resourcecompile xml source files
  - run dota_mod_builder.bat, auto-compiled vpkmod will create the release vpk archive

  To explore release/game/dota_mods/pak01_dir.vpk and compiled *_c content:
  - use VRF tool by SteamDatabase: github.com/SteamDatabase/ValveResourceFormat/