splewis / get5

CS:GO Sourcemod plugin for competitive matches/scrims
GNU General Public License v3.0
558 stars 176 forks source link

Add option to postpone stopping the demo recording #914

Closed nickdnk closed 1 year ago

nickdnk commented 1 year ago

It seems that some servers cannot handle doing GOTV broadcast and flushing demos at the same time. This adds an option to extend the delay on flushing demos on round end, allowing for the full match to be broadcast on GOTV before the demo is stopped, even with a long delay.

nickdnk commented 1 year ago

It might actually just be better to make this a boolean convar and make it 1:1 to the tv_delay if true. It appears this is a universal problem that happens if you have a substantial tv_delay.

nickdnk commented 1 year ago

Converted to boolean. Updated docs.