Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: tekn0 on September 25, 2021, 10:35:01 AM

Title: Setting to Slow Down Screen Saver Snapshot Rotation?
Post 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! :)


Title: Re: Setting to Slow Down Screen Saver Snapshot Rotation?
Post by: hermine.potter on September 25, 2021, 02:11:04 PM
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)
Title: Re: Setting to Slow Down Screen Saver Snapshot Rotation?
Post by: tekn0 on September 26, 2021, 09:16:02 AM
Thank you so much! That worked perfectly. :)