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...🥲
#FIXED -> Panorama | Overthrow topbar disappeared
1 messages · Page 1 of 1 (latest)
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
I noticed new manifest.js
have you any info about it?
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
What I mean to say is that the game will no longer compile a xml with wrong scripts, but old compiles are still working
That's the only recent change about panorama that I know because it happened to me
mine are broken) btw, valve is updating overthrow game in dota_addons folder, but not in workshop. every time valve breaks custom games, I see some changes in overthrow, they keep it working for some reason. maybe they will add it as an official game mode or for an event.
This was never before
FIXED -> Panorama | Overthrow topbar disappeared
not obvious solution.
- go to content/dota/panorama/layout/custom_game and copy files multiteam_top_scoreboard (& _team & _player) .
- Edit these files:
replace
<include src="file://{resources}/styles/dotastyles.css" />
with
<include src="s2r://panorama/styles/dotastyles.vcss_c" />
oh, yeah, that's a thing for almost 2 years now
U doesn't have "source" file for default dota's assets. If u want to use it - u should use links to compiled file ("s2r://"), but not source file ("file://")