srcdslab / sm-plugin-AutoRecorder

Automates SourceTV recording
http://www.stevotvr.com/sourcemod/
1 stars 1 forks source link

bug: recording stopped #5

Open maxime1907 opened 5 months ago

maxime1907 commented 5 months ago

Recording stops if one of the following events occur:

We should find a way to either avoid these situations or enable back recording

Rushaway commented 5 months ago

Should we make a timer to check every 5 or 10s if the sourcetv is in team none/spec and if the record is stoped and conditions are ok to record, then start recording again ? For moving/kick sourcetv we cant prevent that I guess, it's up to plugins to dont allow to target sourcetv

maxime1907 commented 5 months ago

yes i think simply checking and fixing sourcetv with a timer should be ok (control this behavior with a cvar and disabled by default)