A Windows screensaver .scr is just a renamed .exe which takes some specific command-line arguments, described here: https://support.microsoft.com/en-ca/hel ... -argumentswheybags wrote: Fri Dec 14, 2018 3:41 pmProbably fairly hard. It's a multiplayer game, and windows screensavers iirc need to be compiled as some special kind of executable, which factorio.exe is not.nosports wrote: Fri Dec 14, 2018 3:19 pm I don’t know how difficult is to translate it to a Screen saver ?
That said, a prerendered video might work.
Would be quite simple to have Factorio determine if it's being run from a .scr file, check the arguments, load a map and run some custom lua script from a mod/scenario/whatever to control it.