b0ink / csgo-chaos-mod

Spawn from over 200+ unique game-changing effects every 15 seconds to ensue chaos towards you and your enemies
https://forums.alliedmods.net/showthread.php?t=336853
GNU General Public License v3.0
30 stars 4 forks source link

Replace HUD with HTML5 Method #4

Closed SteveBox0 closed 1 year ago

SteveBox0 commented 1 year ago

Instead of using HUD that does not work at all resolutions use the Backwards HTML method instead.

https://forums.alliedmods.net/showthread.php?t=326935

b0ink commented 1 year ago

Unfortunately the limitation with this method is that there's a 1 second delay from sending the event and that there has to be a minimum 1 second buffer before sending the event again to refresh it. You're also limited to the centre of the screen so at this stage I have added an option to enable this method only for effect announcements, I might have to look into other options for the effect list and effect timer, such as using HintText.

Thanks for the suggestion!