Attract-Mode Support Forum
Attract-Mode Support => General => Topic started by: tekn0 on September 25, 2021, 10:35:01 AM
-
Hello, I was unable to find this information anywhere after searching, checking documentation, and looking at config files.
I was curious if there is a way to change and increase the number of seconds in between each snapshot image that is displayed during the screen saver. They seem to change every 1 to 2 seconds. I wanted to change that to around 10 seconds if possible.
Thank you for any help! :)
-
edit the screensaver.nut in line #158 (your_AM_folder\screensaver\screensaver.nut)
change:
MIN_TIME = 4000; // the minimum amount of time this mode should run for (in milliseconds)
to:
MIN_TIME = 10000; // the minimum amount of time this mode should run for (in milliseconds)
-
Thank you so much! That worked perfectly. :)