#FIXED -> Panorama | Overthrow topbar disappeared

1 messages · Page 1 of 1 (latest)

astral anvil
#

the last time I updated my overthrow-based custom game in January (2024). everything worked well. I haven't followed the game updates since then. Yesterday I noticed that topbar (scoreboard) disappeared for some reason. There are no errors from the panorama in the console. Nothing. Also cannot find this panel via panorama debugger. Has anyone faced this problem?
Trying to fix...🥲

hoary bay
#

The only panorama thing I know that changed is that scripts no longer work inside xml, you need to use <include> and call a java script from the script folder

astral anvil
hoary bay
#

Nope. I know little about panorama, I use it rarely and for minor things, but if you have not updated your panorama recently, I think old compiles of the panorama should not break

hoary bay
#

That's the only recent change about panorama that I know because it happened to me

astral anvil
astral anvil
astral anvil
#

FIXED -> Panorama | Overthrow topbar disappeared

#

not obvious solution.

  1. go to content/dota/panorama/layout/custom_game and copy files multiteam_top_scoreboard (& _team & _player) .
  2. Edit these files:
    replace
<include src="file://{resources}/styles/dotastyles.css" />

with

<include src="s2r://panorama/styles/dotastyles.vcss_c" />
hoary bay
#

oh, yeah, that's a thing for almost 2 years now

native zealot