This is an addon that replicates CS:GO's old Scaleform HUD. It only works for watching/recording demos or playing offline with -insecure.
To use this you will need to install HLAE and MIGI. If you are not familiar with these programs, they have guides available on their website.
-
Place panorama.my.zip in C:/Users/yourname/AppData/roaming/HLAE. Do not extract the file.
-
Place the p_scaleform folder in your MIGI addons folder and click the "UPDATE BUILD" button in MIGI.
-
Open the HLAE Custom Loader and launch CSGO with the commands
-game migi/csgo -afxdetourpanorama
, like this:
If you get an error when launching, make sure MIGI and HLAE are updated to the latest version.
-
Parts of the HUD (such as the opacity of the backgrounds for health, ammo, money, and location) can be changed in p_scaleform\panorama\styles\csgostyles.css. You can also change the speed of the animations for certain HUD elements, hide panels, and other small things. Make sure to rebuild MIGI after making any changes.
-
There is also an option to use the 2013 MVP panel. To do this, go into p_scaleform\panorama\layout\hud\hudwinpanel.xml and in line 4 change "hudwinpanel.css" to "hudwinpanelold.css", then rebuild MIGI.
-
By default, weapon names in the bottom right corner are colored based on their rarity (similar to using cl_loadout_colorweaponnames 1 back when it worked). To disable this, open panorama/styles/hud/hudweaponselection.css and comment out everything from line 847 to 878 (it's at the very bottom) and rebuild MIGI.
And thanks to ccqts and sloxy for also helping me with CSS/XML when I first started working on this project.