Skip to content

scaleform hud replica for csgo demos

Notifications You must be signed in to change notification settings

abandonedpools/scaleform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scaleform HUD for CS:GO demos

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.

Usage

  1. Place panorama.my.zip in C:/Users/yourname/AppData/roaming/HLAE. Do not extract the file.

  2. Place the p_scaleform folder in your MIGI addons folder and click the "UPDATE BUILD" button in MIGI.

  3. Open the HLAE Custom Loader and launch CSGO with the commands -game migi/csgo -afxdetourpanorama, like this: custom launcher

If you get an error when launching, make sure MIGI and HLAE are updated to the latest version.

Changeable settings

  • 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.

Screenshots

POV demo, default settings

GOTV demo, default settings

defuse panel

2013 MVP panel

Credits

And thanks to ccqts and sloxy for also helping me with CSS/XML when I first started working on this project.