Hello to anyone watching this thread,
To identify if your Construct2 project is running in the 'ScreenSaver' Mode you can simply append the Project URL (inside the ScreenSaver configuration) with HTTP query string and then evaluate that in your project.
For example.. in the configuration form of the screensaver set the URL to something like;
example.com/index.html
(the ?ThisIsInScreenSaverMode being the important bit)
And then within your Construct2 project evaluate the Browser expression > Query String = "?ThisIsInScreenSaverMode"
Greg I hope this helps you :)
Also I've been working on a number of other features such as enable GPU Rendering, the IE emulation mode (for compatibility) etc so hopefully will have an updated version soon for (at least Greg) to play with :)
Cheers,
Daniel