9.8.1 released with performance improvements.
Changelog
Support me
This release took 6 hours to produce. If you like the work I do, consider supporting me!
SebastianeyWith the removal of game_overrides_once_c, if you're one of the few that used it here's how to replicate it:
(replace hud_reloadscheme with what you want to run once per session)
Add this to your autoexec:alias game_overrides_once_c "hud_reloadscheme"
block_game_overrides_once_c
Create game_overrides.cfg in the overrides folder with these contents:game_overrides_once_c
alias block_game_overrides_once_c "alias game_overrides_once_c"
block_game_overrides_once_c
Could you let me know your use case/reason for needing this? I'm interesting in seeing what value there still is in the functionality.