Pause-Function for WebGL overlay
Discord log:
@Alex (fsedarkalex) how do I turn the game off when I am not using it. I am still getting sound effects and chat bot messages when we dont want them on stream
Alex (fsedarkalex)heute um 02:18 Uhr
@CaptKellix You'd have to unload the browser source. This means, you'd need to re-check the "unload when not visible" checkbox - but then you might get other issues like losing the queue on a scene switch.
Currently the game has no "pause" command. Is this a requirement for you? I can add it to the request list and it should be fairly simple to implement so chances are good that it will come within next updates
CaptKellixheute um 02:18 Uhr
It is yes, there will be a lot of time we are not playing the game on stream.
Alex (fsedarkalex)heute um 02:19 Uhr
For quick scene switches checking that checkbox can btw even lead to an error message (game telling you to only run it once at a time)
Okay. Would you want to keep queues if there are any or completely stop the game?
CaptKellixheute um 02:20 Uhr
Just a simple on off switch of some kind on the website dashboard would work
I am thinking stop the game because we are doing something else at the time.
Alex (fsedarkalex)heute um 02:21 Uhr
The dashboard has no live connection to the game (intended) so that button would be a chat command only available to the streamer. This way you can for example add it as a streamdeck button
just imagine it being like !ffl pause and !ffl unpause```